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

8 rows where is_current = 1, party = "Republican" and state = "SC" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_served, thomas_id, ballotpedia_id, gender, terms_count, trade_count, first_served (date), last_served (date), birthday (date), fec_ids (array)

chamber 2

  • House 6
  • Senate 2

state 1

  • SC · 8 ✖

party 1

  • Republican · 8 ✖

is_current 1

  • 1 · 8 ✖
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
W000795 Joe Wilson Joe Wilson   Republican SC House 2 2001-12-18 2027-01-03 1 N00024809 ["H2SC02059"] 400433 01688 3985   Joe Wilson (American politician) Joe Wilson 1947-07-31 M 14   0 2930 310 14314 4533720
G000359 Lindsey Graham Lindsey Graham   Republican SC Senate   1995-01-04 2027-01-03 1 N00009975 ["S0SC00149", "H4SC03087"] 300047 00452 21992 S293 Lindsey Graham Lindsey Graham 1955-07-09 M 6   19 1191 398 7982 29283180
M000194 Nancy Mace Nancy Mace   Republican SC House 1 2021-01-03 2027-01-03 1 N00035670 ["H0SC01394"] 456843   146076   Nancy Mace Nancy Mace 1977-12-04 F 4   0 96 172 2135 15058338
N000190 Ralph Norman Ralph Norman   Republican SC House 5 2017-06-26 2027-01-03 1 N00027783 ["H8SC05158"] 412738   47930   Ralph Norman Ralph Norman 1953-06-20 M 6   0 269 123 3974 1601620
F000478 Russell Fry Russell Fry   Republican SC House 7 2023-01-03 2027-01-03 1 N00049165 ["H2SC07280"] 456938   157265   Russell Fry (politician)   1985-01-31 M 3   0 64 27 1686 1443376
B001325 Sheri Biggs Sheri Biggs   Republican SC House 3 2025-01-03 2027-01-03 1 N00054222 ["H4SC01313"] 457020       Sheri Biggs   1970-03-28 F 2   244 17 10 445 832383
S001184 Tim Scott Tim Scott   Republican SC Senate   2011-01-05 2029-01-03 1 N00031782 ["H0SC01279", "S4SC00240"] 412471 02056 11940 S365 Tim Scott Tim Scott 1965-09-19 M 4   0 444 299 6428 15514281
T000480 William Timmons William R. Timmons IV   Republican SC House 4 2019-01-03 2027-01-03 1 N00042715 ["H8SC04250"] 412815   168923   William Timmons (politician) William Timmons 1984-04-30 M 5   18 50 37 3087 6074833

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 2999.546ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API