current (view)
Data source: City of Tampa Open Data
3 rows where NEIGHBORHOOD = "Sulphur Springs" and Type = "Formal Decision" sorted by LASTUPDATE descending
This data as json, CSV (advanced)
Suggested facets: LASTUPDATE, CREATEDDATE (date), LASTUPDATE (date)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| FDN-26-0000034 | 8602 N 14th St | A-B | Formal Decision | Sulphur Springs | 5 | 2025-12-17T00:00:00Z | 2026-02-24T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02Z3T&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44463172226163, 28.029089252084585]} | |
| FDN-26-0000035 | 8604 N 14th St | A-B | Formal Decision | Sulphur Springs | 5 | 2025-12-17T00:00:00Z | 2026-02-10T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02Z3U&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44463146368777, 28.029123831194212]} | |
| FDN-26-0000036 | 8606 N 14th St | A-B | Formal Decision | Sulphur Springs | 5 | 2025-12-17T00:00:00Z | 2026-02-10T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02Z3V&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.44463120613457, 28.029158411202825]} |
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;