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