v1

latestOpenAPI 3.0.22026-07-13125644.4 KB
committees

Committee List

get/committees

Query parameters

jurisdictionstring

Filter by jurisdiction name or ID.

Filter by jurisdiction name or ID.

classification'committee' | 'subcommittee'

An enumeration.

parentstring

ocd-organization ID of parent committee.

ocd-organization ID of parent committee.

chamber'legislature' | 'executive' | 'lower' | 'upper' | 'government'

An enumeration.

Chamber of committee, generally upper or lower.

includeCommitteeInclude[]

Additional includes for the Committee response.

Additional includes for the Committee response.

apikeystring
pageinteger
per_pageinteger

Headers

x-api-keystring

Response

Successful Response

Example response

{
  "results": [
    {
      "id": "ocd-organization/aabbbbcc-dddd-eeee-ffff-0123456789ab",
      "name": "Health & Public Services",
      "parent_id": "ocd-organization/aabbbbcc-dddd-eeee-ffff-999988887777",
      "extras": {
        "room": "Room 4B"
      },
      "memberships": [
        {
          "person": {
            "id": "ocd-person/adb58f21-f2fd-4830-85b6-f490b0867d14",
            "name": "Angela Augusta",
            "party": "Democratic",
            "current_role": {
              "title": "Senator",
              "division_id": "ocd-division/country:us/state:nc/sldu:3"
            }
          }
        }
      ],
      "other_names": [
        {
          "name": "Auggie",
          "note": "nickname"
        }
      ],
      "links": [
        {
          "url": "https://example.com/",
          "note": "homepage"
        }
      ],
      "sources": [
        {
          "url": "https://example.com/",
          "note": "homepage"
        }
      ]
    }
  ],
  "pagination": {
    "per_page": 20,
    "page": 1,
    "max_page": 3,
    "total_items": 52
  }
}