current (view)
Data source: City of Tampa Open Data
5 rows where COUNCILDISTRICT = 5 and NEIGHBORHOOD = "Historic Ybor" sorted by LASTUPDATE descending
This data as json, CSV (advanced)
Suggested facets: UNIT, CRA, CREATEDDATE (date), LASTUPDATE (date)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| FDN-26-0000048 | 1205 E 8th Ave | Formal Decision | Ybor City 1 | Historic Ybor | 5 | 2026-01-28T00: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=005O9&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4466123662626, 27.960944703931634]} | |
| DE1-26-0000065 | 1717 E 3rd Ave | Design Exception 1 | Historic Ybor | 5 | 2026-02-11T00:00:00Z | 2026-03-09T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=008QH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.440227309421, 27.95735191928411]} | ||
| AB2-26-0000011 | 1812 N 15th St | FS | AB Special Use 2 | Ybor City 1 | Historic Ybor | 5 | 2026-03-03T00: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=00CVN&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44303569116968, 27.960421004204434]} |
| SU1-26-0000013 | 1617 E 8th Ave | Special Use 1 - General | Ybor City 1 | Historic Ybor | 5 | 2025-11-20T00:00:00Z | 2026-03-04T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02UTH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.441520084745, 27.96093947178929]} | |
| VAC-26-0000004 | 2308 N 13th St | ROW Vacating | Ybor City 2 | Historic Ybor | 5 | 2025-12-04T00: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=02X03&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44554673345205, 27.964072677451394]} |
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;