Building Permits (11)
Data license: Public Domain (CC0) · Data source: City of Berkeley Accela, Alameda County GIS
- id
- Permit ID
- project_id
- Link to projects table
- permit_number
- Building permit number (B2023-00001 format)
- permit_type
- Type of permit (Building, Electrical, etc.)
- address
- Project address
- status
- Permit status
- filed_date
- Date filed
- finaled_date
- Date finaled
- job_value
- Construction value
- description
- Work description
- owner
- Property owner
- applicant
- Permit applicant
- source
- Data source
- imported_at
- Import timestamp
5 rows where status = "Finaled"
This data as json, CSV (advanced)
Suggested facets: project_id, address, filed_date (date), finaled_date (date), imported_at (date)
permit_type 4
status 1
- Finaled · 5 ✖
| Link | rowid ▼ | id | project_id | permit_number | permit_type | address | status | filed_date | finaled_date | job_value | description | owner | applicant | source | imported_at |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4 | 4 | 4 | 13 | B2016-01435 | Building Electrical Mechanical Plumbing Permit | 2420 SHATTUCK AVE | Finaled | 2016-03-29 | 2015-11-04 | Commercial Restaurant T.I. for Giovanni's | accela | 2026-03-28 16:22:35 | |||
| 5 | 5 | 5 | 13 | B2016-00787 | Electrical Permit | 2420 SHATTUCK AVE | Finaled | 2016-02-23 | 2015-11-04 | Temp power pole (see B2015-06033) | accela | 2026-03-28 16:22:35 | |||
| 6 | 6 | 6 | 13 | B2015-06033 | Building Permit | 2420 SHATTUCK AVE | Finaled | 2015-12-11 | 2015-11-04 | Demolition of interior finishes, equipment, built-in seating and non-structural partition walls (TI under separate permit) | accela | 2026-03-28 16:22:35 | |||
| 7 | 7 | 7 | 13 | B2015-05395 | Building Permit | 2420 SHATTUCK AVE | Finaled | 2015-11-04 | 2015-11-04 | Re-roof with Class A roof | accela | 2026-03-28 16:22:35 | |||
| 9 | 9 | 9 | 7 | B2015-00364 | Building Permit (Demolition) | 2601 SAN PABLO AVE | Finaled | 2015-12-13 | $20,000.00 | DEMOLITION OF (E) 1424 SQ FT URM STRUCTURE. | 2601 SAN PABLO AVENUE LLC, 1795 Solano Ave, Berkeley CA 94707 | Marke Forbes, 1795 Solano Ave, Berkeley CA 94707, (510)526-7933, mforbes@feforbes.com | accela | 2026-03-28 16:22:35 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE "building_permits" ( "id" INTEGER, "project_id" INTEGER, "permit_number" TEXT, "permit_type" TEXT, "address" TEXT, "status" TEXT, "filed_date" TEXT, "finaled_date" TEXT, "job_value" TEXT, "description" TEXT, "owner" TEXT, "applicant" TEXT, "source" TEXT, "imported_at" TEXT ); CREATE INDEX idx_bp_permit ON building_permits(permit_number);