Skip to main content
To search Shovels Decisions, use the Search Decisions endpoint. Every request needs a date range and a 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

The geo_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:
ZIP and ZIP+4 codes are not supported for decisions. The upstream source emits no ZIP information, so decisions cannot be filtered by ZIP. Free-form text such as "123 Main St" is also not accepted—resolve it to a geo_id first.

Step 2: Search Decisions Using the geo_id

Available Filters

All filters use AND logic—a decision must match every parameter you supply.
min_project_value and max_project_value are expressed in cents. A $5,000,000 project is 500000000.

Pagination

Search responses are paginated:
  • size — results per page (1–100, default 50)
  • cursor — pass the next_cursor from the previous response to fetch the next page
  • include_count — set to true on the first page (no cursor) to include total_count. The count is exact up to 10,000; above that it is reported as a “greater than or equal to” value.