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

4 rows where is_current = 1 and state = "NH" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

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

chamber 2

  • House 2
  • Senate 2

state 1

  • NH · 4 ✖

party 1

  • Democrat 4

is_current 1

  • 1 · 4 ✖
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
P000614 Chris Pappas Chris Pappas   Democrat NH House 1 2019-01-03 2027-01-03 1 N00042161 ["H8NH01210"] 412795   42635   Chris Pappas (American politician) Chris Pappas 1980-06-04 M 5   14 256 157 3087 14875094
S001181 Jeanne Shaheen Jeanne Shaheen   Democrat NH Senate   2009-01-06 2027-01-03 1 N00024790 ["S0NH00219"] 412323 01901 1663 S324 Jeanne Shaheen Jeanne Shaheen 1947-01-28 F 4   5 1450 592 6005 17027727
G000604 Maggie Goodlander Maggie Goodlander   Democrat NH House 2 2025-01-03 2027-01-03 1 N00055218 ["H4NH02399"] 457007       Maggie Goodlander   1986-11-04 F 2   4 9 8 445 1697345
H001076 Margaret Hassan Margaret Wood Hassan Maggie Democrat NH Senate   2017-01-03 2029-01-03 1 N00038397 ["S6NH00091"] 412680   42552 S388 Maggie Hassan Maggie Hassan 1958-02-27 F 3   5 534 248 3664 62485960

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