v1
latestOpenAPI 3.0.22026-07-13125644.4 KBcommittees
Committee Detail
Get details on a single committee by ID.
get/committees/{committee_id}
Path parameters
committee_idstring required
Query parameters
includeCommitteeInclude[]
Additional includes for the Committee response.
Additional includes for the Committee response.
apikeystring
Headers
x-api-keystring
Response
Successful Response
Example response
{
"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"
}
]
}