Congress.gov API · Schema
amendedBill
GovernmentLegislativeCongressBillsAmendmentsMembersTreatiesNominationsCongressional RecordUS Federal
Properties
| Name | Type | Description |
|---|---|---|
| congress | integer | |
| number | string | |
| originChamber | string | |
| originChamberCode | string | |
| title | string | |
| type | string | |
| updateDateIncludingText | string | |
| url | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.congress.gov/schemas/amendedBill",
"title": "amendedBill",
"type": "object",
"properties": {
"congress": {
"type": "integer",
"example": 117
},
"number": {
"type": "string",
"example": "5"
},
"originChamber": {
"type": "string",
"example": "Senate"
},
"originChamberCode": {
"type": "string",
"example": "S"
},
"title": {
"type": "string",
"example": "A concurrent resolution setting forth the congressional budget for the United States Government for fiscal year 2021 and setting forth the appropriate budgetary levels for fiscal years 2022 through 2030."
},
"type": {
"type": "string",
"example": "SCONRES"
},
"updateDateIncludingText": {
"type": "string",
"format": "date",
"example": "2025-04-07"
},
"url": {
"type": "string",
"format": "url",
"example": "https://api.congress.gov/v3/bill/117/sconres/5?format=json"
}
}
}