v1

latestOpenAPI 3.0.22026-07-13125644.4 KB
jurisdictions

Jurisdiction List

Get list of supported Jurisdictions, a Jurisdiction is a state or municipality.

get/jurisdictions

Query parameters

classification'state' | 'municipality' | 'country'

An enumeration.

Filter returned jurisdictions by type.

includeJurisdictionInclude[]

Additional information to include in response.

Additional information to include in response.

pageinteger
per_pageinteger
apikeystring

Headers

x-api-keystring

Response

Successful Response

Example response

{
  "results": [
    {
      "id": "ocd-jurisdiction/country:us/state:nc/government",
      "name": "North Carolina",
      "division_id": "ocd-division/country:us/state:nc",
      "url": "https://nc.gov",
      "organizations": [
        {
          "id": "ocd-organization/32aab083-d7a0-44e0-9b95-a7790c542605",
          "name": "North Carolina General Assembly",
          "classification": "legislature",
          "districts": [
            {
              "label": "2",
              "role": "Senator",
              "division_id": "ocd-division/country:us/state:mn/sldu:4",
              "maximum_memberships": 1
            }
          ]
        }
      ]
    }
  ],
  "pagination": {
    "per_page": 20,
    "page": 1,
    "max_page": 3,
    "total_items": 52
  }
}
All 12 operations