legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "93-s-2686" 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 |
|---|---|---|---|---|---|---|
| 1797168 | Legal Services Corporation Act 93-s-2686 | 1974-01-31 | Measure indefinitely postponed, H.R. 7824 passed in lieu. | Floor | Senate | |
| 1797169 | Legal Services Corporation Act 93-s-2686 | 1973-12-14 | Cloture motion (Second) failed of passage in Senate, roll call #583 (56-29). | Floor | Senate | |
| 1797170 | Legal Services Corporation Act 93-s-2686 | 1973-12-13 | Cloture motion failed of passage in Senate, roll call #578 (60-36). | Floor | Senate | |
| 1797171 | Legal Services Corporation Act 93-s-2686 | 1973-12-12 | Cloture motion filed in Senate (Second Motion). | Floor | Senate | |
| 1797172 | Legal Services Corporation Act 93-s-2686 | 1973-12-11 | Cloture motion filed in Senate. | Floor | Senate | |
| 1797173 | Legal Services Corporation Act 93-s-2686 | 1973-11-09 | Reported to Senate from the Committee on Labor and Public Welfare, S. Rept. 93-495. | Committee | Senate | |
| 1797174 | Legal Services Corporation Act 93-s-2686 | 1973-11-09 | Reported to Senate from the Committee on Labor and Public Welfare, S. Rept. 93-495. | Committee | Library of Congress | |
| 1797175 | Legal Services Corporation Act 93-s-2686 | 1973-11-09 | 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);