Access 932 building permits issued in Frisco, Texas through a single REST API. Refreshed daily from the official Frisco open data portal and normalized into a consistent schema.
Most common permit types issued in the last year.
The 10 most recent permits issued in Frisco, Texas. Full dataset available via REST API.
| Issued | Permit # | Address | Category | Description |
|---|---|---|---|---|
| 2026-08-04 | B26-02420 | 3774 BURKESEVILLE CT | Other | 3911 AC, 5082 SF, 2 STORY |
| 2026-08-04 | B26-02501 | 9012 EUREKA TRL | Other | 3482 AC, 4088 SF , 2 STORY |
| 2026-08-03 | B26-02205 | 6681 MCLAIN RD | Other | 3629 AC, 4256 SF , 2 STORY |
| 2026-08-02 | B26-02041 | 11583 INDEPENDENCE PKWY | Other | 1114 SF, SKAVI & SONS LLC |
| 2026-07-30 | B26-02422 | 1870 COUSINS TRL | Other | 3026 AC, 3689 SF, 1 STORY |
| 2026-07-29 | B26-02187 | 11124 GROVE ST | Other | 4506 AC, 5339 SF , 2 STORY |
| 2026-07-29 | B26-02278 | 11616 FINCH HATTONS DR | Other | 3670 AC, 4474 SF , 2 STORY |
| 2026-07-29 | B26-02004 | 3993 CRANBROOK DR | Other | 5001 AC, 6663 SF , 2 STORY |
| 2026-07-29 | B26-02264 | 11328 CRESTWOOD RD | Other | 4164 AC, 5047 SF , 2 STORY |
| 2026-07-28 | B26-01958 | 4899 HUNTERS CREEK TRL | Other | 5405 AC, 6089 SF , 2 STORY |
Query Frisco, Texas permits with a single HTTP request. Returns JSON with address, category, status, dates, and full description.
# Search all Frisco permits issued this month curl -H "X-API-Key: YOUR_KEY" \ "https://api.permit-stack.com/v1/permits/search?city=Frisco&state=TX&issued_after=2026-04-01"
Related coverage in Texas and nationwide.
We ingest data directly from the official Frisco open data portal (ArcGIS Hub) 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 Frisco, Texas was issued on August 4, 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 Frisco 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