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

✎ View and edit SQL

This data as json, CSV (advanced)

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

state 1

  • NM · 8 ✖

party 1

  • Republican · 8 ✖

is_current 1

  • 0 8

chamber 1

  • Senate · 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
F000011 Albert Fall Albert Fall   Republican NM Senate   1912-03-27 1921-03-04 0   [] 403973       Albert B. Fall   1861-11-26 M 2 1921-03-04 0 0 0 0 0
C001028 Bronson Cutting Bronson Cutting   Republican NM Senate   1927-12-29 1935-05-06 0   [] 403135       Bronson M. Cutting   1888-06-23 M 2 1935-05-06 0 0 0 0 0
M000623 Edwin Mechem Edwin Mechem   Republican NM Senate   1962-11-30 1965-01-03 0   [] 407612       Edwin L. Mechem   1912-07-02 M 1 1965-01-03 0 0 0 0 0
S000132 Harrison Schmitt Harrison Schmitt   Republican NM Senate   1977-01-04 1983-01-03 0   [] 409640 01430     Harrison Schmitt   1935-07-03 M 2 1983-01-03 0 0 77 0 0
B001144 Holm Bursum Holm Bursum   Republican NM Senate   1921-04-11 1925-03-03 0   [] 402087       Holm O. Bursum   1867-02-10 M 1 1925-03-03 0 0 0 0 0
L000101 Octaviano Larrazolo Octaviano Larrazolo   Republican NM Senate   1928-12-07 1929-03-03 0   [] 406608       Octaviano Ambrosio Larrazolo   1859-12-07 M 1 1929-03-03 0 0 0 0 0
D000407 Pete Domenici Pete Domenici   Republican NM Senate   1973-01-03 2009-01-03 0 N00006515 ["S8NM00010"] 300036 01319 53325 S027 Pete Domenici   1932-05-07 M 7 2009-01-03 0 3067 826 3282 0
C000253 Thomas Catron Thomas Catron   Republican NM Senate   1895-12-02 1917-03-03 0   [] 402397       Thomas B. Catron   1840-10-06 M 4 1917-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 619.63ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API