get
https://example.com/v3/amendment
The result set can be further filtered using 'fromDateTime' and 'toDateTime' parameters.
-
fromDateTime: start timestamp to filter by update date.
-
toDateTime: end timestamp to filter by update date.
GET /amendment/
Example Request
/v3/amendment
::
{
'amendments': [
{
'congress': 117,
'latestAction': {
'actionDate': '2021-08-08',
'text': 'Amendment SA 2137 agreed to in Senate by Yea-Nay Vote. 69 - 28. Record Vote Number: 312.'
},
'number': '2137',
'purpose': 'In the nature of a substitute.',
'type': 'SAMDT',
'url': 'http://api.congress.gov/v3/amendment/117/samdt/2137?format=json'
},
...
]
}