current (view)
Data source: City of Tampa Open Data
3 rows where NEIGHBORHOOD = "Southeast Seminole Heights" sorted by LASTUPDATE descending
This data as json, CSV (advanced)
Suggested facets: CREATEDDATE (date), LASTUPDATE (date)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE1-26-0000089 | 1006 E Cayuga St | Design Exception 1 | East Tampa | Southeast Seminole Heights | 5 | 2026-03-12T00:00:00Z | 2026-03-13T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00F7T&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44898923110624, 27.987033295756955]} | |
| SU1-26-0000029 | 1207 E McBerry St | Special Use 1 - General | East Tampa | Southeast Seminole Heights | 5 | 2026-01-27T00:00:00Z | 2026-03-06T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=004WS&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44686884032426, 27.992814607920472]} | |
| DE1-26-0000022 | 4700 N Nebraska Ave | Design Exception 1 | East Tampa | Southeast Seminole Heights | 5 | 2025-10-30T00:00:00Z | 2025-12-04T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02QH8&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45121559687949, 27.98794254851776]} |
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;