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

16 rows where party = "Unconditional Unionist" 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)

state 6

  • MD 5
  • KY 4
  • WV 3
  • MO 2
  • DE 1
  • VA 1

chamber 2

  • House 14
  • Senate 2

party 1

  • Unconditional Unionist · 16 ✖

is_current 1

  • 0 16
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
W000239 Edwin Webster Edwin Webster   Unconditional Unionist MD House 2 1859-12-05 1867-03-03 0   [] 411407       Edwin H. Webster   1829-03-31 M 5 1867-03-03 0 0 0 0 0
L000107 George Latham George Latham   Unconditional Unionist WV House 2 1865-12-04 1867-03-03 0   [] 406614       George R. Latham   1832-03-09 M 2 1867-03-03 0 0 0 0 0
S000544 Green Smith Green Smith   Unconditional Unionist KY House 6 1863-12-07 1867-03-03 0   [] 410026       Green C. Smith   1826-07-04 M 3 1867-03-03 0 0 0 0 0
D000104 Henry Davis Henry Davis   Unconditional Unionist MD House 3 1855-12-03 1865-03-03 0   [] 403240       Henry Winter Davis   1817-08-16 M 6 1865-03-03 0 0 0 0 0
B000525 Jacob Blair Jacob Blair   Unconditional Unionist WV House 1 1861-07-04 1865-03-03 0   [] 401501       Jacob B. Blair   1821-04-11 M 3 1865-03-03 0 0 0 0 0
C000904 John Creswell John Creswell   Unconditional Unionist MD Senate   1863-12-07 1867-03-03 0   [] 403016       John Creswell   1828-11-18 M 1 1867-03-03 0 0 0 0 0
N000122 John Noell John Noell   Unconditional Unionist MO House 3 1859-12-05 1865-03-03 0   [] 408206       John W. Noell   1816-02-22 M 4 1865-03-03 0 0 0 0 0
T000174 John Thomas John Thomas   Unconditional Unionist MD House 2 1865-12-04 1867-03-03 0   [] 410755       John Lewis Thomas Jr.   1835-05-20 M 2 1867-03-03 0 0 0 0 0
W000318 Kellian Whaley Kellian Whaley   Unconditional Unionist WV House 3 1861-07-04 1867-03-03 0   [] 411480       Kellian Whaley   1821-05-06 M 4 1867-03-03 0 0 0 0 0
R000468 Lovell Rousseau Lovell Rousseau   Unconditional Unionist KY House 5 1865-12-04 1867-03-03 0   [] 409429       Lovell Rousseau   1818-08-04 M 2 1867-03-03 0 0 0 0 0
A000201 Lucien Anderson Lucien Anderson   Unconditional Unionist KY House 1 1863-12-07 1865-03-03 0   [] 400856       Lucien Anderson   1824-06-23 M 2 1865-03-03 0 0 0 0 0
S000642 Nathaniel Smithers Nathaniel Smithers   Unconditional Unionist DE House 0 1863-12-07 1865-03-03 0   [] 410116       Nathaniel B. Smithers   1818-10-08 M 2 1865-03-03 0 0 0 0 0
K000297 Samuel Knox Samuel Knox   Unconditional Unionist MO House 1 1863-12-07 1865-03-03 0   [] 406453       Samuel Knox   1815-03-21 M 2 1865-03-03 0 0 0 0 0
H000567 Thomas Hicks Thomas Hicks   Unconditional Unionist MD Senate   1862-01-01 1865-12-31 0   [] 405429       Thomas Holliday Hicks   1798-09-02 M 1 1865-12-31 0 0 0 0 0
B000948 William Brown William Brown   Unconditional Unionist VA House -1 1845-12-01 1865-03-03 0   [] 401901       William G. Brown Sr.   1800-09-25 M 11 1865-03-03 0 0 0 0 0
R000040 William Randall William Randall   Unconditional Unionist KY House 8 1863-12-07 1867-03-03 0   [] 409021       William H. Randall   1812-07-15 M 3 1867-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 1326.99ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API