current (view)
Data source: City of Tampa Open Data
3 rows where COUNCILDISTRICT = 4 and Type = "Design Exception 2" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE2-26-0000018 | 6807 S Manhattan Ave | Design Exception 2 | Port Tampa City, Inc. Civic Association | 4 | 2026-06-04T00:00:00Z | 2026-06-22T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00VPH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.51869402433371, 27.86795634071634]} | ||
| DE2-26-0000016 | 3121 W Kensington Ave | Design Exception 2 | Bayshore Beautiful | 4 | 2026-05-21T00:00:00Z | 2026-06-15T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00T6J&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49563024210529, 27.910666912398742]} | ||
| DE2-26-0000015 | 3805 W Granada St | Design Exception 2 | Virginia Park | 4 | 2026-05-19T00:00:00Z | 2026-06-11T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00SNQ&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.50610453624668, 27.92123492151681]} |
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;