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 = 113 and result = "Motion to Table Failed" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: session, date, question, bill_id, legislation_type, legislation_number, yea_count, nay_count, not_voting_count, date (date)

result 1

  • Motion to Table Failed · 11 ✖

congress 1

  • 113 · 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
113,senate,2,268 113 senate 2 268 2014-09-18 On the Motion to Table S.Amdt. 3852 to S.Amdt. 3851 to H.J.Res. 124 (Continuing Appropriations Resolution, 2015)   Motion to Table Amdt. No. 3852 -- Of a perfecting nature. Motion to Table Failed       50 50 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00268.xml
113,senate,2,251 113 senate 2 251 2014-07-31 On the Motion to Table S.Amdt. 3751 to S.Amdt. 3750 to S. 2648 (Emergency Supplemental Appropriations Act, 2014)   Motion to Table Reid Amdt. No. 3751 -- Of a perfecting nature. Motion to Table Failed       43 52 0 5 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00251.xml
113,senate,2,132 113 senate 2 132 2014-05-07 On the Motion to Table S.Amdt. 3023 to S.Amdt. 3012 to S. 2262 (Energy Savings and Industrial Competitiveness Act of 2014)   Motion to Table Reid Amdt. No. 3023 -- To change the enactment date. Motion to Table Failed       45 52 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00132.xml
113,senate,2,133 113 senate 2 133 2014-05-07 On the Motion to Table S.Amdt. 3025 to S. 2262 (Energy Savings and Industrial Competitiveness Act of 2014)   Motion to Table Reid Amdt. No. 3025 -- To change the enactment date. Motion to Table Failed       45 51 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00133.xml
113,senate,2,97 113 senate 2 97 2014-04-02 On the Motion to Table S.Amdt. 2878 to S.Amdt. 2877 to H.R. 3979 (Emergency Unemployment Compensation Extension Act of 2014)   Motion to Table Reid Amdt. No. 2878 -- Of a perfecting nature. Motion to Table Failed       46 50 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00097.xml
113,senate,2,45 113 senate 2 45 2014-02-27 On the Motion to Table S. 1982   Motion to Table the Motion to Commit S. 1982 to the Committee on Veterans' Affairs -- A bill to improve the provision of medical services and benefits to veterans, and for other purposes. Motion to Table Failed 113-s-1982 S 1982 44 52 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00045.xml
113,senate,2,8 113 senate 2 8 2014-01-14 On the Motion to Table S. 1845   Motion to Table the Motion to Commit S. 1845 to the Committee on Finance with Instructions -- A bill to provide for the extension of certain unemployment benefits, and for other purposes. Motion to Table Failed 113-s-1845 S 1845 45 55 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00008.xml
113,senate,2,3 113 senate 2 3 2014-01-09 On the Motion to Table S. 1845   Motion to Table the Motion to Commit S.1845 to the Committee on Finance -- A bill to provide for the extension of certain unemployment benefits, and for other purposes. Motion to Table Failed 113-s-1845 S 1845 42 54 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1132/vote_113_2_00003.xml
113,senate,1,283 113 senate 1 283 2013-12-19 On the Motion to Table H.R. 3304   Motion to Table the Motion to Concur in the House Amendment to Senate Amendment with Amendment to H.R. 3304 -- An act to authorize the President to award the Medal of Honor to Bennie G. Adkins and Donald P. Sloat of the United States Army for acts of valor during the Vietnam Conflict and to authorize the award of the Medal of Honor to certain other veterans who were previously recommended for award of the Medal of Honor. Motion to Table Failed 113-hr-3304 H.R 3304 45 55 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1131/vote_113_1_00283.xml
113,senate,1,280 113 senate 1 280 2013-12-17 On the Motion to Table H.J.Res. 59   Motion to Table the Motion to Concur in the House Amendment to the Senate Amendment to H.J.Res. 59 -- A joint resolution making continuing appropriations for fiscal year 2014, and for other purposes. Motion to Table Failed 113-hjres-59 H.J.Res 59 46 54 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1131/vote_113_1_00280.xml
113,senate,1,35 113 senate 1 35 2013-03-13 On the Motion to Table S.Amdt. 33 to S.Amdt. 26 to H.R. 933 (Department of Defense, Military Construction and Veterans Affairs, and Full-Year Continuing Appropriations Act, 2013)   Motion to Table McCain Amdt. No. 33 -- To strike certain authorities relating to the use for grants of funds of the Office of Economic Assistance of the Department of Defense. Motion to Table Failed       48 50 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1131/vote_113_1_00035.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 865.129ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API