legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "104-s-1372" sorted by action_date descending
This data as json, CSV (advanced)
Suggested facets: action_date, action_type, action_code, action_date (date)
| id | bill_id | action_date ▲ | action_text | action_type | chamber | action_code |
|---|---|---|---|---|---|---|
| 387062 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-11-02 | Committed to Senate Committee on Finance pursuant to Section 312(b) of the Congressional Budget Act. | Floor | Senate | |
| 387063 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-11-02 | Motion to waive the Budget Act with respect to the measure rejected in Senate by Yea-Nay Vote. 53-42. Record Vote No: 562. | Floor | Senate | |
| 387064 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-11-02 | Point of order under section 302(f) of the Budget Act against the measure raised in Senate. (consideration: CR S16589) | Floor | Senate | |
| 387065 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-11-02 | Measure laid before Senate. (consideration: CR S16575-16589) | Floor | Senate | |
| 387066 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-11-01 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 219. | Calendars | Senate | |
| 387067 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-10-31 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. | Calendars | Senate | |
| 387068 | Senior Citizens' Freedom to Work Act 104-s-1372 | 1995-10-31 | 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);