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

6 rows where is_current = 1 and state = "AR" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: nickname, first_served, last_served, terms_count, trade_count, vote_count, first_served (date), last_served (date), birthday (date), fec_ids (array)

chamber 2

  • House 4
  • Senate 2

state 1

  • AR · 6 ✖

party 1

  • Republican 6

is_current 1

  • 1 · 6 ✖
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
W000821 Bruce Westerman Bruce Westerman   Republican AR House 4 2015-01-06 2027-01-03 1 ["H4AR04048"] 02224   1967-11-18 M 7   213 582 77 6373 5384882 148501 73262
C001087 Eric Crawford Eric A. "Rick" Crawford Rick Republican AR House 1 2011-01-05 2027-01-03 1 ["H0AR01083"] 01989   1966-01-22 M 9   0 277 131 9183 4657267 12542 1803362
H001072 J. Hill J. French Hill   Republican AR House 2 2015-01-06 2027-01-03 1 ["H4AR02141"] 02223   1956-12-05 M 7   64 675 139 6373 8581821 1429920 5216005
B001236 John Boozman John Boozman   Republican AR Senate   2001-11-29 2029-01-03 1 ["H2AR03176", "S0AR00150"] 01687 S343 1950-12-10 M 5   435 1445 243 11460 7620576 2471880 861
W000809 Steve Womack Steve Womack   Republican AR House 3 2011-01-05 2027-01-03 1 ["H0AR03055"] 01991   1957-02-18 M 9   3 205 62 9183 5832160 167062 18121
C001095 Tom Cotton Tom Cotton   Republican AR Senate   2013-01-03 2027-01-03 1 ["H2AR04083", "S4AR00103"] 02098 S374 1977-05-13 M 3   0 715 376 5555 6001288 8325000 15137605

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 8.028ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API