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-2337" 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 |
|---|---|---|---|---|---|---|
| 2060831 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-06-13 | Measure passed Senate, amended, roll call #209 (55-14). | Floor | Senate | |
| 2060832 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-06-13 | Passed/agreed to in Senate: Measure passed Senate, amended, roll call #209 (55-14). | Floor | Library of Congress | |
| 2060833 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-06-13 | Measure considered in Senate. | Floor | Senate | |
| 2060834 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-06-12 | Measure considered in Senate. | Floor | Senate | |
| 2060835 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-06-12 | Call of calendar in Senate. | Floor | Senate | |
| 2060836 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-05-02 | Reported to Senate from the Committee on Labor and Human Resources with amendment, S. Rept. 96-682. | Committee | Senate | |
| 2060837 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-05-02 | Reported to Senate from the Committee on Labor and Human Resources with amendment, S. Rept. 96-682. | Committee | Library of Congress | |
| 2060838 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-02-26 | Referred to Senate Committee on Labor and Human Resources. | IntroReferral | Senate | |
| 2060839 | Legal Services Corporation Act Amendments of 1980 96-s-2337 | 1980-02-26 | 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);