Returns the list of text versions for a specified bill.

GET /bill/:congress/:billType/:billNumber/text

Example Request

/v3/bill/117/hr/3076/text
::

{
    'textVersions': [
        {
            'date': '2022-02-15T05:00:00Z',
            'formats': [
                {
                    'type': 'Formatted XML',
                    'url': 'https://www.congress.gov/117/bills/hr3076/BILLS-117hr3076pcs2.xml'
                },
                {
                    'type': 'PDF',
                    'url': 'https://www.congress.gov/117/bills/hr3076/BILLS-117hr3076pcs2.pdf'
                },
                ...
            ],
            'type': 'Placed on Calendar Senate',
        }
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!