current (view)
Data source: City of Tampa Open Data
3 rows where COUNCILDISTRICT = 5 and NEIGHBORHOOD = "The Legacy of Fair Oaks" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| FDN-26-0000072 | 3611 E Ellicott St | Formal Decision | East Tampa | The Legacy of Fair Oaks | 5 | 2026-04-09T00:00:00Z | 2026-05-07T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00KSW&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.42010190731034, 27.990577285137473]} | |
| VAC-26-0000008 | 5020 N 47th St | ROW Vacating | East Tampa | The Legacy of Fair Oaks | 5 | 2026-02-03T00:00:00Z | 2026-05-05T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=006YJ&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.40605823807104, 27.991257386164744]} | |
| VRB-21-0000107 | 4305 E Frierson Ave | Variance Review Board | East Tampa | The Legacy of Fair Oaks | 5 | 2021-06-29T00:00:00Z | 2021-08-24T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=21CAP&capID2=00000&capID3=01VGW&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.40992375608373, 27.99465870454986]} |
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;