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

6 rows where is_current = 1 and state = "MS" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

party 2

  • Republican 5
  • Democrat 1

chamber 2

  • House 4
  • Senate 2

state 1

  • MS · 6 ✖

is_current 1

  • 1 · 6 ✖
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
T000193 Bennie Thompson Bennie G. Thompson   Democrat MS House 2 1993-04-13 2027-01-03 1 N00003288 ["H4MS02068"] 400402 01151 26929   Bennie Thompson Bennie Thompson 1948-01-28 M 18   0 2198 202 14314 7583027
H001079 Cindy Hyde-Smith Cindy Hyde-Smith   Republican MS Senate   2018-04-09 2027-01-03 1 N00043298 ["S8MS00261"] 412743   20784 S395 Cindy Hyde-Smith Cindy Hyde-Smith 1959-05-10 F 2   0 220 101 3276 8616793
G000591 Michael Guest Michael Guest   Republican MS House 3 2019-01-03 2027-01-03 1 N00042458 ["H8MS03125"] 412793       Michael Guest (politician) Michael Guest 1970-02-04 M 5   90 198 51 3087 2036430
E000235 Mike Ezell Mike Ezell   Republican MS House 4 2023-01-03 2027-01-03 1 N00048240 ["H2MS04258"] 456911   202526   Mike Ezell   1959-04-06 M 3   0 52 37 1686 1116359
W000437 Roger Wicker Roger F. Wicker   Republican MS Senate   1995-01-04 2031-01-03 1 N00003280 ["H4MS01078", "S8MS00196"] 400432 01226 21926 S318 Roger Wicker Roger Wicker 1951-07-05 M 7   10 1181 400 9759 8697001
K000388 Trent Kelly Trent Kelly   Republican MS House 1 2015-06-09 2027-01-03 1 N00037003 ["H6MS01131"] 412673 02294 156389   Trent Kelly Trent Kelly 1966-03-01 M 7   0 451 66 5313 2762140

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