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

12 rows where congress = 106 and result = "Joint Resolution Passed" 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

  • Joint Resolution Passed · 12 ✖

congress 1

  • 106 · 12 ✖

chamber 1

  • senate 12
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
106,senate,2,298 106 senate 2 298 2000-12-07 On the Joint Resolution H.J.Res. 127   H. J. Res. 127 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-127 H.J.Res 127 96 1 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00298.xml
106,senate,2,295 106 senate 2 295 2000-12-05 On the Joint Resolution H.J.Res. 126   H. J. Res. 126 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-126 H.J.Res 126 99 0 0 1 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00295.xml
106,senate,2,293 106 senate 2 293 2000-10-30 On the Joint Resolution H.J.Res. 120   H. J. Res. 120 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-120 H.J.Res 120 70 1 0 29 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00293.xml
106,senate,2,292 106 senate 2 292 2000-10-29 On the Joint Resolution H.J.Res. 119   H.J.RES.119 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-119 H.J.Res 119 67 1 0 32 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00292.xml
106,senate,2,291 106 senate 2 291 2000-10-28 On the Joint Resolution H.J.Res. 118   H. J. Res. 118 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-118 H.J.Res 118 67 2 0 31 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00291.xml
106,senate,2,290 106 senate 2 290 2000-10-27 On the Joint Resolution H.J.Res. 117   H.J. Res 117 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-117 H.J.Res 117 86 3 0 11 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00290.xml
106,senate,2,283 106 senate 2 283 2000-10-25 On the Joint Resolution H.J.Res. 115   H.J. Res. 115 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-115 H.J.Res 115 87 2 0 11 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00283.xml
106,senate,2,276 106 senate 2 276 2000-10-12 On the Joint Resolution H.J.Res. 111   H.J. Res. 111 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-111 H.J.Res 111 90 1 0 9 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00276.xml
106,senate,2,264 106 senate 2 264 2000-10-05 On the Joint Resolution H.J.Res. 110   H. J. Res. 110 -- A joint resolution making further continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-110 H.J.Res 110 95 1 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00264.xml
106,senate,2,259 106 senate 2 259 2000-09-28 On the Joint Resolution H.J.Res. 109   H.J. Res. 109 -- A joint resolution making continuing appropriations for the fiscal year 2001, and for other purposes. Joint Resolution Passed 106-hjres-109 H.J.Res 109 96 0 0 4 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1062/vote_106_2_00259.xml
106,senate,1,296 106 senate 1 296 1999-09-28 On the Joint Resolution H.J.Res. 68   H.J.Res. 68 -- A joint resolution making continuing appropriations for the fiscal year 2000, and for other purposes. Joint Resolution Passed 106-hjres-68 H.J.Res 68 98 1 0 1 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1061/vote_106_1_00296.xml
106,senate,1,273 106 senate 1 273 1999-09-14 On the Joint Resolution S.J.Res. 33   S.J.Res.33, As Modified -- A joint resolution deploring the actions of President Clinton regarding granting clemency to FALN terrorists. Joint Resolution Passed 106-sjres-33 S.J.Res 33 95 2 0 3 https://www.senate.gov/legislative/LIS/roll_call_votes/vote1061/vote_106_1_00273.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 3790.365ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API