legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "102-s-2041" 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 |
|---|---|---|---|---|---|---|
| 242613 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-09-24 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 704. | Calendars | Senate | |
| 242614 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-09-24 | Committee on Judiciary. Reported to Senate by Senator Biden without amendment. With written report No. 102-423. Additional and minority views filed. | Committee | Senate | |
| 242615 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-09-24 | Committee on Judiciary. Reported to Senate by Senator Biden without amendment. With written report No. 102-423. Additional and minority views filed. | Committee | Library of Congress | |
| 242616 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-08-12 | Committee on Judiciary. Ordered to be reported without amendment favorably. | Committee | Senate | |
| 242617 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-05-06 | Subcommittee on Antitrust, Monopolies and Business. Hearings held. Hearings printed: S.Hrg. 102-784. | Committee | Senate | |
| 242618 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1992-01-23 | Referred to Subcommittee on Antitrust, Monopolies and Business. | Committee | Senate | |
| 242619 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1991-11-25 | Read twice and referred to the Committee on Judiciary. | IntroReferral | Senate | |
| 242620 | Petroleum Marketing Competition Enhancement Act 102-s-2041 | 1991-11-25 | 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);