current (view)
Data source: City of Tampa Open Data
3 rows where COUNCILDISTRICT = 7 and Type = "Rezoning" sorted by LASTUPDATE descending
This data as json, CSV (advanced)
Suggested facets: UNIT, LASTUPDATE, CREATEDDATE (date), LASTUPDATE (date)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| REZ-26-0000048 | 11607 N Florida Ave | Rezoning | East Forest Hills | 7 | 2026-02-17T00:00:00Z | 2026-03-16T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=009RH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45931542602935, 28.054202498014188]} | ||
| REZ-26-0000056 | 1715 W Overpar Dr | Rezoning | Forest Hills | 7 | 2026-03-11T00:00:00Z | 2026-03-16T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00F37&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.47711131669915, 28.05106218244299]} | ||
| REZ-26-0000051 | 9710 N Armenia Ave | -9720 | Rezoning | Historic Forest Hills | 7 | 2026-02-26T00: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=00C58&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.48207909423907, 28.038785594821476]} |
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;