Documentation Index
Fetch the complete documentation index at: https://docs.permitcore.io/llms.txt
Use this file to discover all available pages before exploring further.
Status: this endpoint ships with the Bucket 2 data-pipeline release
(~3 weeks). Contract preview below; treat as draft until ship date.
For aggregate cohort counts today, see
cohort distribution.
Draft contract
GET /v1/permits?jurisdiction=&cohort=&since=&until=&limit=&cursor=
Returns paginated permit rows filtered by jurisdiction + cohort + date range.
Query parameters (preview)
| Param | Type | Notes |
|---|---|---|
jurisdiction | string (slug) | Required. Single metro slug |
cohort | string (slug) | Optional. One of the 18 canonical cohorts; omit for all cohorts |
since | ISO 8601 date | Optional. Lower bound for issued_date |
until | ISO 8601 date | Optional. Upper bound for issued_date |
limit | integer | Optional. Page size, default 100, max 1000 |
cursor | string | Optional. Opaque cursor from prior page’s next_cursor |
Response shape (preview)
Quotas + per-tier filters
- Free tier will be capped to a 6-cohort subset;
cohortqueries outside the subset will 403 withinsufficient_scope - Hobby tier+ unlocks all 18 cohorts
- Webhook stream for real-time push delivery ships alongside this endpoint (paid tiers only)