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

5 rows where party = "Popular Democrat" and state = "PR" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

state 1

  • PR · 5 ✖

party 1

  • Popular Democrat · 5 ✖

is_current 1

  • 0 5

chamber 1

  • House 5
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
F000087 Antonio Fernós-Isern Antonio Fernós-Isern   Popular Democrat PR House 0 1945-01-03 1965-01-03 0   [] 404045       Antonio Fernós Isern   1895-05-10 M 11 1965-01-03 0 0 0 0 0
A000359 Aníbal Acevedo-Vilá Aníbal Acevedo-Vilá   Popular Democrat PR House 0 2001-01-03 2005-01-03 0 N00009825 [] 400002 01679     Aníbal Acevedo Vilá   1962-02-13 M 3 2005-01-03 0 60 17 0 0
B000362 Jaime Benítez Jaime Benítez   Popular Democrat PR House 0 1973-01-03 1977-01-03 0   [] 401354 00075     Jaime Benítez Rexach   1908-10-29 M 3 1977-01-03 0 0 0 0 0
P000361 Jesús Piñero Jesús Piñero   Popular Democrat PR House 0 1945-01-03 1947-01-03 0   [] 408757       Jesús T. Piñero   1897-04-16 M 2 1947-01-03 0 0 0 0 0
P000405 Santiago Polanco-Abreu Santiago Polanco-Abreu   Popular Democrat PR House 0 1965-01-04 1969-01-03 0   [] 408798       Santiago Polanco-Abreu   1920-10-30 M 3 1969-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 95.007ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API