current (view)
Data source: City of Tampa Open Data
3 rows where NEIGHBORHOOD = "Tampa Downtown Partnership" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE1-26-0000165 | 101 E Kennedy Blvd | Design Exception 1 | Downtown Non Core | Tampa Downtown Partnership | 5 | 2026-07-17T00:00:00Z | 2026-08-06T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=01ZJC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45957685539035, 27.947081745189625]} | |
| AB2-26-0000021 | 1018 E Cass St | AB Special Use 2 | Downtown Core | Tampa Downtown Partnership | 5 | 2026-06-01T00:00:00Z | 2026-07-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00UXZ&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45447396307331, 27.95300307306736]} | |
| LND-26-0000121 | 202 N Morgan St | General Land Use | Downtown Core | Tampa Downtown Partnership | 5 | 2026-06-24T00:00:00Z | 2026-07-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=01U4Z&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45484543950069, 27.947115386092864]} |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW current AS
SELECT
RECORDID,
ADDRESS,
UNIT,
RECORDALIAS as Type,
CRA,
NEIGHBORHOOD,
COUNCILDISTRICT,
CREATEDDATE,
LASTUPDATE,
URL,
geometry
FROM current_full;