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 = "NC" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, nickname, first_served, opensecrets_id, fec_ids, thomas_id, ballotpedia_id, birthday, gender, 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

  • NC · 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
M000166 Alexander Martin Alexander Martin   Republican NC Senate   1793-12-02 1799-03-03 0   [] 407188       Alexander Martin     M 2 1799-03-03 0 0 0 0 0
S000955 David Stone David Stone   Republican NC Senate   1799-12-02 1815-03-03 0   [] 410414       David Stone (politician)   1770-02-17 M 3 1815-03-03 0 0 0 0 0
F000437 Duncan Faircloth Duncan Faircloth Lauch Republican NC Senate   1993-01-05 1999-01-03 0   [] 403968 01329   S227 Lauch Faircloth   1928-01-14 M 2 1999-01-03 0 410 72 0 0
D000601 Elizabeth Dole Elizabeth Dole   Republican NC Senate   2003-01-07 2009-01-03 0 N00008071 ["S2NC00083"] 300035 01698 41533 S292 Elizabeth Dole   1936-07-29 F 2 2009-01-03 0 246 74 1977 5758
B000966 James Broyhill James Broyhill   Republican NC Senate   1963-01-09 1986-11-04 0   [] 401918 00138     Jim Broyhill   1927-08-19 M 4 1986-11-04 0 0 187 0 0
T000423 James Turner James Turner   Republican NC Senate   1805-12-02 1817-03-03 0   [] 410991       James Turner (North Carolina politician)   1766-12-20 M 3 1817-03-03 0 0 0 0 0
F000344 Jesse Franklin Jesse Franklin   Republican NC Senate   1795-12-07 1813-03-03 0   [] 404292       Jesse Franklin   1760-03-24 M 4 1813-03-03 0 0 0 0 0
H000463 Jesse Helms Jesse Helms   Republican NC Senate   1973-01-03 2003-01-03 0   ["S8NC00015"] 300154 01359   S046 Jesse Helms   1921-10-18 M 6 2003-01-03 0 1827 754 1305 0
P000545 Jeter Pritchard Jeter Pritchard   Republican NC Senate   1895-12-02 1903-03-03 0   [] 408929       Jeter C. Pritchard   1857-07-12 M 2 1903-03-03 0 0 0 0 0
E000017 John East John East   Republican NC Senate   1981-01-05 1986-06-29 0   [] 403713 01324     John Porter East   1931-05-05 M 1 1986-06-29 0 0 27 0 0
P000427 John Pool John Pool   Republican NC Senate   1868-01-01 1873-03-03 0   [] 408818       John Pool   1826-06-16 M 1 1873-03-03 0 0 0 0 0
A000006 Joseph Abbott Joseph Abbott   Republican NC Senate   1868-01-01 1871-03-03 0   [] 400669       Joseph Carter Abbott   1825-07-15 M 1 1871-03-03 0 0 0 0 0
S000949 Montfort Stokes Montfort Stokes   Republican NC Senate   1816-12-04 1823-03-03 0   [] 410408       Montfort Stokes   1762-03-12 M 2 1823-03-03 0 0 0 0 0
B001135 Richard Burr Richard Burr   Republican NC Senate   1995-01-04 2023-01-03 0 N00002221 ["S4NC00089", "H2NC05074"] 400054 00153 21787 S300 Richard Burr Richard Burr 1955-11-30 M 5 2023-01-03 0 820 448 7131 39813862
B001305 Ted Budd Ted Budd   Republican NC Senate   2017-01-03 2029-01-03 1 N00039551 ["H6NC13129", "S2NC00505"] 412712   171489 S417 Ted Budd Ted Budd 1971-10-21 M 3   0 336 200 4006 48357134
T000476 Thom Tillis Thom Tillis   Republican NC Senate   2015-01-06 2027-01-03 1 N00035492 ["S4NC00162"] 412668 02291 57717 S384 Thom Tillis Thom Tillis (North Carolina) 1960-08-30 M 3   102 912 219 4166 158483777
B000563 Timothy Bloodworth Timothy Bloodworth   Republican NC Senate   1789-03-04 1801-03-03 0   [] 401537       Timothy Bloodworth     M 3 1801-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 494.249ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API