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

5 rows where is_current = 1, party = "Democrat" and state = "NV" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

chamber 2

  • House 3
  • Senate 2

state 1

  • NV · 5 ✖

party 1

  • Democrat · 5 ✖

is_current 1

  • 1 · 5 ✖
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
C001113 Catherine Cortez Masto Catherine Cortez Masto   Democrat NV Senate   2017-01-03 2029-01-03 1 N00037161 ["S6NV00200"] 412681   69579 S385 Catherine Cortez Masto Catherine Cortez Masto 1964-03-29 F 3   0 582 408 3664 121744661
T000468 Dina Titus Dina Titus   Democrat NV House 1 2009-01-06 2027-01-03 1 N00030191 ["H8NV03036"] 412318 01940 2629   Dina Titus Dina Titus 1950-05-23 F 10   0 471 216 8480 19272839
R000608 Jacky Rosen Jacky Rosen   Democrat NV Senate   2017-01-03 2031-01-03 1 N00038734 ["H6NV03139", "S8NV00156"] 412715   169471 S402 Jacky Rosen Jacky Rosen 1957-08-02 F 3   21 403 249 4274 82085703
H001066 Steven Horsford Steven Horsford   Democrat NV House 4 2013-01-03 2027-01-03 1 N00033638 ["H2NV04011"] 412559 02147 44064   Steven Horsford Steven Horsford 1973-04-29 M 8   0 219 116 4291 28225026
L000590 Susie Lee Susie Lee   Democrat NV House 3 2019-01-03 2027-01-03 1 N00037247 ["H6NV04020"] 412802   169344   Susie Lee Susie Lee 1966-11-07 F 5   1290 158 83 3087 23251799

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