The jurisdictions resource scopes data by metro area. Every endpoint below takes a lowercase URL-safeDocumentation Index
Fetch the complete documentation index at: https://docs.permitcore.io/llms.txt
Use this file to discover all available pages before exploring further.
slug (nyc, la, houston) as the
primary path parameter.
Active endpoints
| Method | Path | Status |
|---|---|---|
GET | /v1/jurisdictions/{slug}/cohorts/distribution | Live |
GET | /v1/jurisdictions (list all jurisdictions) | Coming with Bucket 2 |
GET | /v1/jurisdictions/{slug} (metro detail + totals) | Coming with Bucket 2 |
Slug conventions
- All lowercase
- Hyphens for multi-word metros (none today; reserved for future expansion)
- No accents, no special characters
- Examples:
nyc,la,dc,sf,fortworth,sanantonio
404 from the cohort distribution endpoint means the
metro is either DEPLOY-PENDING (in production-ingest queue) or not in
PermitCore’s coverage map.
See Concepts → Jurisdictions for the full
coverage table + status meanings.