current (view)
Data source: City of Tampa Open Data
3 rows where COUNCILDISTRICT = 7 and NEIGHBORHOOD = "East Forest Hills" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| 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-06-25T00: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]} | ||
| SU1-26-0000063 | 10508 N Otis Ave | Special Use 1 - General | East Forest Hills | 7 | 2026-06-16T00:00:00Z | 2026-06-17T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=01SKK&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46608647458764, 28.045682580502625]} | ||
| AB2-26-0000018 | 10418 N Florida Ave | AB Special Use 2 | East Forest Hills | 7 | 2026-05-22T00:00:00Z | 2026-06-04T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00TGP&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45949858590461, 28.04402272018201]} |
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;