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 chamber = "House", party = "Republican" and state = "AK" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: opensecrets_id, fec_ids, thomas_id, ballotpedia_id, 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 4
  • 1 1

state 1

  • AK · 5 ✖

party 1

  • Republican · 5 ✖

chamber 1

  • House · 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
S001079 Daniel Sutherland Daniel Sutherland   Republican AK House 0 1921-04-11 1931-03-03 0   [] 410532       Daniel Sutherland   1869-04-17 M 6 1931-03-03 0 0 0 0 0
Y000033 Don Young Don Young   Republican AK House 0 1973-03-06 2022-03-18 0 N00007999 ["H6AK00045"] 400440 01256 26717   Don Young Don Young (Alaska) 1933-06-09 M 25 2022-03-18 0 1129 1058 12614 5070280
P000415 Howard Pollock Howard Pollock   Republican AK House 0 1967-01-10 1971-01-03 0   [] 408808       Howard Pollock   1920-04-11 M 3 1971-01-03 0 0 0 0 0
W000438 James Wickersham James Wickersham   Republican AK House 0 1909-03-15 1933-03-03 0   [] 411596       James Wickersham   1857-08-24 M 13 1933-03-03 0 0 0 0 0
B001323 Nicholas Begich Nicholas J. Begich III   Republican AK House 0 2025-01-03 2027-01-03 1 N00049408 ["H2AK01083"] 456970       Nick Begich III   1977-10-21 M 2   0 19 25 445 15575653

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