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

17 rows where chamber = "Senate", party = "Republican" and state = "MO" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, nickname, 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 2

state 1

  • MO · 17 ✖

party 1

  • Republican · 17 ✖

chamber 1

  • Senate · 17 ✖
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
B000905 Benjamin Brown Benjamin Brown   Republican MO Senate   1863-12-07 1867-03-03 0   [] 401862       B. Gratz Brown   1826-05-28 M 1 1867-03-03 0 0 0 0 0
D000484 Charles Drake Charles Drake   Republican MO Senate   1867-03-04 1871-03-03 0   [] 403592       Charles D. Drake   1811-04-11 M 1 1871-03-03 0 0 0 0 0
B000611 Christopher Bond Christopher Bond Kit Republican MO Senate   1987-01-06 2011-01-03 0 N00005178 ["S6MO00289"] 300010 01286 53313 S200 Kit Bond   1939-03-06 M 5 2011-01-03 0 2096 265 3978 -11491
J000103 Daniel Jewett Daniel Jewett   Republican MO Senate   1870-01-01 1871-12-31 0   [] 406005       Daniel T. Jewett   1807-09-14 M 1 1871-12-31 0 0 0 0 0
S001227 Eric Schmitt Eric Schmitt   Republican MO Senate   2023-01-03 2029-01-03 1 N00048414 ["S2MO00544"] 456875   104474 S420 Eric Schmitt Eric Schmitt 1975-06-20 M 2   0 207 71 1396 13532251
D000414 Forrest Donnell Forrest Donnell   Republican MO Senate   1945-01-03 1951-01-03 0   [] 403527       Forrest C. Donnell   1884-08-20 M 2 1951-01-03 0 0 0 0 0
W000499 George Williams George Williams   Republican MO Senate   1925-12-07 1927-03-04 0   [] 411656       George H. Williams (Missouri politician)   1871-12-01 M 1 1927-03-04 0 0 0 0 0
K000082 James Kem James Kem   Republican MO Senate   1947-01-03 1953-01-03 0   [] 406251       James P. Kem   1890-04-02 M 2 1953-01-03 0 0 0 0 0
T000024 James Talent James Talent Jim Republican MO Senate   1993-01-05 2007-01-03 0 N00005004 ["H2MO02037", "S2MO00353"] 300096 01135   S286 Jim Talent Jim Talent 1956-10-18 M 3 2007-01-03 0 473 172 1320 9000
A000356 John Ashcroft John Ashcroft   Republican MO Senate   1995-01-04 2001-01-03 0   ["S4MO00037"] 400556 01274   S239 John Ashcroft   1942-05-09 M 2 2001-01-03 0 816 97 672 0
D000030 John Danforth John Danforth   Republican MO Senate   1976-12-27 1995-01-03 0   [] 403171 01314   S108 John Danforth   1936-09-05 M 4 1995-01-03 0 36 357 0 0
H000483 John Henderson John Henderson   Republican MO Senate   1862-01-17 1869-03-03 0   [] 405346       John B. Henderson   1826-11-16 M 2 1869-03-03 0 0 0 0 0
H001089 Joshua Hawley Josh Hawley Josh Republican MO Senate   2019-01-03 2031-01-03 1 N00041620 ["S8MO00160"] 412840   169716 S399 Josh Hawley Josh Hawley 1979-12-31 M 3   0 321 199 3065 36246770
P000127 Roscoe Patterson Roscoe Patterson   Republican MO Senate   1921-04-11 1935-01-03 0   [] 408535       Roscoe C. Patterson   1876-09-15 M 3 1935-01-03 0 0 0 0 0
B000575 Roy Blunt Roy Blunt   Republican MO Senate   1997-01-07 2023-01-03 0 N00005195 ["H6MO07128", "S0MO00183"] 400034 01464 418 S342 Roy Blunt Roy Blunt 1950-01-10 M 5 2023-01-03 18 1456 275 9797 35856773
S000730 Selden Spencer Selden Spencer   Republican MO Senate   1918-11-06 1925-05-16 0   [] 410199       Selden P. Spencer   1862-09-16 M 2 1925-05-16 0 0 0 0 0
W000160 William Warner William Warner   Republican MO Senate   1885-12-07 1911-03-03 0   [] 411333       William Warner (Missouri politician)   1840-06-11 M 5 1911-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 1713.113ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API