legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "117-s-5355" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1463601 | Disaster Relief Supplemental Appropriations Act, 2023 117-s-5355 | 2022-12-22 | Under the order of 12/22/22, not having achieved 60 votes in the affirmative, failed of passage in Senate by Yea-Nay Vote. 22 - 73. Record Vote Number: 407. | Floor | Senate | |
| 1463602 | Disaster Relief Supplemental Appropriations Act, 2023 117-s-5355 | 2022-12-22 | Failed of passage/not agreed to in Senate: Under the order of 12/22/22, not having achieved 60 votes in the affirmative, failed of passage in Senate by Yea-Nay Vote. 22 - 73. Record Vote Number: 407. | Floor | Library of Congress | |
| 1463603 | Disaster Relief Supplemental Appropriations Act, 2023 117-s-5355 | 2022-12-22 | Measure laid before Senate by unanimous consent. (consideration: CR S10065) | Floor | Senate | |
| 1463604 | Disaster Relief Supplemental Appropriations Act, 2023 117-s-5355 | 2022-12-22 | Introduced in the Senate, read twice. | IntroReferral | Senate | |
| 1463605 | Disaster Relief Supplemental Appropriations Act, 2023 117-s-5355 | 2022-12-22 | 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);