Returns the list of amendments to a specified bill.

GET /bill/:congress/:billType/:billNumber/amendments

Example Request

/v3/bill/117/hr/3076/amendments
::

{
    'amendments': [
        {
            'congress': 117,
            'description': 'Pursuant to the provisions of H. Res. 912, the amendment in the nature of a substitute consisting of the text of Rules Committee Print 117-32 is considered as adopted.',
            'latestAction': {
              'date': '2022-02-08',
              'text': 'On agreeing to the Rules amendment (A001) Agreed to without objection. '
            },
            'number': '172',
            'type': 'HAMDT',
            'url': 'https://api.congress.gov/v3/amendment/117/hamdt/172?format=json'
        }
    ]
}
Language
Credentials
Query
Response
Click Try It! to start a request and see the response here!