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 federal cross-reference IDs (FEC, Library of Congress THOMAS/LIS).

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where is_current = 1 and state = "LA" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_served, last_served, thomas_id, gender, terms_count, trade_count, fec_ie_against, first_served (date), last_served (date), birthday (date), fec_ids (array)

party 2

  • Republican 6
  • Democrat 2

chamber 2

  • House 6
  • Senate 2

state 1

  • LA · 8 ✖

is_current 1

  • 1 · 8 ✖
bioguide_id first_name last_name full_name ▼ nickname party state chamber district first_served last_served is_current fec_ids thomas_id lis_id birthday gender terms_count served_until trade_count speech_count bills_sponsored vote_count fec_total_received fec_ie_for fec_ie_against
C001075 Bill Cassidy Bill Cassidy   Republican LA Senate   2009-01-06 2027-01-03 1 ["H8LA00017", "S4LA00107"] 01925 S373 1957-09-28 M 4   215 800 499 8714 12007030 2636932 10308344
H001077 Clay Higgins Clay Higgins   Republican LA House 3 2017-01-03 2027-01-03 1 ["H6LA03148"]     1961-08-24 M 6   0 163 152 4404 1095562 44268 378963
F000110 Cleo Fields Cleo Fields   Democrat LA House 6 1993-01-05 2027-01-03 1 ["H4LA06211"] 00379   1962-11-22 M 18   223 102 16 553 220382 300827 0
K000393 John Kennedy John Kennedy   Republican LA Senate   2017-01-03 2029-01-03 1 ["S4LA00065"]   S389 1951-11-21 M 3   0 719 334 3748 2510741 936792 704502
L000595 Julia Letlow Julia Letlow   Republican LA House 5 2021-04-14 2027-01-03 1 ["H2LA05126"]     1981-03-16 F 4   257 45 30 2145 2637343 32721 0
J000299 Mike Johnson Mike Johnson   Republican LA House 4 2017-01-03 2027-01-03 1 ["H6LA04138"]     1972-01-30 M 6   0 182 69 3919 5491734 164972 121754
S001176 Steve Scalise Steve Scalise   Republican LA House 1 2008-05-07 2027-01-03 1 ["H0LA01087"] 01892   1965-10-06 M 10   0 601 90 10616 14701810 9835 59768
C001125 Troy Carter Troy A. Carter   Democrat LA House 2 2021-05-11 2027-01-03 1 ["H2LA02149"]     1963-10-26 M 4   0 201 65 2110 2540243 27427 1011739

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,
    fec_ids TEXT,
    thomas_id TEXT,
    lis_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, fec_ie_for INTEGER DEFAULT 0, fec_ie_against 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 16.526ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API