---
title: "Get County Details"
method: GET
path: "/counties"
tags: ["Counties"]
---

# Get County Details

`GET /counties`

Return county details and related location hierarchy.

## Query parameters

- `geo_id` string, required — Geolocation ID

## Response `200`

OK

- CountiesDetailsRead — County-specific details read model.
  - `geo_id` string, required — Geolocation ID
  - `name` string, required — Formatted entity name
  - `state` string, required — State abbreviation
  - `cities` object, nullable
  - `jurisdictions` object, nullable
  - `zipcodes` string[], nullable

## Other responses

- `404` — The given geo_id didn't match any counties
- `422` — Validation Error

---

[API](https://skmtc.net/shovels/apis/the-shovels-api-v2.md) · [All operations](https://skmtc.net/shovels/apis/the-shovels-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shovels/the-shovels-api-v2/versions/d3f0e1f3afa8/schema)
