The endpoint for Amendments within the Bills dataset, including all legislation available to your Quorum account.
The endpoint for Amendments within the Bills dataset, including all legislation available to your Quorum account.
Sample queries:
www.quorum.us/api/newamendment/12345/?username=[USERNAME]&api_key=[API_KEY]
www.quorum.us/api/newamendment/?title__contains=infrastructure&username=[USERNAME]&api_key=[API_KEY]
actions | string String-encoded JSON Object. This field requires special handling. |
amendment_type | integer <int64> The amendment's type, indicating the chmaber in which the amendment was offered. NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name AmendmentType, for an explanation of values. |
bill_id | integer <int64> The bill the amendment amends. NOTE: Parameter accepts additional qualifiers appended to the end: |
congress_id | integer <int64> The Congress object in which the amendment was offerred. The current Congress is 117. NOTE: Parameter accepts additional qualifiers appended to the end: |
congress_number | integer <int64> The number of the congress (for indexing, etc.) NOTE: Parameter accepts additional qualifiers appended to the end: |
description | string A description of the amendment. NOTE: Parameter accepts additional qualifiers appended to the end: |
dms_id | string The dms_id for each amendment, if applicable NOTE: Parameter accepts additional qualifiers appended to the end: |
id | integer <int64> The Quorum primary key for this record; guaranteed to be persistent and unique across all objects at this endpoint. |
num_cosponsors | integer <int64> Number of cosponsors that a amendment has. NOTE: Parameter accepts additional qualifiers appended to the end: |
number | integer <int64> The amendment's number according to the Library of Congress's H.Amdt and S.Amdt numbering (just the integer part). NOTE: Parameter accepts additional qualifiers appended to the end: |
offered_date | string <date-time> The date the amendment was offered. NOTE: Parameter accepts additional qualifiers appended to the end: |
primary_party | integer <int64> Party of majority of sponsors NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name Party, for an explanation of values. |
region | integer <int64> The region that the amendment belongs to. NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name Region, for an explanation of values. |
rules_number | integer <int64> The number given by rules.house.gov NOTE: Parameter accepts additional qualifiers appended to the end: |
rules_status | integer <int64> The amendment's status according to rules.house.gov. NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name AmendmentRulesStatus, for an explanation of values. |
sequence | integer <int64> For House amendments, the sequence number of the amendment (unique within a bill). NOTE: Parameter accepts additional qualifiers appended to the end: |
session_id | integer <int64> The LegSession object in which the amendment was introduced. NOTE: Parameter accepts additional qualifiers appended to the end: |
source | integer <int64> The source of this amendment NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name AmendmentSource, for an explanation of values. |
sponsors | Array of integers <int64> The sponsors of this amendment. NOTE: Parameter accepts additional qualifiers appended to the end: |
status | integer <int64> The amendment's current status. NOTE: Parameter accepts additional qualifiers appended to the end: See the Enumeration Documentation CSV file located at Quorum_API_Enumeration_Values.csv, name AmendmentStatus, for an explanation of values. |
status_date | string <date-time> The date that the amendment was last acted upon. NOTE: Parameter accepts additional qualifiers appended to the end: |
title | string A title for the amendment. NOTE: Parameter accepts additional qualifiers appended to the end: |
advanced_search | string Perform an advanced text search on the datset with the provided text. This search will use the most comprehensive search method available on the requested endpoint, but can take slightly longer to return results. |
quick_search | string Perform an quick text search on the datset with the provided text. This search method may, depending on the endpoint, be exactly identical to advanced search, or may return results significantly more quickly but with less completeness or accuracy, for example by searching less fields, or using a faster algorithm to identify matches that has a greater propensity for false positives/false negatives. |
limit | integer <int64> Default: 20 The number of records to return (for pagination). |
offset | integer <int64> Default: 0 The number of records to offset the start of the data being returned (for pagination). |
NewAmendment retrieved successfully
improperly configured request
authorization failure
internal server error
{- "_extra": { },
- "actions": { },
- "alert_cache": { },
- "amendment_type": 1,
- "bill": "/api/newbill/1/",
- "congress_number": 0,
- "created": "2019-08-24T14:15:22Z",
- "description": "string",
- "dms_id": "string",
- "fts_strip_level": 0,
- "house_number": 0,
- "id": 0,
- "label": "string",
- "last_action_text": "string",
- "num_cosponsors": 0,
- "number": 0,
- "offered_date": "2019-08-24T14:15:22Z",
- "primary_party": 0,
- "region": 1,
- "resource_uri": "string",
- "rules_number": 0,
- "rules_status": 1,
- "snippets": null,
- "source": 1,
- "sponsors": [
- "/api/newsponsor/1/"
], - "status": 1,
- "status_date": "2019-08-24T14:15:22Z",
- "text": "string",
- "texts": [
- "/api/billtext/1/"
], - "title": "string",
- "updated": "2019-08-24T14:15:22Z",
- "word_count": 0
}
The endpoint for Amendments within the Bills dataset, including all legislation available to your Quorum account.
NewAmendment retrieved successfully
improperly configured request
authorization failure
internal server error
{- "_extra": { },
- "actions": { },
- "alert_cache": { },
- "amendment_type": 1,
- "bill": "/api/newbill/1/",
- "congress_number": 0,
- "created": "2019-08-24T14:15:22Z",
- "description": "string",
- "dms_id": "string",
- "fts_strip_level": 0,
- "house_number": 0,
- "id": 0,
- "label": "string",
- "last_action_text": "string",
- "num_cosponsors": 0,
- "number": 0,
- "offered_date": "2019-08-24T14:15:22Z",
- "primary_party": 0,
- "region": 1,
- "resource_uri": "string",
- "rules_number": 0,
- "rules_status": 1,
- "snippets": null,
- "source": 1,
- "sponsors": [
- "/api/newsponsor/1/"
], - "status": 1,
- "status_date": "2019-08-24T14:15:22Z",
- "text": "string",
- "texts": [
- "/api/billtext/1/"
], - "title": "string",
- "updated": "2019-08-24T14:15:22Z",
- "word_count": 0
}