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 party = "Anti-Administration" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

state 7

  • VA 3
  • DE 1
  • GA 1
  • KY 1
  • NC 1
  • PA 1
  • VT 1

chamber 2

  • Senate 8
  • House 1

party 1

  • Anti-Administration · 9 ✖

is_current 1

  • 0 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
M000858 James Monroe James Monroe   Anti-Administration VA Senate   1790-11-09 1794-05-27 0   [] 407829       James Monroe James Monroe 1758-04-28 M 1 1794-05-27 0 0 0 0 0
E000075 John Edwards John Edwards   Anti-Administration KY Senate   1792-01-01 1795-03-03 0   [] 403764       John Edwards (Kentucky politician)     M 1 1795-03-03 0 0 0 0 0
R000350 Moses Robinson Moses Robinson   Anti-Administration VT Senate   1791-10-24 1796-10-15 0   [] 409321       Moses Robinson   1741-03-22 M 1 1796-10-15 0 0 0 0 0
B000226 Richard Bassett Richard Bassett   Anti-Administration DE Senate   1789-03-04 1793-03-03 0   [] 401222       Richard Bassett (Delaware politician)   1745-04-02 M 1 1793-03-03 0 0 0 0 0
L000201 Richard Lee Richard Lee   Anti-Administration VA Senate   1789-03-04 1793-03-03 0   [] 406704       Richard Henry Lee   1732-01-20 M 1 1793-03-03 0 0 0 0 0
D000157 William Dawson William Dawson   Anti-Administration NC House 8 1793-12-02 1795-03-03 0   [] 412032       William Johnston Dawson     M 2 1795-03-03 0 0 0 0 0
F000100 William Few William Few   Anti-Administration GA Senate   1789-03-04 1793-03-03 0   [] 404057       William Few   1748-06-08 M 1 1793-03-03 1 0 0 0 0
G000403 William Grayson William Grayson   Anti-Administration VA Senate   1789-03-04 1791-03-03 0   [] 404753       William Grayson     M 1 1791-03-03 0 0 0 0 0
M000031 William Maclay William Maclay   Anti-Administration PA Senate   1789-03-04 1791-03-03 0   [] 407058       William Maclay (Pennsylvania politician, born 1737)   1737-07-20 M 1 1791-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 757.649ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API