legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where bill_id = "108-s-2273" 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 |
|---|---|---|---|---|---|---|
| 689268 | Rail Security Act of 2004 108-s-2273 | 2004-10-04 | Referred to the House Committee on Transportation and Infrastructure. | IntroReferral | House floor actions | |
| 689269 | Rail Security Act of 2004 108-s-2273 | 2004-10-04 | Message on Senate action sent to the House. | Floor | Senate | |
| 689270 | Rail Security Act of 2004 108-s-2273 | 2004-10-04 | Received in the House. | Floor | House floor actions | |
| 689271 | Rail Security Act of 2004 108-s-2273 | 2004-10-01 | Passed Senate with amendments by Unanimous Consent. (consideration: CR S10278-10285; text as passed Senate: CR S10282-10285) | Floor | Senate | |
| 689272 | Rail Security Act of 2004 108-s-2273 | 2004-10-01 | Passed/agreed to in Senate: Passed Senate with amendments by Unanimous Consent.(consideration: CR S10278-10285; text as passed Senate: CR S10282-10285) | Floor | Library of Congress | |
| 689273 | Rail Security Act of 2004 108-s-2273 | 2004-05-21 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 536. | Calendars | Senate | |
| 689274 | Rail Security Act of 2004 108-s-2273 | 2004-05-21 | Committee on Commerce, Science, and Transportation. Reported by Senator McCain with amendments. With written report No. 108-278. (text of measure as reported in Senate: CR 10/1/2004 S10278-10282) | Committee | Senate | |
| 689275 | Rail Security Act of 2004 108-s-2273 | 2004-05-21 | Committee on Commerce, Science, and Transportation. Reported by Senator McCain with amendments. With written report No. 108-278.(text of measure as reported in Senate: CR 10/1/2004 S10278-10282) | Committee | Library of Congress | |
| 689276 | Rail Security Act of 2004 108-s-2273 | 2004-04-08 | Committee on Commerce, Science, and Transportation. Ordered to be reported with amendments favorably. | Committee | Senate | |
| 689277 | Rail Security Act of 2004 108-s-2273 | 2004-04-01 | Read twice and referred to the Committee on Commerce, Science, and Transportation. (text of measure as introduced: CR S3572-3575) | IntroReferral | Senate | |
| 689278 | Rail Security Act of 2004 108-s-2273 | 2004-04-01 | Sponsor introductory remarks on measure. (CR S3572) | IntroReferral | Library of Congress | |
| 689279 | Rail Security Act of 2004 108-s-2273 | 2004-04-01 | 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);