cURL
curl --request GET \ --url https://api.shovels.ai/v2/jurisdictions/search \ --header 'X-API-Key: <api-key>'
{ "items": [ { "geo_id": "Q2l0eV8xMjM0NQ", "name": "Sanford, FL", "state": "FL" }, { "geo_id": "A2l0eV8xMjM0NQ", "name": "Abilene, TX", "state": "TX" }, { "geo_id": "B2l0eV8xMjM0NQ", "name": "Albany, CA", "state": "CA" } ], "page": 1, "size": 3 }
Searches for jurisdictions based on the provided search term.
The name to search for in the jurisdiction fields.
A list of jurisdictions that match the search text.
Generic paginated response for geographical entities.
Was this page helpful?