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

10 rows where chamber = "Senate", party = "Democrat" and state = "ID" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: thomas_id, ballotpedia_id, terms_count, bills_sponsored, first_served (date), last_served (date), birthday (date), served_until (date)

state 1

  • ID · 10 ✖

party 1

  • Democrat · 10 ✖

is_current 1

  • 0 10

chamber 1

  • Senate · 10 ✖
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
M000716 Bert Miller Bert Miller   Democrat ID Senate   1949-01-03 1949-12-31 0   [] 407698       Bert H. Miller   1876-12-15 M 1 1949-12-31 0 0 0 0 0
G000337 Charles Gossett Charles Gossett   Democrat ID Senate   1945-11-17 1947-01-03 0   [] 404693       Charles C. Gossett   1888-09-02 M 1 1947-01-03 0 0 0 0 0
C000428 David Clark David Clark   Democrat ID Senate   1935-01-03 1945-01-03 0   [] 402566       D. Worth Clark   1902-04-02 M 2 1945-01-03 0 0 0 0 0
C000388 Frank Church Frank Church   Democrat ID Senate   1957-01-03 1981-01-03 0   [] 402527 01305     Frank Church   1924-07-25 M 5 1981-01-03 0 0 291 0 0
D000509 Fred Dubois Fred Dubois   Democrat ID Senate   1887-12-05 1907-03-03 0   [] 403620       Fred Dubois Fred Dubois 1851-05-29 M 4 1907-03-03 0 0 0 0 0
T000079 Glen Taylor Glen Taylor   Democrat ID Senate   1945-01-03 1951-01-03 0   [] 410663       Glen H. Taylor   1904-04-12 M 2 1951-01-03 0 0 0 0 0
H000458 Henry Heitfeld Henry Heitfeld   Democrat ID Senate   1897-03-15 1903-03-03 0   [] 405323       Henry Heitfeld   1859-01-12 M 2 1903-03-03 0 0 0 0 0
P000430 James Pope James Pope   Democrat ID Senate   1933-03-09 1939-01-03 0   [] 408821       James P. Pope   1884-03-31 M 2 1939-01-03 0 0 0 0 0
N000169 John Nugent John Nugent   Democrat ID Senate   1918-01-22 1921-01-14 0   [] 408250       John F. Nugent   1868-06-28 M 1 1921-01-14 0 0 0 0 0
P000238 Kirtland Perky Kirtland Perky   Democrat ID Senate   1912-11-18 1913-02-05 0   [] 408641       Kirtland I. Perky   1867-02-08 M 1 1913-02-05 0 0 0 0 0

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