legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "100-s-2424" 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 |
|---|---|---|---|---|---|---|
| 65365 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-10-01 | Indefinitely postponed by Senate by Unanimous Consent. | Floor | Senate | |
| 65366 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-10-01 | Senate passed companion measure H.R. 2266 in lieu of this measure by Voice Vote. | Floor | Senate | |
| 65367 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-10-01 | Senate incorporated this measure in H.R. 2266 as an amendment. | Floor | Senate | |
| 65368 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-10-01 | Measure laid before Senate by unanimous consent. | Floor | Senate | |
| 65369 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-07-28 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 848. | Calendars | Senate | |
| 65370 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-07-28 | Committee on Commerce. Reported to Senate by Senator Hollings with amendments. With written report No. 100-436. | Committee | Senate | |
| 65371 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-07-28 | Committee on Commerce. Reported to Senate by Senator Hollings with amendments. With written report No. 100-436. | Committee | Library of Congress | |
| 65372 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-05-24 | Committee on Commerce. Ordered to be reported with amendments favorably. | Committee | Senate | |
| 65373 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-05-23 | Read twice and referred to the Committee on Commerce. | IntroReferral | Senate | |
| 65374 | Pipeline Safety Reauthorization Act of 1988 100-s-2424 | 1988-05-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);