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 chamber = "Senate", party = "Democrat" and state = "OK" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, first_served, thomas_id, ballotpedia_id, terms_count, speech_count, bills_sponsored, first_served (date), last_served (date), birthday (date), served_until (date)

state 1

  • OK · 9 ✖

party 1

  • Democrat · 9 ✖

is_current 1

  • 0 9

chamber 1

  • Senate · 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
M000859 Almer Monroney Almer Monroney   Democrat OK Senate   1939-01-03 1969-01-03 0   [] 407832       Mike Monroney   1902-03-02 M 6 1969-01-03 0 0 0 0 0
B000639 David Boren David Boren   Democrat OK Senate   1979-01-15 1995-01-03 0   [] 401604 01287   S128 David Boren   1941-04-21 M 3 1995-01-03 0 10 216 0 0
H000237 Fred Harris Fred Harris   Democrat OK Senate   1964-01-01 1973-01-03 0   [] 405115       Fred R. Harris Fred R. Harris 1930-11-13 M 2 1973-01-03 0 0 0 0 0
E000055 James Edmondson James Edmondson   Democrat OK Senate   1963-01-09 1965-01-03 0   [] 403750       J. Howard Edmondson   1925-09-27 M 1 1965-01-03 0 0 0 0 0
T000177 John Thomas John Thomas   Democrat OK Senate   1923-12-03 1951-01-03 0   [] 410758       Elmer Thomas   1876-09-08 M 5 1951-01-03 0 0 0 0 0
L000198 Joshua Lee Joshua Lee   Democrat OK Senate   1935-01-03 1943-01-03 0   [] 406701       Joshua B. Lee   1892-01-23 M 2 1943-01-03 0 0 0 0 0
K000144 Robert Kerr Robert Kerr   Democrat OK Senate   1949-01-03 1963-12-31 0   [] 406310       Robert S. Kerr   1896-09-11 M 3 1963-12-31 0 0 0 0 0
O000153 Robert Owen Robert Owen   Democrat OK Senate   1907-12-02 1925-03-03 0   [] 408404       Robert L. Owen   1856-02-02 M 4 1925-03-03 0 0 0 0 0
G000323 Thomas Gore Thomas Gore   Democrat OK Senate   1907-12-02 1937-01-03 0   [] 404681       Thomas Gore   1870-12-10 M 6 1937-01-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 544.421ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API