current (view)
Data source: City of Tampa Open Data
3 rows where COUNCILDISTRICT = 4 and NEIGHBORHOOD = "Ballast Point" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| VRB-26-0000089 | 3013 Bayshore Pointe Dr | FS | Variance Review Board | Ballast Point | 4 | 2026-06-10T00:00:00Z | 2026-08-13T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00WW1&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49211377949753, 27.872958295588322]} | |
| VRB-26-0000090 | 3042 Pointeview Dr | Variance Review Board | Ballast Point | 4 | 2026-06-10T00:00:00Z | 2026-07-13T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00WW9&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49296529189452, 27.87190718321147]} | ||
| VAC-25-0000017 | 5821 S 2nd St | ROW Vacating | Ballast Point | 4 | 2025-07-28T00:00:00Z | 2025-07-28T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=023PF&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49237827661126, 27.882361420577116]} |
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;