archived (view)
Data source: City of Tampa Open Data
3 rows where NEIGHBORHOOD = "Grant Park" and Type = "Rezoning" sorted by archived_date descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE | URL | geometry | archived_date ▲ |
|---|---|---|---|---|---|---|---|---|---|---|---|
| REZ-26-0000053 | 3817 Temple St | Rezoning | East Tampa | Grant Park | 5 | 2026-03-02T00:00:00Z | 2026-05-05T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00CU8&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.40095245085233, 27.979986997441326]} | 2026-07-30 00:19:05 | |
| REZ-26-0000070 | 3817 N 54th St | Rezoning | East Tampa | Grant Park | 5 | 2026-04-15T00:00:00Z | 2026-06-11T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00LXJ&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.39524158783452, 27.979951411823972]} | 2026-07-22 00:18:15 | |
| REZ-24-0000102 | 3604 Temple St | Rezoning | East Tampa | Grant Park | 5 | 2024-08-16T00:00:00Z | 2025-04-03T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=24CAP&capID2=00000&capID3=027NH&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.40123249993273, 27.97631999983636]} | 2025-04-10 00:04:24 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW archived AS
SELECT
RECORDID,
ADDRESS,
UNIT,
RECORDALIAS as Type,
CRA,
NEIGHBORHOOD,
COUNCILDISTRICT,
CREATEDDATE,
LASTUPDATE,
URL,
geometry,
archived_date
FROM archived_full;