docs/api reference/States Directory
Home ↗
GET/api/states

States Directory

Lists the states supported in the ParcelKit registry with their county counts. Today the platform covers Texas — this catalog is the stable entrypoint for future multi-state expansion.

Parameters

No input parameters.

Request

curl https://api.parcelkit.us/api/states \
  -H "x-api-key: sk_live_your_key"

Response

response.json
[
  {
    "state": "TX",
    "slug": "texas",
    "name": "Texas",
    "countiesCount": 19
  }
]

Use slug to build paths for the county directory — e.g. /api/states/TX/counties. The countiesCount reflects actively registered counties in the platform, not the total geographic counties in the state.