legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "100-s-951" 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 |
|---|---|---|---|---|---|---|
| 71689 | Federal Courts Study Act 100-s-951 | 1988-10-12 | Referred to Subcommittee on Courts, Civil Liberties, and the Administration of Justice. | Committee | House committee actions | |
| 71690 | Federal Courts Study Act 100-s-951 | 1988-10-06 | Referred to House Committee on The Judiciary. | IntroReferral | House floor actions | |
| 71691 | Federal Courts Study Act 100-s-951 | 1988-10-06 | Message on Senate action sent to the House. | Floor | Senate | |
| 71692 | Federal Courts Study Act 100-s-951 | 1988-10-05 | Passed Senate with amendments by Voice Vote. | Floor | Senate | |
| 71693 | Federal Courts Study Act 100-s-951 | 1988-10-05 | Passed/agreed to in Senate: Passed Senate with amendments by Voice Vote. | Floor | Library of Congress | |
| 71694 | Federal Courts Study Act 100-s-951 | 1988-09-22 | Placed on Senate Legislative Calendar under General Orders. Calendar No. 956. | Calendars | Senate | |
| 71695 | Federal Courts Study Act 100-s-951 | 1988-09-22 | Committee on Judiciary. Reported to Senate by Senator Biden with amendments. With written report No. 100-521. | Committee | Senate | |
| 71696 | Federal Courts Study Act 100-s-951 | 1988-09-22 | Committee on Judiciary. Reported to Senate by Senator Biden with amendments. With written report No. 100-521. | Committee | Library of Congress | |
| 71697 | Federal Courts Study Act 100-s-951 | 1988-03-24 | Committee on Judiciary. Ordered to be reported with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 71698 | Federal Courts Study Act 100-s-951 | 1988-02-16 | Subcommittee on Courts and Administrative Practice. Approved for full committee consideration with an amendment in the nature of a substitute favorably. | Committee | Senate | |
| 71699 | Federal Courts Study Act 100-s-951 | 1987-06-15 | Subcommittee on Courts and Administrative Practice. Hearings held. Hearings printed: S.Hrg. 100-608. | Committee | Senate | |
| 71700 | Federal Courts Study Act 100-s-951 | 1987-04-28 | Referred to Subcommittee on Courts and Administrative Practice. | Committee | Senate | |
| 71701 | Federal Courts Study Act 100-s-951 | 1987-04-08 | Read twice and referred to the Committee on Judiciary. | IntroReferral | Senate | |
| 71702 | Federal Courts Study Act 100-s-951 | 1987-04-08 | 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);