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

13 rows where chamber = "Senate", party = "Republican" and state = "NV" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, first_served, opensecrets_id, fec_ids, thomas_id, ballotpedia_id, terms_count, speech_count, bills_sponsored, vote_count, fec_total_received, first_served (date), last_served (date), birthday (date), served_until (date), fec_ids (array)

state 1

  • NV · 13 ✖

party 1

  • Republican · 13 ✖

is_current 1

  • 0 13

chamber 1

  • Senate · 13 ✖
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
H001041 Dean Heller Dean Heller   Republican NV Senate   2007-01-04 2019-01-03 0 N00027522 ["H6NV02164", "S2NV00183"] 412218 01863 2291 S352 Dean Heller Dean Heller 1960-05-10 M 3 2019-01-03 0 755 251 5931 58610936
B000913 Ernest Brown Ernest Brown   Republican NV Senate   1954-10-01 1955-01-03 0   [] 401869       Ernest S. Brown   1903-09-25 M 1 1955-01-03 0 0 0 0 0
M000086 George Malone George Malone   Republican NV Senate   1947-01-03 1959-01-03 0   [] 407112       George W. Malone   1890-08-07 M 3 1959-01-03 0 0 0 0 0
N000114 George Nixon George Nixon   Republican NV Senate   1905-12-04 1913-03-03 0   [] 408198       George S. Nixon   1860-04-02 M 2 1913-03-03 0 0 0 0 0
H000439 Jacob Hecht Jacob Hecht   Republican NV Senate   1983-01-03 1989-01-03 0   [] 405305 01357     Chic Hecht   1928-11-30 M 2 1989-01-03 0 0 53 0 0
N000177 James Nye James Nye   Republican NV Senate   1864-01-01 1873-03-03 0   [] 408257       James W. Nye   1815-06-10 M 2 1873-03-03 0 0 0 0 0
E000194 John Ensign John Ensign   Republican NV Senate   1995-01-04 2011-05-03 0 N00006619 ["S8NV00073"] 300040 00348 22139 S281 John Ensign   1958-03-25 M 3 2011-05-03 0 1073 204 3369 117513
J000237 John Jones John Jones   Republican NV Senate   1873-12-01 1903-03-03 0   [] 406130       John P. Jones (Nevada politician)   1829-01-27 M 6 1903-03-03 0 0 0 0 0
L000148 Paul Laxalt Paul Laxalt   Republican NV Senate   1974-12-18 1987-01-03 0   [] 406653 01382     Paul Laxalt   1922-08-02 M 3 1987-01-03 0 0 128 0 0
O000035 Tasker Oddie Tasker Oddie   Republican NV Senate   1921-04-11 1933-03-03 0   [] 408320       Tasker Oddie   1870-10-20 M 3 1933-03-03 0 0 0 0 0
M000229 William Massey William Massey   Republican NV Senate   1912-07-01 1913-01-29 0   [] 407247       William A. Massey (politician)   1856-10-07 M 1 1913-01-29 0 0 0 0 0
S000292 William Sharon William Sharon   Republican NV Senate   1875-12-06 1881-03-03 0   [] 409791       William Sharon   1821-01-09 M 2 1881-03-03 0 0 0 0 0
S000922 William Stewart William Stewart   Republican NV Senate   1864-01-01 1905-03-03 0   [] 410382       William M. Stewart   1827-08-09 M 7 1905-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 93.534ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API