Resolve user input to ranked geo candidates
Core Endpoints
Resolve Location
Resolves text input to ranked location candidates across supported geo scopes.
GET
Resolve user input to ranked geo candidates
Use this endpoint to turn user-entered text into candidate
Use the returned
geo_id values.
Typical input is a partial location string such as city, ZIP, county, or jurisdiction name.Use the returned
geo_id in downstream permit and signal endpoints.Authorizations
Query Parameters
Free-form text input (aliases: q, address, text).
Required string length:
1 - 200Optional two-letter state filter.
Pattern:
^[A-Za-z]{2}$Example:
"WA"
Optional scope filter.
Available options:
property, jurisdiction, city, zip, county, state Maximum candidates to return.
Required range:
1 <= x <= 20
