legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
16 rows where bill_id = "118-s-3237" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_text, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1633486 | Patriot Bill of Rights 118-s-3237 | 2024-06-07 | Held at the desk. | Floor | House floor actions | |
| 1633487 | Patriot Bill of Rights 118-s-3237 | 2024-06-07 | Received in the House. | Floor | House floor actions | |
| 1633488 | Patriot Bill of Rights 118-s-3237 | 2024-06-06 | Message on Senate action sent to the House. | Floor | Senate | |
| 1633489 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Passed Senate with an amendment by Unanimous Consent. (text of amendment in the nature of a substitute: CR S3962) | Floor | Senate | |
| 1633490 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent. (text of amendment in the nature of a substitute: CR S3962) | Floor | Library of Congress | |
| 1633491 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Measure laid before Senate by unanimous consent. (consideration: CR S3962) | Floor | Senate | |
| 1633492 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Senate Committee on the Judiciary discharged by Unanimous Consent. | Discharge | Senate | |
| 1633493 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Senate Committee on the Judiciary discharged by Unanimous Consent. | Committee | Library of Congress | |
| 1633496 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Amendment SA 2072 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1633497 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Amendment SA 2072 proposed by Senator Blumenthal for Senator Tillis. (consideration: CR S3960-3962) | Floor | Senate | |
| 1633498 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | IntroReferral | Library of Congress | ||
| 1633499 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Senate amendment proposed (on the floor): Amendment SA 2072 proposed by Senator Blumenthal for Senator Tillis. | Floor | Library of Congress | |
| 1633500 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Senate amendment submitted | Floor | Library of Congress | |
| 1633501 | Patriot Bill of Rights 118-s-3237 | 2024-06-04 | Senate amendment agreed to: Amendment SA 2072 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1633494 | Patriot Bill of Rights 118-s-3237 | 2023-11-07 | Read twice and referred to the Committee on the Judiciary. | IntroReferral | Senate | |
| 1633495 | Patriot Bill of Rights 118-s-3237 | 2023-11-07 | Introduced in Senate | IntroReferral | Library of Congress |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE legislation_actions (
id INTEGER PRIMARY KEY AUTOINCREMENT,
bill_id TEXT REFERENCES legislation(bill_id),
action_date TEXT,
action_text TEXT,
action_type TEXT,
chamber TEXT,
action_code TEXT
);
CREATE INDEX idx_legact_bill ON legislation_actions(bill_id);
CREATE INDEX idx_legact_date ON legislation_actions(action_date);