get
https://example.com/v3/committeeReport
The result set can be further filtered to conference reports only.
- conference: set to 'true' to filter for conference reports.
GET /committeeReport
Example Request
/v3/committeeReport?conference=true
::
{
"reports": [
{
"citation": "H. Rept. 117-451",
"url": "https://api.congress.gov/v3/committeeReport/117/HRPT/451?format=json"
},
...
]
}