current (view)
Data source: City of Tampa Open Data
4 rows where NEIGHBORHOOD = "Bayshore Beautiful" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE2-26-0000016 | 3121 W Kensington Ave | Design Exception 2 | Bayshore Beautiful | 4 | 2026-05-21T00:00:00Z | 2026-06-15T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00T6J&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49563024210529, 27.910666912398742]} | ||
| VRB-26-0000050 | 3501 S Drexel Ave | Variance Review Board | Bayshore Beautiful | 4 | 2026-02-03T00:00:00Z | 2026-06-13T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=0073K&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49742710411827, 27.91144354516712]} | ||
| FDN-26-0000077 | 4230 S MacDill Ave | B | Formal Decision | Bayshore Beautiful | 4 | 2026-04-20T00:00:00Z | 2026-05-26T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00MVE&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49375513467402, 27.90381176807593]} | |
| VRB-22-0000030 | 3521 Regent Park | Variance Review Board | Bayshore Beautiful | 4 | 2022-01-10T00:00:00Z | 2022-09-09T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=22CAP&capID2=00000&capID3=001CF&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49254730592142, 27.910634096665024]} |
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;