current (view)
Data source: City of Tampa Open Data
7 rows where COUNCILDISTRICT = 4 and 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 |
|---|---|---|---|---|---|---|---|---|---|---|
| FDN-26-0000077 | 4230 S MacDill Ave | B | Formal Decision | Bayshore Beautiful | 4 | 2026-04-20T00: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=00MVE&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49375513467402, 27.90381176807593]} | |
| FDN-26-0000074 | 3202 W Villa Rosa St | Formal Decision | Bayshore Beautiful | 4 | 2026-04-16T00: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=00M4E&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49676899675404, 27.895460225721852]} | ||
| VRB-26-0000050 | 3501 S Drexel Ave | Variance Review Board | Bayshore Beautiful | 4 | 2026-02-03T00: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=0073K&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49742710411827, 27.91144354516712]} | ||
| VRB-26-0000060 | 3301 W Alline Ave | Variance Review Board | Bayshore Beautiful | 4 | 2026-02-19T00:00:00Z | 2026-04-21T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00AOC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49801334121453, 27.898520414723183]} | ||
| VRB-26-0000006 | 2906 W Bay Vista Ave | Variance Review Board | Bayshore Beautiful | 4 | 2025-10-30T00:00:00Z | 2026-03-26T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02QFW&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.49007147973244, 27.90637925443829]} | ||
| REZ-26-0000009 | 3415 W Harbor View Ave | Rezoning | Bayshore Beautiful | 4 | 2025-11-03T00:00:00Z | 2026-02-03T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02QZC&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.50092938100038, 27.902415295675524]} | ||
| 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;