current (view)
Data source: City of Tampa Open Data
2 rows where NEIGHBORHOOD = "Historic East Ybor and Gary" and Type = "ROW Vacating" sorted by LASTUPDATE descending
This data as json, CSV (advanced)
Suggested facets: CREATEDDATE (date), LASTUPDATE (date)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| VAC-26-0000009 | 2301 E 7th Ave | ROW Vacating | Ybor City 2 | Historic East Ybor and Gary | 5 | 2026-02-09T00: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=0084S&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.43344613206858, 27.96018870455089]} | |
| VAC-25-0000013 | 3407 E 9th Ave | ROW Vacating | Historic East Ybor and Gary | 5 | 2025-04-22T00:00:00Z | 2025-09-16T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=00O9S&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.42222978871716, 27.961601704076372]} |
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;