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

✎ View and edit SQL

This data as json, CSV (advanced)

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

state 1

  • OH · 9 ✖

party 1

  • Ind. Republican-Democrat · 9 ✖

is_current 1

  • 0 9

chamber 1

  • House · 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
A000078 Charles Albright Charles Albright   Ind. Republican-Democrat OH House 17 1855-12-03 1857-03-03 0   [] 400737       Charles J. Albright   1816-05-09 M 2 1857-03-03 0 0 0 0 0
W000199 Cooper Watson Cooper Watson   Ind. Republican-Democrat OH House 9 1855-12-03 1857-03-03 0   [] 411370       Cooper K. Watson   1810-06-18 M 2 1857-03-03 0 0 0 0 0
B000098 Edward Ball Edward Ball   Ind. Republican-Democrat OH House 16 1853-12-05 1857-03-03 0   [] 401100       Edward Ball (congressman)   1811-11-06 M 3 1857-03-03 0 0 0 0 0
H000272 John Harrison John Harrison   Ind. Republican-Democrat OH House 2 1853-12-05 1857-03-03 0   [] 405148       John Scott Harrison   1804-10-04 M 3 1857-03-03 0 0 0 0 0
E000177 Jonas Emrie Jonas Emrie   Ind. Republican-Democrat OH House 6 1855-12-03 1857-03-03 0   [] 403867       Jonas R. Emrie   1812-04-25 M 2 1857-03-03 0 0 0 0 0
M000911 Oscar Moore Oscar Moore   Ind. Republican-Democrat OH House 10 1855-12-03 1857-03-03 0   [] 407883       Oscar F. Moore   1817-01-27 M 2 1857-03-03 0 0 0 0 0
G000027 Samuel Galloway Samuel Galloway   Ind. Republican-Democrat OH House 12 1855-12-03 1857-03-03 0   [] 404403       Samuel Galloway   1811-03-20 M 2 1857-03-03 0 0 0 0 0
D000161 Timothy Day Timothy Day   Ind. Republican-Democrat OH House 1 1855-12-03 1857-03-03 0   [] 403293       Timothy C. Day   1819-01-08 M 2 1857-03-03 0 0 0 0 0
S000061 William Sapp William Sapp   Ind. Republican-Democrat OH House 15 1853-12-05 1857-03-03 0   [] 409574       William R. Sapp   1804-03-04 M 3 1857-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 162.383ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API