home / openregs

roll_call_votes

Roll call votes in the House and Senate, Congresses 106–119. Includes vote question, result, and linked bill.

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

11 rows where congress = 112 and result = "Motion Rejected" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: session, date, yea_count, nay_count, not_voting_count, date (date)

result 1

  • Motion Rejected · 11 ✖

congress 1

  • 112 · 11 ✖

chamber 1

  • senate 11
Link congress chamber session roll_call_number date ▲ question vote_type description result bill_id legislation_type legislation_number yea_count nay_count present_count not_voting_count source_url
112,senate,2,238 112 senate 2 238 2012-12-28 On the Motion (Motion to Waive All Applicable Budgetary Discipline Re: Tester Amdt. No. 3350)   Motion to Waive All Applicable Budgetary Discipline Re: Tester Amdt. No. 3350 -- To provide additional funds for wildland fire management. Motion Rejected       51 44 0 5 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00238.xml
112,senate,2,246 112 senate 2 246 2012-12-28 On the Motion (Motion to Waive All Applicable Budgetary Discipline Re: Merkley Amdt. No. 3367, as Modified Further)   Motion to Waive All Applicable Budgetary Discipline Re: Merkley Amdt. No. 3367, as Modified Further -- To extend certain supplemental agriculture disaster assistance programs. Motion Rejected       55 40 0 5 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00246.xml
112,senate,2,231 112 senate 2 231 2012-12-21 On the Motion (Motion to Waive Sec. 314(e)(1) of the Congressional Budget Act)   Motion to Waive Sec. 314(e)(1) of the Congressional Budget Act -- In the nature of a substitute. Motion Rejected       57 34 0 8 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00231.xml
112,senate,2,227 112 senate 2 227 2012-12-13 On the Motion (Motion to Waive All Applicable Budgetary Discipline Re: S.3637)   Motion to Waive All Applicable Budgetary Discipline Re: S.3637 -- A bill to temporarily extend the transaction account guarantee program, and for other purposes. Motion Rejected 112-s-3637 S 3637 50 42 0 8 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00227.xml
112,senate,2,216 112 senate 2 216 2012-11-30 On the Motion (Motion to Waive Sec. 302(f) of the CBA)   Motion to Waive Sec. 302(f) of the CBA -- To repeal the requirement for reduction of survivor annuities under the Survivor Benefit Plan by veterans' dependency and indemnity compensation. Motion Rejected       58 34 0 8 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00216.xml
112,senate,2,204 112 senate 2 204 2012-11-26 On the Motion (Motion to Waive all Applicable Budgetary Discipline Re: Amdt. No. 2875)   Motion to Waive all Applicable Budgetary Discipline Re: Amdt. No. 2875 -- In the nature of a substitute. Motion Rejected       50 44 0 6 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00204.xml
112,senate,2,193 112 senate 2 193 2012-09-19 On the Motion (Motion to Waive All Applicable Budgetary Discipline Re: Amdt. No. 2789)   Motion to Waive All Applicable Budgetary Discipline Re: Amdt. No. 2789 -- In the nature of a substitute. Motion Rejected       58 40 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00193.xml
112,senate,2,153 112 senate 2 153 2012-06-20 On the Motion (Johnson (WI) Motion to Recommit with Instructions)   Johnson (WI) Motion to Recommit with Instructions -- An original bill to reauthorize agricultural programs through 2017, and for other purposes. Motion Rejected 112-s-3240 S 3240 40 59 0 1 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00153.xml
112,senate,2,47 112 senate 2 47 2012-03-14 On the Motion (Motion to Waive All Applicable Budgetary Disciple Re: Paul Amdt. No. 1556)   Motion to Waive All Applicable Budgetary Disciple Re: Paul Amdt. No. 1556 -- To permit emergency exemptions from compliance with certain laws for highway construction projects. Motion Rejected       42 54 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00047.xml
112,senate,2,44 112 senate 2 44 2012-03-13 On the Motion (Motion to Waive All Applicable Budgetary Provisions Re: Corker Amdt. No. 1785, As Modified)   Motion to Waive All Applicable Budgetary Provisions Re: Corker Amdt. No. 1785, As Modified -- To lower the FY13 discretionary budget authority cap as set in the Balanced Budget and Emergency Deficit Control Act of 1985 by $11,000,000,000 in order to offset the general fund transfers to the Highway Trust Fund. Motion Rejected       40 58 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1122/vote_112_2_00044.xml
112,senate,1,9 112 senate 1 9 2011-02-02 On the Motion (Motion to Waive All Applicable Budgetary Discipline Re: McConnell Amdt. No. 13)   Motion to Waive All Applicable Budgetary Discipline Re: McConnell Amdt. No. 13 -- To repeal the job-killing health care law and health care-related provisions in the Health Care and Education Reconciliation Act of 2010. Motion Rejected       47 51 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1121/vote_112_1_00009.xml

Advanced export

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

CSV options:

CREATE TABLE roll_call_votes (
    congress INTEGER NOT NULL,
    chamber TEXT NOT NULL,
    session INTEGER,
    roll_call_number INTEGER NOT NULL,
    date TEXT,
    question TEXT,
    vote_type TEXT,
    description TEXT,
    result TEXT,
    bill_id TEXT,
    legislation_type TEXT,
    legislation_number TEXT,
    yea_count INTEGER,
    nay_count INTEGER,
    present_count INTEGER,
    not_voting_count INTEGER,
    source_url TEXT,
    PRIMARY KEY (congress, chamber, session, roll_call_number)
);
CREATE INDEX idx_rcv_date ON roll_call_votes(date);
CREATE INDEX idx_rcv_bill ON roll_call_votes(bill_id);
CREATE INDEX idx_rcv_congress ON roll_call_votes(congress);
CREATE INDEX idx_rcv_result ON roll_call_votes(result);
CREATE INDEX idx_rcv_compound ON roll_call_votes(congress, chamber, session, roll_call_number);
Powered by Datasette · Queries took 173.141ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API