current (view)
Data source: City of Tampa Open Data
4 rows where COUNCILDISTRICT = 7 and Type = "Formal Decision" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| FDN-26-0000085 | 1010 W Rambla St | Formal Decision | Historic Forest Hills | 7 | 2026-04-28T00:00:00Z | 2026-04-29T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00OKL&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.46939199706364, 28.03425190672554]} | ||
| FDN-26-0000063 | 810 E Wilma St | A-B | Formal Decision | North Tampa Community | 7 | 2026-03-05T00:00:00Z | 2026-04-27T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00DP3&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.45285337531253, 28.03500125436288]} | |
| FDN-26-0000075 | 10310 K Bar Ranch Pkwy | Formal Decision | New Tampa | 7 | 2026-04-16T00:00:00Z | 2026-04-27T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00M9Y&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.31811024198905, 28.16536091986228]} | ||
| FDN-26-0000073 | 11010 N Oregon Ave | Formal Decision | Forest Hills | 7 | 2026-04-10T00:00:00Z | 2026-04-23T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00KZI&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4749443691338, 28.04910603321404]} |
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;