current (view)
Data source: City of Tampa Open Data
4 rows where NEIGHBORHOOD = "South Howard" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| REZ-26-0000061 | 205 S Fremont Ave | Rezoning | South Howard | 6 | 2026-03-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=00G5Z&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.47891820519624, 27.943196764803417]} | ||
| REZ-26-0000086 | 2202 W Kennedy Blvd | Rezoning | South Howard | 4 | 2026-05-18T00: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=00SAI&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.48204701167474, 27.94468316898168]} | ||
| REZ-26-0000096 | 610 S Albany Ave | Rezoning | South Howard | 4 | 2026-06-15T00:00:00Z | 2026-06-24T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=01S0G&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.48088964580289, 27.938437662707265]} | ||
| DE1-26-0000141 | 216 S Armenia Ave | Design Exception 1 | South Howard | 6 | 2026-06-10T00:00:00Z | 2026-06-22T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00WWR&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.48499814265114, 27.943088311413216]} |
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;