Building Permits

Fort Worth, TX

Live building permit data for Fort Worth, Texas. Updated daily from the city's official source. Free to browse, free API access.

Total permits

18,620

Last 30 days

620

Total valuation

$3391.0M

Status

live

auto: latest permit 2026-06-09 (1d ago)

Most recent permits

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$509K

#PB26-08285

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$165K

#PB26-08254

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$391K

#PB26-08304

Address not provided

Commercial Grading Permit · NA

B1_WORK_DESC

Jun 9, 2026

#CG26-00125

Address not provided

Residential Accessory Struct · New

B1_WORK_DESC

Jun 9, 2026

$35K

#PB26-08263

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$165K

#PB26-08256

Address not provided

Commercial Accessory Structure · New

B1_WORK_DESC

Jun 9, 2026

$25K

#PB26-05323

Address not provided

Residential Accessory Struct · Remodel

B1_WORK_DESC

Jun 9, 2026

$8K

#PB26-08307

Address not provided

Residential Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$8K

#PB26-08294

Address not provided

Residential Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$11K

#PB26-08287

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$400K

#PB26-08266

Address not provided

Commercial Grading Permit · NA

B1_WORK_DESC

Jun 9, 2026

#CG26-00123

Address not provided

Residential Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$24K

#PB26-08259

Address not provided

Residential Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$8K

#PB26-08257

Address not provided

Commercial Accessory Structure · New

B1_WORK_DESC

Jun 9, 2026

$74K

#PB26-05320

Address not provided

Residential Building Permit · Addition

Addition

Jun 9, 2026

$35K

#PB26-07954

Address not provided

Plumbing Backflow · Standalone

B1_WORK_DESC

Jun 9, 2026

#PP26-10803

Address not provided

Commercial Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$69K

#PB26-08309

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$396K

#PB26-08301

Address not provided

Plumbing · Umbrella

B1_WORK_DESC

Jun 9, 2026

#PP26-10774

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$477K

#PB26-08291

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$422K

#PB26-08288

Address not provided

Residential Building Permit · New

B1_WORK_DESC

Jun 9, 2026

$180K

#PB26-08270

Address not provided

Residential Building Permit · Remodel

B1_WORK_DESC

Jun 9, 2026

$9K

#PB26-08268

Address not provided

Residential Accessory Struct · New

B1_WORK_DESC

Jun 9, 2026

$57K

#PB26-08265

Permit types in Fort Worth

Residential Building Permit356
Commercial Building Permit263
Commercial Grading Permit157
Residential Accessory Struct85
Commercial Accessory Structure72

How to pull Fort Worth permits

# curl
curl "https://permitflow.dev/api/public/v1/permits?city=Fort%20Worth&state=TX" \
  -H "Authorization: Bearer YOUR_KEY"
// JavaScript
const res = await fetch(
  "https://permitflow.dev/api/public/v1/permits?city=Fort%20Worth&state=TX",
  { headers: { Authorization: "Bearer " + KEY } }
);
const { data } = await res.json();
# Python
import requests
r = requests.get(
    "https://permitflow.dev/api/public/v1/permits",
    params={"city": "Fort Worth", "state": "TX"},
    headers={"Authorization": f"Bearer {KEY}"},
)
permits = r.json()["data"]

Nearby cities in Texas

See all Texas cities →