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

10 rows where bill_id = "112-s-3220" sorted by action_date descending

✎ View and edit SQL

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
1090104 Paycheck Fairness Act 112-s-3220 2012-06-05 Motion to proceed to consideration of measure withdrawn in Senate. (consideration: CR S3714) Floor   Senate
1090105 Paycheck Fairness Act 112-s-3220 2012-06-05 Motion by Senator Reid to reconsider the vote by which cloture was not invoked on the motion to proceed to the measure (Roll Call Vote No. 115) entered in Senate. (consideration: CR S3714) Floor   Senate
1090106 Paycheck Fairness Act 112-s-3220 2012-06-05 Cloture on the motion to proceed to the measure not invoked in Senate by Yea-Nay Vote. 52 - 47. Record Vote Number: 115. (consideration: CR S3713-3714; text: CR S3713-3714) Floor   Senate
1090107 Paycheck Fairness Act 112-s-3220 2012-06-05 Motion to proceed to consideration of measure made in Senate. (consideration: CR S3695-3713, S3713-3714) Floor   Senate
1090108 Paycheck Fairness Act 112-s-3220 2012-06-04 Motion to proceed to consideration of measure made in Senate. (consideration: CR S3669) Floor   Senate
1090109 Paycheck Fairness Act 112-s-3220 2012-05-24 Cloture motion on the motion to proceed to the measure presented in Senate. (consideration: CR S3612; text: CR S3612) Floor   Senate
1090110 Paycheck Fairness Act 112-s-3220 2012-05-24 Motion to proceed to consideration of measure made in Senate. (consideration: CR S3612-3615) Floor   Senate
1090111 Paycheck Fairness Act 112-s-3220 2012-05-23 Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 410. Calendars   Senate
1090112 Paycheck Fairness Act 112-s-3220 2012-05-22 Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. Calendars   Senate
1090113 Paycheck Fairness Act 112-s-3220 2012-05-22 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 7.416ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API