get
https://example.com/v3/amendment////amendments
GET /amendment/:congress/:amendmentType/:amendmentNumber/amendments
Example Request
/v3/amendment/117/samdt/2137/amendments
::
{
'amendments': [
{
'congress': 117,
'latestAction': {
'date': '2021-08-04',
'text': 'Amendment SA 2548 agreed to in Senate by Voice Vote.'
},
'number': '2548',
'purpose': 'To require the Secretary of Agriculture to establish a Joint Chiefs Landscape Restoration Partnership program.',
'type': 'SAMDT',
'url': 'https://api.congress.gov/v3/amendment/117/samdt/2548?format=json'
},
...
]
}