get
https://example.com/v3/committee
GET /committee
Example Request
/v3/committee
::
"committees": [
{
"chamber": "House",
"committeeTypeCode": "Standing",
"name": "Transportation and Infrastructure Committee",
"parent": null,
"subcommittees": [
{
"name": "Investigations and Oversight Subcommittee",
"systemCode": "hspw01",
"url": "http://api.congress.gov/v3/committee/house/hspw01?format=json"
},
...
],
"systemCode": "hspw00",
"url": "https://api.congress.gov/v3/committee/house/hspw00?format=json"
},