Returns a list of committee reports.

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"
        },
        ...
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!