legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where bill_id = "99-s-1192" 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 |
|---|---|---|---|---|---|---|
| 2219655 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1986-03-06 | Committee on Energy and Natural Resources. Measure incorporated into measure H.R. 3113 ordered to be reported. | Committee | Senate | |
| 2219656 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1986-03-06 | Committee on Energy and Natural Resources. Measure incorporated into measure H.R. 3113 ordered to be reported. | Committee | Senate | |
| 2219657 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1986-02-26 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219658 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1986-02-06 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219659 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1986-01-29 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219660 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-12-17 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219661 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-12-11 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219662 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-11-20 | Committee on Energy and Natural Resources. Committee consideration and Mark Up Session held. | Committee | Senate | |
| 2219663 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-07-16 | Subcommittee on Water and Power. Hearings held. Hearings printed: S.Hrg. 99-258. | Committee | Senate | |
| 2219664 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-06-19 | Committee on Energy and Natural Resources requested executive comment from OMB, Department of the Interior. | Committee | Senate | |
| 2219665 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-05-22 | Referred to Subcommittee on Water and Power. | Committee | Senate | |
| 2219666 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-05-22 | Read twice and referred to the Committee on Energy and Natural Resources. | IntroReferral | Senate | |
| 2219667 | A bill to implement the Coordinated Operation Agreement. 99-s-1192 | 1985-05-22 | 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);