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