Returns the list of texts for the specified committee report.

GET /committeeReport/:congress/:reportType/:reportNumber/:text

Example Request

/v3/committeeReport/116/hrpt/617/text
::

{
    "textVersions": [
        {
            "formats": [
                {
                    "type": "Formatted Text",
                    "url": "116/crpt/hrpt617/generated/CRPT-116hrpt617.htm"
                },
                {
                    "type": "PDF",
                    "url": "116/crpt/hrpt617/CRPT-116hrpt617.pdf"
                },
                ...
            ]
        }
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!