current (view)
Data source: City of Tampa Open Data
4 rows where COUNCILDISTRICT = 5, NEIGHBORHOOD = "Tampa Heights" and Type = "Rezoning" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| REZ-25-0000116 | 3101 N Florida Ave | Rezoning | Tampa Heights | 5 | 2025-08-18T00:00:00Z | 2026-06-26T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=028YC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45937474415271, 27.97260595697689]} | ||
| REZ-26-0000076 | 109 W Amelia Ave | Rezoning | Tampa Heights | 5 | 2026-04-19T00:00:00Z | 2026-06-12T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00ML2&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46106221391292, 27.966055362764465]} | ||
| REZ-26-0000047 | 1701 N Florida Ave | Rezoning | Tampa Heights | 5 | 2026-02-16T00:00:00Z | 2026-05-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=009QD&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45938500585072, 27.96048405771898]} | ||
| REZ-26-0000036 | 1506 N Morgan St | Rezoning | Tampa Heights | 5 | 2026-01-14T00: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=002BR&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4581219221073, 27.95742166946406]} |
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;