geo_id, then you can narrow results with optional filters.
Decisions are currently in beta. For background on the dataset and roadmap, see the Decisions API launch announcement.
Required Parameters
Three parameters are required on every decisions search:
Omitting any of these returns a 422 error.
Two-Step Process
Step 1: Get a geo_id
Thegeo_id accepts a US state code (such as CA) or a Shovels geolocation ID for an address, city, county, or jurisdiction. Resolve places to a geo_id with one of:
Step 2: Search Decisions Using the geo_id
Available Filters
All filters use AND logic—a decision must match every parameter you supply.Pagination
Search responses are paginated:size— results per page (1–100, default 50)cursor— pass thenext_cursorfrom the previous response to fetch the next pageinclude_count— set totrueon the first page (no cursor) to includetotal_count. The count is exact up to 10,000; above that it is reported as a “greater than or equal to” value.
