legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "102-s-343" 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 |
|---|---|---|---|---|---|---|
| 249334 | National High-Performance Computing and Networking Act 102-s-343 | 1992-01-28 | Indefinitely postponed by Senate by Unanimous Consent. | Floor | Senate | |
| 249335 | National High-Performance Computing and Networking Act 102-s-343 | 1991-05-23 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 96. | Calendars | Senate | |
| 249336 | National High-Performance Computing and Networking Act 102-s-343 | 1991-05-23 | Committee on Energy and Natural Resources. Reported to Senate by Senator Johnston with an amendment in the nature of a substitute. With written report No. 102-64. | Committee | Senate | |
| 249337 | National High-Performance Computing and Networking Act 102-s-343 | 1991-05-23 | Committee on Energy and Natural Resources. Reported to Senate by Senator Johnston with an amendment in the nature of a substitute. With written report No. 102-64. | Committee | Library of Congress | |
| 249338 | National High-Performance Computing and Networking Act 102-s-343 | 1991-05-09 | Committee on Energy and Natural Resources. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 249339 | National High-Performance Computing and Networking Act 102-s-343 | 1991-04-11 | Committee on Energy and Natural Resources. Hearings held. Hearings printed: S.Hrg. 102-60. | Committee | Senate | |
| 249340 | National High-Performance Computing and Networking Act 102-s-343 | 1991-02-06 | Referred to Subcommittee on Energy Research and Development. | Committee | Senate | |
| 249341 | National High-Performance Computing and Networking Act 102-s-343 | 1991-02-05 | Read twice and referred to the Committee on Energy and Natural Resources. | IntroReferral | Senate | |
| 249342 | National High-Performance Computing and Networking Act 102-s-343 | 1991-02-05 | 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);