legislation_actions
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "113-s-2685" 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 |
|---|---|---|---|---|---|---|
| 1164769 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-18 | Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 58 - 42. Record Vote Number: 282. (consideration: CR S6079-6080; text: CR S6079) | Floor | Senate | |
| 1164770 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-18 | Motion to proceed to measure considered in Senate. (consideration: CR S6079-6080) | Floor | Senate | |
| 1164777 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-18 | Senate amendment submitted | Floor | Library of Congress | |
| 1164778 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-18 | Senate amendment submitted | Floor | Library of Congress | |
| 1164771 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-12 | Cloture motion on the motion to proceed to the measure presented in Senate. (consideration: CR S5902; text: CR S5902) | Floor | Senate | |
| 1164772 | USA FREEDOM Act of 2014 113-s-2685 | 2014-11-12 | Motion to proceed to consideration of measure made in Senate. (consideration: CR S5902) | Floor | Senate | |
| 1164773 | USA FREEDOM Act of 2014 113-s-2685 | 2014-07-30 | Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 499. | Calendars | Senate | |
| 1164774 | USA FREEDOM Act of 2014 113-s-2685 | 2014-07-29 | Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. (text of measure as introduced: CR S5055-5065) | Calendars | Senate | |
| 1164775 | USA FREEDOM Act of 2014 113-s-2685 | 2014-07-29 | Sponsor introductory remarks on measure. (CR S5053-5055) | IntroReferral | Library of Congress | |
| 1164776 | USA FREEDOM Act of 2014 113-s-2685 | 2014-07-29 | 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);