roll_call_votes
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where congress = 119 and result = "Cloture Motion Rejected" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date, legislation_type, yea_count, nay_count, not_voting_count, date (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 119,senate,1,643 | 119 | senate | 1 | 643 | 2025-12-11 | On the Cloture Motion S. 3386 | Motion to Invoke Cloture: Motion to Proceed to S. 3386 -- A bill to provide a health savings account contribution to certain enrollees, to reduce health care costs, and for other purposes. | Cloture Motion Rejected | 119-s-3386 | S | 3386 | 51 | 48 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00643.xml | |
| 119,senate,1,644 | 119 | senate | 1 | 644 | 2025-12-11 | On the Cloture Motion S. 3385 | Motion to Invoke Cloture: Motion to Proceed to S. 3385 -- A bill to amend the Internal Revenue Code of 1986 to extend the enhancement of the health care premium tax credit. | Cloture Motion Rejected | 119-s-3385 | S | 3385 | 51 | 48 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00644.xml | |
| 119,senate,1,633 | 119 | senate | 1 | 633 | 2025-12-04 | On the Cloture Motion S.Res. 520 | Motion to Invoke Cloture: S. Res. 520 -- An executive resolution authorizing the en bloc consideration in Executive Session of certain nominations on the Executive Calendar. | Cloture Motion Rejected | 119-sres-520 | S.Res | 520 | 43 | 37 | 0 | 20 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00633.xml | |
| 119,senate,1,522 | 119 | senate | 1 | 522 | 2025-09-17 | On the Cloture Motion PN25-28 and PN12-19 and PN12-45 and PN22-1 and PN22-2 and PN22-5 and PN22-27 and PN22-20 and PN22-21 and PN26-8 and PN26-34 and PN26-35 and PN55-41 and PN22-4 and PN22-8 and PN22-19 and PN26-1 and PN22-23 and PN25-40 and PN26-7 and PN26-19 and PN26-31 and PN60-3 and PN26-44 and PN25-2 and PN55-16 and PN60-9 and PN60-10 and PN129-8 and PN26-45 and PN141-37 and PN141-7 and PN141-28 and PN12-22 and PN25-21 and PN22-3 and PN26-22 and PN13-5 and PN22-24 and PN25-33 and PN141-18 and PN150-5 and PN345-16 and PN55-42 and PN54-6 and PN54-7 and PN55-45 and PN55-25 | Motion to Invoke Cloture: Executive Calendar Nos: 89, 105, 107, 121, 122, 123, 124, 132, 133, 135, 136, 137, 139, 141, 142, 152, 153, 154, 156, 157, 161, 177, 180, 185, 251, 276, 277, 278, 279, 283, 285, 289, 290, 297, 298, 303, 305, 324, 344, 346, 352, 356, 362, 365, 149, 286, 302, 350, en bloc -- Jessica Kramer, of Wisconsin, to be an Assistant Administrator of the Environmental Protection Agency; and Dario Gil, of New York, to be Under Secretary for Science, Department of Energy; and Brandon Williams, of New York, to be Under Secretary for Nuclear Security; and Tristan Abbey, of Florida, to be Administrator of the Energy Information Administration; and Leslie Beyer, of Texas, to be an Assistant Secretary of the Interior; and Theodore J. Garrish, of Maryland, to be an Assistant Secretary of Energy (Nuclear Energy); and Andrea Travnicek, of North Dakota, to be an Assistant Secretary of the Interior; and Justin Overbaugh, of Florida, to be a Deputy Under Secretary of Defense; and Scott Pappano, of Pennsylvania, to be Principal Deputy Administrator, National Nuclear Security Administration; and Michael Cadenazzi, of Rhode Island, to be an Assistant Secretary of Defense; and Sean O'Keefe, of Virginia, to be a Deputy Under Secretary of Defense; and Michael Obadal, of Virginia, to be Under Secretary of the Army; and Katherine Sutton, of Illinois, to be an Assistant Secretary of Defense; and William L. Doffermyre, of Texas, to be Solicitor of the Department of the Interior; and Kyle Haustveit, of Oklahoma, to be an Assistant Secretary of Energy (Fossil Energy); and Matthew Napoli, of Virginia, to be Deputy Administrator for Defense Nuclear Nonproliferation, National Nuclear Security Administration; and Richard Anderson, of Virginia, to be an Assistant Secretary of the Air Force; and Conner Prochaska, of Texas, to be Director of the Advanced Research Projects Agency-Energy, Department of Energy; and Tina Pierce, of Idaho, to be Chief Financial Officer, Department of Energy; and Jonathan Brightbill, of Virginia, to be G… | Cloture Motion Rejected | 25-pn-55 | PN | 55-25 | 51 | 48 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00522.xml | |
| 119,senate,1,513 | 119 | senate | 1 | 513 | 2025-09-11 | On the Cloture Motion S.Res. 377 | Motion to Invoke Cloture: S. Res. 377 -- An executive resolution authorizing the en bloc consideration in Executive Session of certain nominations on the Executive Calendar. | Cloture Motion Rejected | 119-sres-377 | S.Res | 377 | 52 | 47 | 0 | 1 | https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00513.xml |
Advanced export
JSON shape: default, array, newline-delimited, object
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);