home / openregs

legislation_actions

Legislative action history for tracked bills — committee referrals, floor votes, amendments, and presidential signatures.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

12 rows where bill_id = "113-s-2223" sorted by action_date descending

✎ View and edit SQL

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
1092668 Minimum Wage Fairness Act 113-s-2223 2014-04-30 Motion by Senator Reid to reconsider the vote by which cloture was not invoked on the motion to proceed to the measure (Record Vote No. 117) entered in Senate. (consideration: CR S2527-2528, S2535-2543, S2543-2546, S2546-2547, S2548-2549) Floor   Senate
1092669 Minimum Wage Fairness Act 113-s-2223 2014-04-30 Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 54 - 42. Record Vote Number: 117. (consideration: CR S2545-2546; text: CR S2545) Floor   Senate
1092670 Minimum Wage Fairness Act 113-s-2223 2014-04-30 Motion to proceed to consideration of measure made in Senate. Floor   Senate
1092671 Minimum Wage Fairness Act 113-s-2223 2014-04-29 Motion to proceed to consideration of measure made in Senate. (consideration: CR S2427-2428, S2435-2441, S2453-2457, S2457-2462) Floor   Senate
1092678 Minimum Wage Fairness Act 113-s-2223 2014-04-29 Senate amendment submitted Floor   Library of Congress
1092679 Minimum Wage Fairness Act 113-s-2223 2014-04-29 Senate amendment submitted Floor   Library of Congress
1092672 Minimum Wage Fairness Act 113-s-2223 2014-04-28 Cloture motion on the motion to proceed to the measure presented in Senate. (consideration: CR S2409; text: CR S2409) Floor   Senate
1092673 Minimum Wage Fairness Act 113-s-2223 2014-04-28 Motion to proceed to consideration of measure made in Senate. (consideration: CR S2409-2410, S2419-2420) Floor   Senate
1092674 Minimum Wage Fairness Act 113-s-2223 2014-04-10 Motion to proceed to consideration of measure made in Senate. (consideration: CR S2333, S2334) Floor   Senate
1092675 Minimum Wage Fairness Act 113-s-2223 2014-04-09 Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 354. Calendars   Senate
1092676 Minimum Wage Fairness Act 113-s-2223 2014-04-08 Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. Calendars   Senate
1092677 Minimum Wage Fairness Act 113-s-2223 2014-04-08 Introduced in Senate IntroReferral   Library of Congress

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 99.645ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API