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

10 rows where congress = 117 and result = "Cloture Motion Rejected" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

result 1

  • Cloture Motion Rejected · 10 ✖

congress 1

  • 117 · 10 ✖

chamber 1

  • senate 10
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
117,senate,2,394 117 senate 2 394 2022-12-15 On the Cloture Motion H.R. 7776   Motion to Invoke Cloture: Motion to Concur in the House Amendment to Senate Amendment to H.R. 7776 with the Manchin Amendment No. 6513 -- A bill to provide for improvements to the rivers and harbors of the United States, to provide for the conservation and development of water and related resources, and for other purposes. Cloture Motion Rejected 117-hr-7776 H.R 7776 47 47 0 6 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00394.xml
117,senate,2,346 117 senate 2 346 2022-09-22 On the Cloture Motion S. 4822   Motion to Invoke Cloture: Motion to Proceed to S. 4822 -- A bill to amend the Federal Election Campaign Act of 1971 to provide for additional disclosure requirements for corporations, labor organizations, Super PACs and other entities, and for other purposes. Cloture Motion Rejected 117-s-4822 S 4822 49 49 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00346.xml
117,senate,2,272 117 senate 2 272 2022-07-27 On the Cloture Motion S. 3373   Motion to Invoke Cloture: Motion to Concur in the House Amendment to S. 3373 -- A bill to improve the Iraq and Afghanistan Service Grant and the Children of Fallen Heroes Grant. Cloture Motion Rejected 117-s-3373 S 3373 55 42 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00272.xml
117,senate,2,210 117 senate 2 210 2022-05-26 On the Cloture Motion H.R. 350   Motion to Invoke Cloture: Motion to Proceed to H.R. 350 -- A bill to authorize dedicated domestic terrorism offices within the Department of Homeland Security, the Department of Justice, and the Federal Bureau of Investigation to analyze and monitor domestic terrorist activity and require the Federal Government to take steps to prevent domestic terrorism. Cloture Motion Rejected 117-hr-350 H.R 350 47 47 0 6 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00210.xml
117,senate,2,192 117 senate 2 192 2022-05-19 On the Cloture Motion S. 4008   Motion to Invoke Cloture: Motion to Proceed to S. 4008 -- A bill to provide COVID relief for restaurants, gyms, minor league sports teams, border businesses, live venue service providers, exclave businesses, and providers of transportation services. Cloture Motion Rejected 117-s-4008 S 4008 52 43 0 5 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00192.xml
117,senate,2,137 117 senate 2 137 2022-04-26 On the Cloture Motion PN1679   Motion to Invoke Cloture: Lisa DeNell Cook to be a Member of the Board of Governors of the Federal Reserve System -- Lisa DeNell Cook, of Michigan, to be a Member of the Board of Governors of the Federal Reserve System for the unexpired term of fourteen years from February 1, 2010 Cloture Motion Rejected 117-pn-1679 PN 1679 47 51 0 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00137.xml
117,senate,2,120 117 senate 2 120 2022-03-30 On the Cloture Motion PN1592   Motion to Invoke Cloture: David Weil to be Administrator of the Wage and Hour Division, Department of Labor -- David Weil, of Massachusetts, to be Administrator of the Wage and Hour Division, Department of Labor Cloture Motion Rejected 117-pn-1592 PN 1592 47 53 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00120.xml
117,senate,2,9 117 senate 2 9 2022-01-19 On the Cloture Motion H.R. 5746   Motion to Invoke Cloture: Motion to Concur in the House Amendment to the Senate Amendment to H.R. 5746 -- A bill to amend title 51, United States Code, to extend the authority of the National Aeronautics and Space Administration to enter into leases of non-excess property of the Administration. Cloture Motion Rejected 117-hr-5746 H.R 5746 49 51 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1172/vote_117_2_00009.xml
117,senate,1,473 117 senate 1 473 2021-11-29 On the Cloture Motion S.Amdt. 3867 to H.R. 4350 (National Defense Authorization Act for Fiscal Year 2022)   Motion to Invoke Cloture: Re: Reed Amdt. No. 3867 As Modified to H.R. 4350 -- In the nature of a substitute. Cloture Motion Rejected       45 51 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1171/vote_117_1_00473.xml
117,senate,1,218 117 senate 1 218 2021-05-28 On the Cloture Motion H.R. 3233   Motion to Invoke Cloture Re: Motion to Proceed to H.R. 3233 -- A bill to establish the National Commission to Investigate the January 6 Attack on the United States Capitol Complex, and for other purposes. Cloture Motion Rejected 117-hr-3233 H.R 3233 54 35 0 11 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1171/vote_117_1_00218.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 836.094ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API