current (view)
Data source: City of Tampa Open Data
2 rows where COUNCILDISTRICT = 5, NEIGHBORHOOD = "East Tampa 1" and Type = "Design Exception 1" sorted by LASTUPDATE descending
This data as json, geojson, CSV (advanced)
| RECORDID | ADDRESS | UNIT | Type | CRA | NEIGHBORHOOD | COUNCILDISTRICT | CREATEDDATE | LASTUPDATE ▲ | URL | geometry |
|---|---|---|---|---|---|---|---|---|---|---|
| DE1-26-0000121 | 3208 E Dr Martin Luther King Jr Blvd | Design Exception 1 | East Tampa | East Tampa 1 | 5 | 2026-05-06T00:00:00Z | 2026-05-06T00:00:00Z | https://aca-prod.accela.com/TAMPA/Cap/CapDetail.aspx?Module=Planning&TabName=Planning&capID1=26CAP&capID2=00000&capID3=00Q33&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.42417507952555, 27.981535589012953]} | |
| DE1-26-0000117 | 4102 N 26th St | Design Exception 1 | East Tampa | East Tampa 1 | 5 | 2026-04-29T00: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=00OV7&agencyCode=TAMPA | {"type": "Point", "coordinates": [-82.43072288036655, 27.98237226361518]} |
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;