legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "96-s-450" 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 |
|---|---|---|---|---|---|---|
| 2065280 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-04-10 | Referred to House Committee on the Judiciary. | IntroReferral | House floor actions | |
| 2065281 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-04-09 | Measure passed Senate, amended, roll call #40 (61-30). | Floor | Senate | |
| 2065282 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-04-09 | Passed/agreed to in Senate: Measure passed Senate, amended, roll call #40 (61-30). | Floor | Library of Congress | |
| 2065283 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-04-09 | Measure considered in Senate. | Floor | Senate | |
| 2065284 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-04-09 | Call of calendar in Senate. | Floor | Senate | |
| 2065285 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-03-14 | Reported to Senate from the Committee on the Judiciary, S. Rept. 96-35. | Committee | Senate | |
| 2065286 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-03-14 | Reported to Senate from the Committee on the Judiciary, S. Rept. 96-35. | Committee | Library of Congress | |
| 2065287 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-02-22 | Referred to Senate Committee on the Judiciary. | IntroReferral | Senate | |
| 2065288 | Supreme Court Jurisdiction Act of 1979 96-s-450 | 1979-02-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);