legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "117-s-4261" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 1529530 | FORMULA Act 117-s-4261 | 2022-06-24 | Held at the desk. | Floor | House floor actions | |
| 1529531 | FORMULA Act 117-s-4261 | 2022-06-24 | Received in the House. | Floor | House floor actions | |
| 1529532 | FORMULA Act 117-s-4261 | 2022-06-23 | Message on Senate action sent to the House. | Floor | Senate | |
| 1529533 | FORMULA Act 117-s-4261 | 2022-06-23 | Passed Senate with an amendment by Unanimous Consent. (text: CR S3109) | Floor | Senate | |
| 1529534 | FORMULA Act 117-s-4261 | 2022-06-23 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent. | Floor | Library of Congress | |
| 1529535 | FORMULA Act 117-s-4261 | 2022-06-23 | Measure laid before Senate by unanimous consent. (consideration: CR S3108-3110) | Floor | Senate | |
| 1529539 | FORMULA Act 117-s-4261 | 2022-06-23 | Amendment SA 5130 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 1529540 | FORMULA Act 117-s-4261 | 2022-06-23 | Amendment SA 5130 proposed by Senator Lee. (consideration: CR S3109-3110; text: CR S3109) In the nature of a substitute. | Floor | Senate | |
| 1529541 | FORMULA Act 117-s-4261 | 2022-06-23 | Senate amendment submitted | Floor | Library of Congress | |
| 1529542 | FORMULA Act 117-s-4261 | 2022-06-23 | Senate amendment proposed (on the floor): Amendment SA 5130 proposed by Senator Lee. | Floor | Library of Congress | |
| 1529543 | FORMULA Act 117-s-4261 | 2022-06-23 | Senate amendment agreed to: Amendment SA 5130 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 1529536 | FORMULA Act 117-s-4261 | 2022-05-19 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 372. | Calendars | Senate | |
| 1529537 | FORMULA Act 117-s-4261 | 2022-05-19 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. (Legislative Day 5/17/2022). | Calendars | Senate | |
| 1529538 | FORMULA Act 117-s-4261 | 2022-05-19 | 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);