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

14 rows where party = "Jackson" and state = "ME" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

chamber 2

  • House 10
  • Senate 4

state 1

  • ME · 14 ✖

party 1

  • Jackson · 14 ✖

is_current 1

  • 0 14
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
P000079 Albion Parris Albion Parris   Jackson ME Senate   1815-12-04 1829-03-03 0   [] 408489       Albion Parris   1788-01-19 M 3 1829-03-03 0 0 0 0 0
H000715 Cornelius Holland Cornelius Holland   Jackson ME House 5 1829-12-07 1833-03-03 0   [] 405567       Cornelius Holland (politician)   1783-07-09 M 3 1833-03-03 0 0 0 0 0
K000022 Edward Kavanagh Edward Kavanagh   Jackson ME House 3 1831-12-05 1835-03-03 0   [] 406193       Edward Kavanagh   1795-04-27 M 3 1835-03-03 0 0 0 0 0
S000334 Ether Shepley Ether Shepley   Jackson ME Senate   1833-12-02 1837-03-03 0   [] 409831       Ether Shepley   1789-11-02 M 1 1837-03-03 0 0 0 0 0
P000074 Gorham Parks Gorham Parks   Jackson ME House 8 1833-12-02 1837-03-03 0   [] 408484       Gorham Parks   1794-05-27 M 3 1837-03-03 0 0 0 0 0
B000234 James Bates James Bates   Jackson ME House 7 1831-12-05 1833-03-03 0   [] 401229       James Bates (Maine politician)   1789-09-24 M 2 1833-03-03 0 0 0 0 0
R000266 James Ripley James Ripley   Jackson ME House 5 1825-12-05 1831-03-03 0   [] 409241       James W. Ripley   1786-03-12 M 4 1831-03-03 0 0 0 0 0
A000193 John Anderson John Anderson   Jackson ME House 2 1825-12-05 1833-03-03 0   [] 400848       John Anderson (Maine politician)   1792-07-30 M 5 1833-03-03 0 0 0 0 0
C000291 John Chandler John Chandler   Jackson ME Senate   1805-12-02 1829-03-03 0   [] 402433       John Chandler   1762-02-01 M 5 1829-03-03 0 0 0 0 0
H000056 Joseph Hall Joseph Hall   Jackson ME House 6 1833-12-02 1837-03-03 0   [] 404941       Joseph Hall (Maine politician)   1793-06-26 M 3 1837-03-03 0 0 0 0 0
D000022 Judah Dana Judah Dana   Jackson ME Senate   1836-01-01 1837-12-31 0   [] 403163       Judah Dana   1772-04-25 M 1 1837-12-31 0 0 0 0 0
J000062 Leonard Jarvis Leonard Jarvis   Jackson ME House 7 1829-12-07 1837-03-03 0   [] 405967       Leonard Jarvis   1781-10-19 M 5 1837-03-03 0 0 0 0 0
M000223 Moses Mason Moses Mason   Jackson ME House 5 1833-12-02 1837-03-03 0   [] 407241       Moses Mason Jr.   1789-06-02 M 3 1837-03-03 0 0 0 0 0
M000479 Rufus McIntire Rufus McIntire   Jackson ME House 1 1827-12-03 1835-03-03 0   [] 407476       Rufus McIntire   1784-12-19 M 5 1835-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 228.128ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API