Returns the list of committee reports associated with the specified congressional committee.

GET /committee/:chamber/:committeeCode/reports

Example Request

/v3/committee/house/hspw00/reports
::

{
    "reports": [
        {
            "citation": "H. Rept. 109-570,
            "url": "https://api.congress.gov/v3/committeeReports/109/HRPT/570?format=json"
        },
        ...
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!