legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
20 rows where bill_id = "108-s-2279" 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 |
|---|---|---|---|---|---|---|
| 689307 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-22 | Referred to the House Committee on Transportation and Infrastructure. | IntroReferral | House floor actions | |
| 689308 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-22 | Message on Senate action sent to the House. | Floor | Senate | |
| 689309 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-22 | Received in the House. | Floor | House floor actions | |
| 689310 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Passed Senate with an amendment by Unanimous Consent. (text: CR S9467-9468) | Floor | Senate | |
| 689311 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Passed/agreed to in Senate: Passed Senate with an amendment by Unanimous Consent.(text: CR S9467-9468) | Floor | Library of Congress | |
| 689312 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | The committee substitute as amended agreed to by Unanimous Consent. | Floor | Senate | |
| 689313 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Measure laid before Senate by unanimous consent. (consideration: CR S9460-9468; text of measure as reported in Senate: CR S9460-9467) | Floor | Senate | |
| 689322 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Amendment SA 3669 agreed to in Senate by Unanimous Consent. | Floor | Senate | |
| 689323 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Amendment SA 3669 proposed by Senator McConnell for Senator Hollings. (consideration: CR S9467) To provide for maritime transportation security. | Floor | Senate | |
| 689324 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Senate amendment agreed to: Amendment SA 3669 agreed to in Senate by Unanimous Consent. | Floor | Library of Congress | |
| 689325 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Senate amendment proposed (on the floor): Amendment SA 3669 proposed by Senator McConnell for Senator Hollings.(consideration: CR S9467) | Floor | Library of Congress | |
| 689326 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-09-21 | Senate amendment submitted | Floor | Library of Congress | |
| 689314 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-07-22 | Sponsor introductory remarks on measure. (CR S8625) | IntroReferral | Library of Congress | |
| 689315 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-05-20 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 530. | Calendars | Senate | |
| 689316 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-05-20 | Committee on Commerce, Science, and Transportation. Reported by Senator McCain with an amendment in the nature of a substitute. With written report No. 108-274. | Committee | Senate | |
| 689317 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-05-20 | Committee on Commerce, Science, and Transportation. Reported by Senator McCain with an amendment in the nature of a substitute. With written report No. 108-274. | Committee | Library of Congress | |
| 689318 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-04-08 | Committee on Commerce, Science, and Transportation. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 689319 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-04-01 | Read twice and referred to the Committee on Commerce, Science, and Transportation. (text of measure as introduced: CR S3585-3588) | IntroReferral | Senate | |
| 689320 | Maritime Transportation Security Act of 2004 108-s-2279 | 2004-04-01 | Sponsor introductory remarks on measure. (CR S3583-3585) | IntroReferral | Library of Congress | |
| 689321 | Maritime Transportation Security Act of 2004 108-s-2279 | 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);