legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "111-s-3992" 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 |
|---|---|---|---|---|---|---|
| 939630 | DREAM Act of 2010 111-s-3992 | 2010-12-09 | Cloture motion on the motion to proceed to the bill rendered moot in Senate. (consideration: CR S8668) | Floor | Senate | |
| 939631 | DREAM Act of 2010 111-s-3992 | 2010-12-09 | Motion to table the motion to proceed to the bill agreed to in Senate by Yea-Nay Vote. 59 - 40. Record Vote Number: 268. (consideration: CR S8668) | Floor | Senate | |
| 939632 | DREAM Act of 2010 111-s-3992 | 2010-12-09 | Motion to proceed to measure considered in Senate. (consideration: CR S8662-8668) | Floor | Senate | |
| 939633 | DREAM Act of 2010 111-s-3992 | 2010-12-06 | Motion to proceed to consideration of measure withdrawn in Senate. (consideration: CR S8552) | Floor | Senate | |
| 939634 | DREAM Act of 2010 111-s-3992 | 2010-12-06 | Cloture motion on the motion to proceed to the bill presented in Senate. (consideration: CR S8552; text: CR S8552) | Floor | Senate | |
| 939635 | DREAM Act of 2010 111-s-3992 | 2010-12-06 | Motion to proceed to consideration of measure made in Senate. (consideration: CR S8552) | Floor | Senate | |
| 939636 | DREAM Act of 2010 111-s-3992 | 2010-12-01 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 663. | Calendars | Senate | |
| 939637 | DREAM Act of 2010 111-s-3992 | 2010-11-30 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. (text of measure as introduced: CR S8301-8304) | Calendars | Senate | |
| 939638 | DREAM Act of 2010 111-s-3992 | 2010-11-30 | 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);