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

9 rows where is_current = 0, party = "Republican" and state = "HI" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: last_name, district, last_served, opensecrets_id, fec_ids, thomas_id, gender, terms_count, served_until, speech_count, bills_sponsored, vote_count, fec_total_received, first_served (date), last_served (date), birthday (date), served_until (date), fec_ids (array)

chamber 2

  • House 8
  • Senate 1

state 1

  • HI · 9 ✖

party 1

  • Republican · 9 ✖

is_current 1

  • - · 9 ✖
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
D000611 Charles Djou Charles Djou   Republican HI House 1 2010-05-22 2011-01-03 0 N00029460 ["H0HI01157"] 412387 01978 17827   Charles Djou   1970-08-09 M 1 2011-01-03 0 22 12 369 2677108
B000088 Henry Baldwin Henry Baldwin   Republican HI House -1 1921-04-11 1923-03-03 0   [] 401090       Henry Alexander Baldwin   1871-01-12 M 2 1923-03-03 0 0 0 0 0
F000245 Hiram Fong Hiram Fong   Republican HI Senate   1959-01-07 1977-01-03 0   [] 404199 01333     Hiram Fong   1906-10-15 M 4 1977-01-03 0 0 116 0 0
K000004 Jonah Kalanianaole Jonah Kalanianaole   Republican HI House -1 1903-11-09 1923-03-03 0   [] 406178       Jonah Kūhiō Kalanianaʻole   1871-03-26 M 11 1923-03-03 0 0 0 0 0
F000034 Joseph Farrington Joseph Farrington   Republican HI House 0 1943-01-06 1955-01-03 0   [] 403995       Joseph R. Farrington   1897-10-15 M 7 1955-01-03 0 0 0 0 0
F000035 Mary Farrington Mary Farrington   Republican HI House 0 1953-01-03 1957-01-03 0   [] 403996       Elizabeth P. Farrington   1898-05-30 F 3 1957-01-03 0 0 0 0 0
S000014 Patricia Saiki Patricia Saiki   Republican HI House 1 1987-01-06 1991-01-03 0   [] 409534 01008     Pat Saiki   1930-05-28 F 3 1991-01-03 0 0 30 0 0
K000214 Samuel King Samuel King   Republican HI House 0 1935-01-03 1943-01-03 0   [] 406374       Samuel Wilder King   1886-12-17 M 5 1943-01-03 0 0 0 0 0
H000828 Victor Houston Victor Houston   Republican HI House -1 1927-12-05 1933-03-03 0   [] 405675       Victor S. K. Houston   1876-07-22 M 4 1933-03-03 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 922.273ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API