Returns the list of actions on a specified bill.

GET /bill/:congress/:billType/:billNumber/actions

Example Request

/v3/bill/117/hr/3076/actions
::

    'actions': [
        {
            'actionDate': '2022-04-06',
            'text': 'Became Public Law No: 117-108.',
            'type': 'President',
            'actionCode': '36000',
            'sourceSystem': {
                'name': 'Library of Congress',
                'code': '9'
            },
        },
        ...
    ]
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!