cURL
curl --request GET \ --url https://api.shovels.ai/v2/counties \ --header 'X-API-Key: <api-key>'
{ "geo_id": "Q291bnR5XzEyMzQ1", "name": "SAN FRANCISCO, CA", "state": "CA", "cities": { "SAN FRANCISCO": "Q2l0eV8xMjM0NQ", "SAN RAMON": "Q2l0eV8yMzQ1Ng" }, "jurisdictions": { "SAN FRANCISCO": "SnVyaXNkaWN0aW9uXzEyMzQ1" }, "zipcodes": [ "94102", "94103", "94104" ] }
Return county details and related location hierarchy.
Geolocation ID
OK
County-specific details read model.
Was this page helpful?