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 and state = "NE" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

chamber 2

  • House 3
  • Senate 2

state 1

  • NE · 5 ✖

party 1

  • Republican 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
S001172 Adrian Smith Adrian Smith   Republican NE House 3 2007-01-04 2027-01-03 1 N00027623 ["H6NE03115"] 412217 01860 21284   Adrian Smith (politician) Adrian Smith 1970-12-19 M 11   9 482 131 11886 8384271
F000463 Deb Fischer Deb Fischer   Republican NE Senate   2013-01-03 2031-01-03 1 N00033443 ["S2NE00094"] 412556 02179 41963 S357 Deb Fischer Deb Fischer 1951-03-01 F 4   0 592 217 4823 20577773
B001298 Don Bacon Don Bacon   Republican NE House 2 2017-01-03 2027-01-03 1 N00037049 ["H6NE02125"] 412713   166299   Don Bacon Don Bacon 1963-08-16 M 6   0 226 188 4296 34772951
F000474 Mike Flood Mike Flood   Republican NE House 1 2022-07-12 2027-01-03 1 N00050145 ["H2NE01118"] 456868   41983   Mike Flood (politician) Mike Flood 1975-02-23 M 3   1 95 43 1686 2495852
R000618 Pete Ricketts Pete Ricketts   Republican NE Senate   2023-01-23 2027-01-03 1 N00027695 ["S6NE00129"] 456952   57777 S423 Pete Ricketts Pete Ricketts 1964-08-19 M 1   30 124 72 1396 2199600

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