legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "108-s-2571" 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 |
|---|---|---|---|---|---|---|
| 692377 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-11-16 | Held at the desk. | Floor | House floor actions | |
| 692378 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-11-16 | Message on Senate action sent to the House. | Floor | Senate | |
| 692379 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-11-16 | Received in the House. | Floor | House floor actions | |
| 692380 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-10-11 | Passed Senate without amendment by Unanimous Consent. (text as passed Senate: CR S11251) | Floor | Senate | |
| 692381 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-10-11 | Passed/agreed to in Senate: Passed Senate without amendment by Unanimous Consent.(text as passed Senate: CR S11251) | Floor | Library of Congress | |
| 692382 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-10-11 | Senate Committee on Indian Affairs discharged by Unanimous Consent. (consideration: CR S11229; text: CR S11251) | Discharge | Senate | |
| 692383 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-10-11 | Senate Committee on Indian Affairs discharged by Unanimous Consent.(consideration: CR S11229; text: CR S11251) | Committee | Library of Congress | |
| 692384 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-06-23 | Read twice and referred to the Committee on Indian Affairs with instructions that if the Committee reports, the bill be referred pursuant to the order of May 27, 1988, to the Committee on Banking, Housing, and Urban Affairs for a period not to exceed 60 days. | IntroReferral | Senate | |
| 692385 | Homeownership Opportunities for Native Americans Act of 2004 108-s-2571 | 2004-06-23 | 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);