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 is_current = 1 and state = "NC" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

party 2

  • Republican 12
  • Democrat 4

chamber 2

  • House 14
  • Senate 2

state 1

  • NC · 16 ✖

is_current 1

  • 1 · 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
M001240 Addison McDowell Addison P. McDowell   Republican NC House 6 2025-01-03 2027-01-03 1 N00054055 ["H4NC06177"] 457001       Addison McDowell   1994-01-21 M 2   0 23 13 445 752221
A000370 Alma Adams Alma S. Adams   Democrat NC House 12 2014-11-12 2027-01-03 1 N00035451 ["H4NC12100"] 412607 02201 5935   Alma Adams Alma Adams 1946-05-27 F 7   0 251 169 5669 3586318
K000405 Brad Knott Brad Knott   Republican NC House 13 2025-01-03 2027-01-03 1 N00053743 ["H4NC13116"] 457004       Brad Knott   1986-04-17 M 2   3 9 3 445 2648577
E000246 Charles (Chuck) Edwards Chuck Edwards   Republican NC House 11 2023-01-03 2027-01-03 1 N00049670 ["H2NC14050"] 456914   166600   Chuck Edwards   1960-09-13 M 3   0 134 41 1686 1405486
R000603 David Rouzer David Rouzer   Republican NC House 7 2015-01-06 2027-01-03 1 N00033527 ["H2NC07096"] 412641 02256 102964   David Rouzer David Rouzer 1972-02-16 M 7   19 160 93 5621 8112382
R000305 Deborah Ross Deborah K. Ross   Democrat NC House 2 2021-01-03 2027-01-03 1 N00038565 ["H0NC02125"] 456831       Deborah Ross (politician) Deborah Ross 1963-06-20 F 4   28 136 69 2135 2113323
D000230 Donald Davis Donald G. Davis   Democrat NC House 1 2023-01-03 2027-01-03 1 N00049636 ["H2NC02287"] 456912   102950   Don Davis (North Carolina politician) Donald Davis 1971-08-29 M 3   0 304 53 1686 8103105
M001210 Gregory Murphy Gregory F. Murphy   Republican NC House 3 2019-09-17 2027-01-03 1 N00044027 ["H0NC03172"] 412845   166135   Greg Murphy (politician) Gregory Murphy 1963-03-05 M 5   3 182 113 2556 3489159
H001102 Mark Harris Mark Harris   Republican NC House 8 2025-01-03 2027-01-03 1 N00035491 ["H6NC09200", "H4NC08066"] 457002       Mark Harris (North Carolina politician)   1966-04-24 M 2   0 34 13 445 5856918
H001101 Pat Harrigan Pat Harrigan   Republican NC House 10 2025-01-03 2027-01-03 1 N00050144 ["H2NC13243"] 457003       Pat Harrigan   1987-06-21 M 2   0 6 14 445 2731877
H001067 Richard Hudson Richard Hudson   Republican NC House 9 2013-01-03 2027-01-03 1 N00033630 ["H2NC08185"] 412550 02140 136448   Richard Hudson (American politician) Richard Hudson 1971-11-04 M 8   0 601 128 6825 14091776
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
M001236 Tim Moore Tim Moore   Republican NC House 14 2025-01-03 2027-01-03 1 N00053948 ["H4NC14015"] 457005       Tim Moore (North Carolina politician)   1970-10-02 M 2   217 33 23 445 1281796
F000477 Valerie Foushee Valerie P. Foushee   Democrat NC House 4 2023-01-03 2027-01-03 1 N00049652 ["H2NC06114"] 456913   93091   Valerie Foushee   1956-05-07 F 3   0 25 27 1686 4184424
F000450 Virginia Foxx Virginia Foxx   Republican NC House 5 2005-01-04 2027-01-03 1 N00026166 ["H4NC05146"] 400643 01791 6051   Virginia Foxx Virginia Foxx 1943-06-29 F 12   927 2099 217 13094 5592920

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