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 federal cross-reference IDs (FEC, Library of Congress THOMAS/LIS).

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

5 rows where is_current = 0, party = "Adams" and state = "CT" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

chamber 2

  • House 4
  • Senate 1

state 1

  • CT · 5 ✖

party 1

  • Adams · 5 ✖

is_current 1

  • - · 5 ✖
bioguide_id first_name last_name full_name ▼ nickname party state chamber district first_served last_served is_current fec_ids thomas_id lis_id birthday gender terms_count served_until trade_count speech_count bills_sponsored vote_count fec_total_received fec_ie_for fec_ie_against
W000482 Calvin Willey Calvin Willey   Adams CT Senate   1825-12-05 1831-03-03 0 []     1776-09-15 M 2 1831-03-03 0 0 0 0 0 0 0
P000375 David Plant David Plant   Adams CT House -1 1827-12-03 1829-03-03 0 []     1783-03-29 M 2 1829-03-03 0 0 0 0 0 0 0
P000294 Elisha Phelps Elisha Phelps   Adams CT House -1 1819-12-06 1829-03-03 0 []     1779-11-16 M 6 1829-03-03 0 0 0 0 0 0 0
B000090 John Baldwin John Baldwin   Adams CT House -1 1825-12-05 1829-03-03 0 []     1772-04-05 M 3 1829-03-03 0 0 0 0 0 0 0
M000665 Orange Merwin Orange Merwin   Adams CT House -1 1825-12-05 1829-03-03 0 []     1777-04-07 M 3 1829-03-03 0 0 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,
    fec_ids TEXT,
    thomas_id TEXT,
    lis_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, fec_ie_for INTEGER DEFAULT 0, fec_ie_against 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 7.205ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API