Skip to main content
GET
/
v1
/
jurisdictions
List supported jurisdictions
curl --request GET \
  --url https://api.govfiles.dev/v1/jurisdictions \
  --header 'X-API-Key: <api-key>'
{
  "jurisdictions": [
    "us_ca",
    "us_de",
    "us_ny"
  ]
}
Return the jurisdiction codes that are currently loaded and queryable. The jurisdictions array is sorted alphabetically. This endpoint is not billed.

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

jurisdictions
string[]
required

Jurisdiction codes currently loaded and queryable in the API, sorted alphabetically.

Example:
["us_ca", "us_de", "us_ny"]