cURL
curl --request GET \ --url https://api.shovels.ai/v2/counties/search \ --header 'X-API-Key: <api-key>'
{ "items": [ { "geo_id": "Q291bnR5XzEyMzQ1", "name": "Los Angeles County, CA", "state": "CA" }, { "geo_id": "A291bnR5XzEyMzQ1", "name": "Harris County, TX", "state": "TX" }, { "geo_id": "B291bnR5XzEyMzQ1", "name": "Cook County, IL", "state": "IL" } ], "size": 3 }
Searches for counties based on the provided search term.
The name to search for in the county fields.
A list of counties that match the search text.
Paginated response for geographical entities.
The list of items returned in the response following given criteria.
Show child attributes
The number of items returned in the response.
The cursor for retrieving the next page of results.
Was this page helpful?