get
https://example.com/v3/bill////text
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',
}
]
}