Return county details and related location hierarchy.
curl --request GET \ --url https://api.shovels.ai/v2/counties \ --header 'X-API-Key: <api-key>'
{ "geo_id": "1", "name": "SAN FRANCISCO, SAN FRANCISCO, CA", "cities": { "SAN FRANCISCO": "Ra4e342yy", "SAN RAMON": "2Ra4eyaa" }, "jurisdictions": { "SAN FRANCISCO": "12a4Dxy" }, "zipcodes": [ "94705", "94706" ], "state": "CA" }
Geolocation ID
Show child attributes
Was this page helpful?