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

8 rows where party = "Populist" and state = "NE" 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 7
  • Senate 1

state 1

  • NE · 8 ✖

party 1

  • Populist · 8 ✖

is_current 1

  • 0 8
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
K000083 Omer Kem Omer Kem   Populist NE House 6 1891-12-07 1897-03-03 0   [] 406252       Omer M. Kem   1855-11-13 M 4 1897-03-03 0 0 0 0 0
S001085 Roderick Sutherland Roderick Sutherland   Populist NE House 5 1897-03-15 1901-03-03 0   [] 410538       Roderick D. Sutherland   1862-04-27 M 3 1901-03-03 0 0 0 0 0
M000270 Samuel Maxwell Samuel Maxwell   Populist NE House 3 1897-03-15 1899-03-03 0   [] 407288       Samuel Maxwell   1825-05-20 M 2 1899-03-03 0 0 0 0 0
A000153 William Allen William Allen   Populist NE Senate   1893-08-07 1901-03-28 0   [] 400808       William V. Allen   1847-01-28 M 2 1901-03-28 0 0 0 0 0
G000429 William Greene William Greene   Populist NE House 6 1897-03-15 1901-03-03 0   [] 404777       William Laury Greene   1849-10-03 M 3 1901-03-03 0 0 0 0 0
M000498 William McKeighan William McKeighan   Populist NE House 5 1891-12-07 1895-03-03 0   [] 407493       William A. McKeighan   1842-01-19 M 3 1895-03-03 0 0 0 0 0
N000056 William Neville William Neville   Populist NE House 6 1899-12-04 1903-03-03 0   [] 408144       William Neville (representative)   1843-12-29 M 3 1903-03-03 0 0 0 0 0
S000811 William Stark William Stark   Populist NE House 4 1897-03-15 1903-03-03 0   [] 410276       William L. Stark   1853-07-29 M 4 1903-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 12.973ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API