archived (view)
Data source: City of Tampa Open Data
4 rows where NEIGHBORHOOD = "North Ybor" 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-25-0000129 | 2707 E 22nd Ave | 1 | Rezoning | East Tampa | North Ybor | 5 | 2025-09-30T00:00:00Z | 2026-02-26T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02JR5&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.42951068292831, 27.971127906850615]} | 2026-04-08 00:12:04 |
| REZ-25-0000124 | 2608 N 17th St | Rezoning | East Tampa | North Ybor | 5 | 2025-09-12T00:00:00Z | 2025-11-05T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=25CAP&capID2=00000&capID3=02FFL&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.4405245005829, 27.966120520070927]} | 2026-03-23 00:08:41 | |
| REZ-24-0000089 | 2705 E 19th Ave | Rezoning | East Tampa | North Ybor | 5 | 2024-07-07T00:00:00Z | 2025-04-09T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=24CAP&capID2=00000&capID3=01Y45&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.42920449970693, 27.96885000042874]} | 2025-05-05 00:04:27 | |
| REZ-25-0000011 | 2705 N 18th St | Rezoning | East Tampa | North Ybor | 5 | 2024-10-30T00:00:00Z | 2024-12-04T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=24CAP&capID2=00000&capID3=02KSM&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.43902349997582, 27.96745500040301]} | 2025-02-21 00:04:07 |
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;