legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "108-hr-4841" 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 |
|---|---|---|---|---|---|---|
| 662543 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-09-07 | Read twice and referred to the Committee on Finance. | IntroReferral | Senate | |
| 662544 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-22 | Received in the Senate. | IntroReferral | Senate | |
| 662545 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | Motion to reconsider laid on the table Agreed to without objection. | Floor | House floor actions | |
| 662546 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | On motion to suspend the rules and pass the bill, as amended Agreed to by voice vote. (text: CR H6483-6484) | Floor | House floor actions | |
| 662547 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | Passed/agreed to in House: On motion to suspend the rules and pass the bill, as amended Agreed to by voice vote.(text: CR H6483-6484) | Floor | Library of Congress | |
| 662548 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | DEBATE - The House proceeded with forty minutes of debate on H.R. 4841. | Floor | House floor actions | |
| 662549 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | Considered under suspension of the rules. (consideration: CR H6483-6489) | Floor | House floor actions | |
| 662550 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-21 | Mr. Portman moved to suspend the rules and pass the bill, as amended. | Floor | House floor actions | |
| 662551 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-15 | Referred to the House Committee on Ways and Means. | IntroReferral | House floor actions | |
| 662552 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-15 | Introduced in House | IntroReferral | Library of Congress | |
| 662553 | Tax Simplification for Americans Act of 2004 108-hr-4841 | 2004-07-15 | Introduced in House | 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);