home / openregs

congress_members

All current and historical members of Congress (12,700+) from the congress-legislators project. Includes bioguide_id (universal key), party, state, chamber, and cross-reference IDs for OpenSecrets, FEC, GovTrack, and more.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

16 rows where chamber = "Senate", party = "Republican" and state = "WI" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, first_served, opensecrets_id, fec_ids, thomas_id, ballotpedia_id, terms_count, trade_count, speech_count, bills_sponsored, vote_count, fec_total_received, first_served (date), last_served (date), birthday (date), served_until (date), fec_ids (array)

is_current 2

  • 0 15
  • 1 1

state 1

  • WI · 16 ✖

party 1

  • Republican · 16 ✖

chamber 1

  • Senate · 16 ✖
bioguide_id first_name last_name full_name ▼ nickname party state chamber district first_served last_served is_current opensecrets_id fec_ids govtrack_id thomas_id votesmart_id lis_id wikipedia_id ballotpedia_id birthday gender terms_count served_until trade_count speech_count bills_sponsored vote_count fec_total_received
W000465 Alexander Wiley Alexander Wiley   Republican WI Senate   1939-01-03 1963-01-03 0   [] 411622       Alexander Wiley   1884-05-26 M 5 1963-01-03 0 0 0 0 0
C000064 Angus Cameron Angus Cameron   Republican WI Senate   1875-12-06 1885-03-03 0   [] 402222       Angus Cameron (American politician)   1826-07-04 M 2 1885-03-03 0 0 0 0 0
D000573 Charles Durkee Charles Durkee   Republican WI Senate   1849-12-03 1861-03-03 0   [] 403676       Charles Durkee   1805-12-10 M 3 1861-03-03 0 0 0 0 0
L000241 Irvine Lenroot Irvine Lenroot   Republican WI Senate   1909-03-15 1927-03-04 0   [] 406744       Irvine Lenroot   1869-01-31 M 4 1927-03-04 0 0 0 0 0
S000863 Isaac Stephenson Isaac Stephenson   Republican WI Senate   1883-12-03 1915-03-03 0   [] 410325       Isaac Stephenson   1829-06-18 M 6 1915-03-03 0 0 0 0 0
D000428 James Doolittle James Doolittle   Republican WI Senate   1857-12-07 1869-03-03 0   [] 403540       James R. Doolittle   1815-01-03 M 3 1869-03-03 0 0 0 0 0
B000520 John Blaine John Blaine   Republican WI Senate   1927-12-05 1933-03-03 0   [] 401496       John J. Blaine   1875-05-04 M 2 1933-03-03 0 0 0 0 0
S000741 John Spooner John Spooner   Republican WI Senate   1885-12-07 1907-04-30 0   [] 410210       John Coit Spooner   1843-01-06 M 4 1907-04-30 0 0 0 0 0
M000315 Joseph McCarthy Joseph McCarthy   Republican WI Senate   1947-01-03 1957-12-31 0   [] 407327       Joseph McCarthy   1908-11-14 M 2 1957-12-31 0 0 0 0 0
Q000003 Joseph Quarles Joseph Quarles   Republican WI Senate   1899-12-04 1905-03-03 0   [] 408967       Joseph V. Quarles   1843-12-16 M 2 1905-03-03 0 0 0 0 0
C000171 Matthew Carpenter Matthew Carpenter   Republican WI Senate   1869-03-04 1881-12-31 0   [] 402319       Matthew H. Carpenter   1824-12-22 M 3 1881-12-31 0 0 0 0 0
S000091 Philetus Sawyer Philetus Sawyer   Republican WI Senate   1865-12-04 1893-03-03 0   [] 409603       Philetus Sawyer   1816-09-22 M 5 1893-03-03 0 0 0 0 0
K000019 Robert Kasten Robert Kasten   Republican WI Senate   1975-01-14 1993-01-03 0   [] 406190 00619   S155 Bob Kasten   1942-06-19 M 4 1993-01-03 0 0 236 0 0
L000004 Robert La Follette Robert La Follette   Republican WI Senate   1885-12-07 1925-06-18 0   [] 406514       Robert M. La Follette   1855-06-14 M 7 1925-06-18 0 0 0 0 0
J000293 Ron Johnson Ron Johnson   Republican WI Senate   2011-01-05 2029-01-03 1 N00032546 ["S0WI00197"] 412496 02086 126217 S345 Ron Johnson Ron Johnson (Wisconsin) 1955-04-08 M 4   2 629 192 5309 82015908
H000856 Timothy Howe Timothy Howe   Republican WI Senate   1861-07-04 1879-03-03 0   [] 405703       Timothy O. Howe Timothy O. Howe 1816-02-24 M 4 1879-03-03 0 0 0 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE congress_members (
    bioguide_id TEXT PRIMARY KEY,
    first_name TEXT,
    last_name TEXT,
    full_name TEXT,
    nickname TEXT,
    party TEXT,
    state TEXT,
    chamber TEXT,
    district INTEGER,
    first_served TEXT,
    last_served TEXT,
    is_current INTEGER,
    opensecrets_id TEXT,
    fec_ids TEXT,
    govtrack_id INTEGER,
    thomas_id TEXT,
    votesmart_id INTEGER,
    lis_id TEXT,
    wikipedia_id TEXT,
    ballotpedia_id TEXT,
    birthday TEXT,
    gender TEXT,
    terms_count INTEGER,
    served_until TEXT
, trade_count INTEGER DEFAULT 0, speech_count INTEGER DEFAULT 0, bills_sponsored INTEGER DEFAULT 0, vote_count INTEGER DEFAULT 0, fec_total_received INTEGER DEFAULT 0);
CREATE INDEX idx_cm_name ON congress_members(last_name, first_name);
CREATE INDEX idx_cm_party ON congress_members(party);
CREATE INDEX idx_cm_state ON congress_members(state);
CREATE INDEX idx_cm_chamber ON congress_members(chamber);
CREATE INDEX idx_cm_current ON congress_members(is_current);
CREATE INDEX idx_cm_current_trades ON congress_members(is_current DESC, trade_count DESC);
Powered by Datasette · Queries took 813.504ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API