Digital Plumber
## What is Digital Plumber? Digital Plumber aggregates **construction and building permit data** from the five largest cities in Texas — Austin, Dallas, Houston, San Antonio, and Fort Worth — into a single, normalized REST API. Instead of navigating five different city portals with five different data formats, you get **one endpoint, one schema, one API key**. ## Who is this for? -…
Digital Plumber endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search permits with 12 filters /api/v1/permits |
Search permits with 12 filters |
| GET |
Get a single permit by ID /api/v1/permits/{permit_id} |
Get a single permit by ID |
| GET |
Aggregate statistics /api/v1/stats |
Aggregate statistics |
| GET |
List available cities /api/v1/cities |
List available cities |
| GET |
Permit activity timeline /api/v1/timeline |
Permit activity timeline |
| GET |
Contractor analytics /api/v1/contractors |
Contractor analytics |
| GET |
GeoJSON for mapping tools /api/v1/permits/geojson |
GeoJSON for mapping tools |
| GET |
Download permits as CSV /api/v1/permits/export/csv |
Download permits as CSV |
| GET |
Download permits as Excel /api/v1/permits/export/excel |
Download permits as Excel |
| POST |
Register webhook /api/v1/webhooks |
Register webhook |
Digital Plumber pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $49 / month | 15 / second |
|
| ULTRA | $199 / month | 20 / second |
|
| MEGA | $499 / month | 25 / second |
|