Access 803 building permits issued in Manor, Texas through a single REST API. Refreshed daily from the official Manor open data portal and normalized into a consistent schema.
Most common permit types issued in the last year.
Drill into the most common permit categories in Manor.
The 10 most recent permits issued in Manor, Texas. Full dataset available via REST API.
| Issued | Permit # | Address | Category | Description |
|---|---|---|---|---|
| 2026-08-06 | RES-ELC-26-0017 | 19800 Per Lange Pass | Electrical | Residential Electrical |
| 2026-08-05 | RES-PLM-26-0041 | 14413 ESTUARY RD | Plumbing | Residential Plumbing |
| 2026-08-05 | RES-NEW-26-0295 | 13516 CUCHILLO PATH | New construction | Residential Single-Family New Building |
| 2026-08-05 | RES-NEW-26-0297 | 13508 CUCHILLO PATH | New construction | Residential Single-Family New Building |
| 2026-08-05 | RES-NEW-26-0296 | 13512 CUCHILLO PATH | New construction | Residential Single-Family New Building |
| 2026-08-04 | ROW-26-0021 | 12420 TILLGANG PASS | Other | Right of Way |
| 2026-08-04 | RES-DECK-26-0007 | 13708 ANDREW ABERNATHY PASS | Other | Residential Deck/Patio |
| 2026-08-03 | FOUND-26-0056 | 16717 TREVIN CV | Foundation | Foundation |
| 2026-08-03 | COM-NEW-26-0014 | — | New construction | Commercial new building construction |
| 2026-08-03 | RES-NEW-26-0294 | 17813 Fox Manor Drive | New construction | Single-family new building construction |
Query Manor, Texas permits with a single HTTP request. Returns JSON with address, category, status, dates, and full description.
# Search all Manor permits issued this month curl -H "X-API-Key: YOUR_KEY" \ "https://api.permit-stack.com/v1/permits/search?city=Manor&state=TX&issued_after=2026-04-01"
Related coverage in Texas and nationwide.
We ingest data directly from the official Manor open data portal (the official city portal) daily. This is the same source used by the city's own public dashboards, normalized into a consistent JSON schema across our U.S. jurisdictions.
Our automated ingestion runs daily at 03:00 UTC. The latest permit in our database for Manor, Texas was issued on August 6, 2026. Permit backlogs on the city side may mean some permits take a few days to appear.
Yes — our free tier includes 100 requests per day, enough to search and filter Manor permits interactively. Sign up for a free API key to get started.
Yes. CSV export is available on every plan, including free, with the row cap rising by tier. Real-time webhooks for changed permits are on the Developer plan and above.
Free tier covers 100 requests per day. No credit card required.
Get Free API Key