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

9 rows where bill_id = "112-s-1769" 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
1082043 Rebuild America Jobs Act 112-s-1769 2011-11-03 Motion to proceed to consideration of measure under the order of 11/2/2011, not having achieved 60 votes in the affirmative, was rejected in Senate by Yea-Nay Vote. 51 - 49. Record Vote Number: 195. (consideration: CR S7113) Floor   Senate
1082044 Rebuild America Jobs Act 112-s-1769 2011-11-03 Motion to proceed to measure considered in Senate. (consideration: CR S7095-7113) Floor   Senate
1082045 Rebuild America Jobs Act 112-s-1769 2011-11-02 Cloture motion on the motion to proceed to the bill withdrawn by unanimous consent in Senate. Floor   Senate
1082046 Rebuild America Jobs Act 112-s-1769 2011-11-02 Motion to proceed to measure considered in Senate. (consideration: CR S7021-7058) Floor   Senate
1082047 Rebuild America Jobs Act 112-s-1769 2011-11-01 Cloture motion on the motion to proceed to the bill presented in Senate. (consideration: CR S7009; text: CR S7009) Floor   Senate
1082048 Rebuild America Jobs Act 112-s-1769 2011-11-01 Motion to proceed to consideration of measure made in Senate. (consideration: CR S7009-7010) Floor   Senate
1082049 Rebuild America Jobs Act 112-s-1769 2011-11-01 Read the second time. Placed on Senate Legislative Calendar under General Orders. Calendar No. 213. Calendars   Senate
1082050 Rebuild America Jobs Act 112-s-1769 2011-10-31 Introduced in the Senate. Read the first time. Placed on Senate Legislative Calendar under Read the First Time. Calendars   Senate
1082051 Rebuild America Jobs Act 112-s-1769 2011-10-31 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 6.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API