Returns the list of titles for a specified bill.

GET /bill/:congress/:billType/:billNumber/titles

Example Request

/v3/bill/117/hr/3076/titles
::

{
    'titles': [
        {
            'billTextVersionCode': 'RH',
            'billTextVersionName': 'Reported in House'
            'chamberCode': 'H',
            'chamberName': 'House',
            'title': 'Postal Service Reform Act of 2021',
            'titleType': 'Short Title(s) as Reported to House'
        },
        ...
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!