v2
latestOpenAPI 3.1.02026-08-043458243.4 KBSearch Decisions
Returns a list of zoning / land-use decisions matching the supplied filters. Decisions should meet ALL parameter filters (AND logic). Date range (decision_from/decision_to) and geo_id are required.
Query parameters
Cursor for pagination
Cursor for pagination
When true and on the first page (no cursor), include total_count in the response. The count is exact up to 10,000; above that, relation is 'gte'.
When true and on the first page (no cursor), include total_count in the response. The count is exact up to 10,000; above that, relation is 'gte'.
Return decisions with decision_date on or after this date. Date format: YYYY-MM-DD.
Return decisions with decision_date on or after this date. Date format: YYYY-MM-DD.
Return decisions with decision_date on or before this date. Date format: YYYY-MM-DD.
Return decisions with decision_date on or before this date. Date format: YYYY-MM-DD.
Filter decisions by geographic area. Accepts:
- US state code (e.g. CA)
- Shovels geolocation ID for an address, city, county, or jurisdiction (e.g. a4xysKbZwqg)
ZIP and ZIP+4 inputs are not supported — the upstream rezone source emits no ZIP information, so decisions cannot be filtered by ZIP.
Resolve addresses and places to geolocation IDs via:
- Search Addresses
- Search Cities
- Search Counties
- Search Jurisdictions
Free-form text such as "123 Main St" is not accepted.
Filter decisions by geographic area. Accepts:
- US state code (e.g. CA)
- Shovels geolocation ID for an address, city, county, or jurisdiction (e.g. a4xysKbZwqg)
ZIP and ZIP+4 inputs are not supported — the upstream rezone source emits no ZIP information, so decisions cannot be filtered by ZIP.
Resolve addresses and places to geolocation IDs via:
- Search Addresses
- Search Cities
- Search Counties
- Search Jurisdictions
Free-form text such as "123 Main St" is not accepted.
Filter by one or more asset classes (e.g. Residential, Commercial, Mixed-Use).
Filter by one or more asset classes (e.g. Residential, Commercial, Mixed-Use).
Filter by one or more decision categories (e.g. Rezoning, Variance).
Filter by one or more decision categories (e.g. Rezoning, Variance).
Filter by one or more decision subcategories.
Filter by one or more decision subcategories.
Filter by one or more property types.
Filter by one or more property types.
Minimum project value in cents (inclusive).
Minimum project value in cents (inclusive).
Maximum project value in cents (inclusive).
Maximum project value in cents (inclusive).
Full-text query against decision title and description, tokenized with PostgreSQL plainto_tsquery('english', ...).
Full-text query against decision title and description, tokenized with PostgreSQL plainto_tsquery('english', ...).
Response
A list of decisions.