GET
/
counties
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"
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

geo_id
string
required

Geolocation ID

Response

200
application/json

OK

County-specific details read model.