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 = 119 and result = "Motion to Discharge Rejected" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

result 1

  • Motion to Discharge Rejected · 11 ✖

congress 1

  • 119 · 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
119,senate,2,46 119 senate 2 46 2026-03-04 On the Motion to Discharge S.J.Res. 104   Motion to Discharge S.J. Res. 104 -- A joint resolution to direct the removal of United States Armed Forces from hostilities within or against the Islamic Republic of Iran that have not been authorized by Congress. Motion to Discharge Rejected 119-sjres-104 S.J.Res 104 47 53 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1192/vote_119_2_00046.xml
119,senate,1,608 119 senate 1 608 2025-11-06 On the Motion to Discharge S.J.Res. 90   Motion to Discharge S.J.Res. 90 -- A joint resolution to direct the removal of United States Armed Forces from hostilities within or against Venezuela that have not been authorized by Congress. Motion to Discharge Rejected 119-sjres-90 S.J.Res 90 49 51 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00608.xml
119,senate,1,555 119 senate 1 555 2025-10-08 On the Motion to Discharge S.J.Res. 83   Motion to Discharge S. J. Res. 83 from the Committee on Foreign Relations -- A joint resolution to direct the removal of United States Armed Forces from hostilities that have not been authorized by Congress. Motion to Discharge Rejected 119-sjres-83 S.J.Res 83 48 51 0 1 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00555.xml
119,senate,1,454 119 senate 1 454 2025-07-30 On the Motion to Discharge S.J.Res. 41   Motion to Discharge S. J. Res. 41 -- A joint resolution providing for congressional disapproval of the proposed export of certain defense articles to Israel. Motion to Discharge Rejected 119-sjres-41 S.J.Res 41 27 70 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00454.xml
119,senate,1,455 119 senate 1 455 2025-07-30 On the Motion to Discharge S.J.Res. 34   Motion to Discharge S. J. Res. 34 -- A joint resolution providing for congressional disapproval of the proposed foreign military sale to the Government of Israel of certain defense articles and services. Motion to Discharge Rejected 119-sjres-34 S.J.Res 34 24 73 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00455.xml
119,senate,1,328 119 senate 1 328 2025-06-27 On the Motion to Discharge S.J.Res. 59   Motion to Discharge S.J. Res. 59 from the Committee on Foreign Relations -- A joint resolution to direct the removal of United States Armed Forces from hostilities against the Islamic Republic of Iran that have not been authorized by Congress. Motion to Discharge Rejected 119-sjres-59 S.J.Res 59 47 53 0 0 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00328.xml
119,senate,1,306 119 senate 1 306 2025-06-11 On the Motion to Discharge S.J.Res. 53   Motion to Discharge S. J. Res. 53 -- A joint resolution providing for congressional disapproval of the proposed foreign military sale to the Government of Qatar of certain defense articles and services. Motion to Discharge Rejected 119-sjres-53 S.J.Res 53 39 56 1 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00306.xml
119,senate,1,307 119 senate 1 307 2025-06-11 On the Motion to Discharge S.J.Res. 54   Motion to Discharge: S.J. Res. 54 -- A joint resolution providing for congressional disapproval of the proposed foreign military sale to the Government of the United Arab Emirates of certain defense articles and services. Motion to Discharge Rejected 119-sjres-54 S.J.Res 54 39 56 1 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00307.xml
119,senate,1,259 119 senate 1 259 2025-05-15 On the Motion to Discharge S.Res. 195   Motion to Discharge S. Res. 195 -- A resolution requesting information on El Salvador's human rights practices pursuant to section 502B(c) of the Foreign Assistance Act of 1961. Motion to Discharge Rejected 119-sres-195 S.Res 195 45 50 0 5 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00259.xml
119,senate,1,165 119 senate 1 165 2025-04-03 On the Motion to Discharge S.J.Res. 33   Motion to Discharge: S.J. Res. 33 -- A joint resolution providing for congressional disapproval of the proposed foreign military sale to the Government of Israel of certain defense articles and services. Motion to Discharge Rejected 119-sjres-33 S.J.Res 33 15 82 1 2 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00165.xml
119,senate,1,166 119 senate 1 166 2025-04-03 On the Motion to Discharge S.J.Res. 26   Motion to Discharge S.J. Res. 26 -- A joint resolution providing for congressional disapproval of the proposed foreign military sale to Israel of certain defense articles and services. Motion to Discharge Rejected 119-sjres-26 S.J.Res 26 15 83 1 1 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1191/vote_119_1_00166.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 52.666ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API