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

17 rows where party = "Jackson" and state = "KY" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, last_name, district, first_served, last_served, terms_count, served_until, trade_count, first_served (date), last_served (date), birthday (date), served_until (date)

chamber 2

  • House 15
  • Senate 2

state 1

  • KY · 17 ✖

party 1

  • Jackson · 17 ✖

is_current 1

  • 0 17
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
H000360 Albert Hawes Albert Hawes   Jackson KY House 2 1831-12-05 1837-03-03 0   [] 405229       Albert Gallatin Hawes   1804-04-01 M 4 1837-03-03 0 0 0 0 0
L000541 Chittenden Lyon Chittenden Lyon   Jackson KY House 1 1827-12-03 1835-03-03 0   [] 407025       Chittenden Lyon   1787-02-22 M 5 1835-03-03 0 0 0 0 0
B000433 George Bibb George Bibb   Jackson KY Senate   1811-11-04 1835-03-03 0   [] 401419       George M. Bibb   1776-10-30 M 5 1835-03-03 0 0 0 0 0
D000033 Henry Daniel Henry Daniel   Jackson KY House 1 1827-12-03 1833-03-03 0   [] 403173       Henry Daniel (politician)   1786-03-15 M 4 1833-03-03 0 0 0 0 0
J000143 James Johnson James Johnson   Jackson KY House 5 1825-12-05 1827-03-03 0   [] 406041       James Johnson (Kentucky politician)   1774-01-01 M 2 1827-03-03 0 0 0 0 0
Y000002 Joel Yancey Joel Yancey   Jackson KY House 10 1827-12-03 1831-03-03 0   [] 411936       Joel Yancey   1773-10-21 M 3 1831-03-03 0 0 0 0 0
A000026 John Adair John Adair   Jackson KY House 7 1805-12-02 1833-03-03 0   [] 400687       John Adair   1757-01-09 M 15 1833-03-03 0 0 0 0 0
K000186 John Kincaid John Kincaid   Jackson KY House 7 1829-12-07 1831-03-03 0   [] 406348       John Kincaid (politician)   1791-02-15 M 2 1831-03-03 0 0 0 0 0
R000471 John Rowan John Rowan   Jackson KY Senate   1807-10-26 1831-03-03 0   [] 409432       John Rowan (Kentucky politician)   1773-07-12 M 5 1831-03-03 0 0 0 0 0
L000186 Joseph Lecompte Joseph Lecompte   Jackson KY House 6 1825-12-05 1833-03-03 0   [] 406689       Joseph Lecompte   1797-12-15 M 5 1833-03-03 0 0 0 0 0
G000010 Nathan Gaither Nathan Gaither   Jackson KY House 8 1829-12-07 1833-03-03 0   [] 404387       Nathan Gaither   1788-09-15 M 3 1833-03-03 5 0 0 0 0
C000620 Nicholas Coleman Nicholas Coleman   Jackson KY House 2 1829-12-07 1831-03-03 0   [] 402749       Nicholas D. Coleman   1800-04-22 M 2 1831-03-03 0 0 0 0 0
P000433 Patrick Pope Patrick Pope   Jackson KY House 8 1833-12-02 1835-03-03 0   [] 408824       Patrick H. Pope   1806-03-17 M 2 1835-03-03 0 0 0 0 0
J000170 Richard Johnson Richard Johnson   Jackson KY House 13 1807-10-26 1837-03-03 0   [] 406067       Richard Mentor Johnson   1780-10-17 M 16 1837-03-03 0 0 0 0 0
H000517 Robert Henry Robert Henry   Jackson KY House 12 1823-12-01 1827-03-03 0   [] 405380       Robert Pryor Henry   1788-11-24 M 3 1827-03-03 0 0 0 0 0
M000467 Robert McHatton Robert McHatton   Jackson KY House 5 1825-12-05 1829-03-03 0   [] 407466       Robert L. McHatton   1788-11-17 M 3 1829-03-03 0 0 0 0 0
M000921 Thomas Moore Thomas Moore   Jackson KY House 7 1823-12-01 1829-03-03 0   [] 407892       Thomas P. Moore     M 4 1829-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 88.262ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API