current (view)
Data source: City of Tampa Open Data
4 rows where NEIGHBORHOOD = "Tampa Heights" and Type = "Design Exception 1" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE1-26-0000113 | 517 W Plaza Pl | Design Exception 1 | Tampa Heights | 5 | 2026-04-24T00:00:00Z | 2026-05-07T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00NTC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46679037293173, 27.969330296068936]} | ||
| DE1-26-0000109 | 217 W Emily St | Design Exception 1 | Tampa Heights | 5 | 2026-04-21T00:00:00Z | 2026-05-06T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00N84&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46185423057442, 27.975173437750453]} | ||
| DE1-26-0000091 | 2106 N Jefferson St | Design Exception 1 | Tampa Heights | 5 | 2026-03-18T00:00:00Z | 2026-05-05T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00GE6&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45662036891363, 27.963315687825762]} | ||
| DE1-26-0000081 | 506 E Park Ave | 1/2 | Design Exception 1 | Tampa Heights | 5 | 2026-02-27T00:00:00Z | 2026-04-13T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00CGI&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45516415298925, 27.963929801613478]} |
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;