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

15 rows where chamber = "Senate", party = "Republican" and state = "MA" sorted by full_name

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: first_name, last_name, full_name, first_served, opensecrets_id, fec_ids, thomas_id, ballotpedia_id, terms_count, speech_count, bills_sponsored, vote_count, fec_total_received, first_served (date), last_served (date), birthday (date), served_until (date), fec_ids (array)

state 1

  • MA · 15 ✖

party 1

  • Republican · 15 ✖

is_current 1

  • 0 15

chamber 1

  • Senate · 15 ✖
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
B000871 Edward Brooke Edward Brooke   Republican MA Senate   1967-01-10 1979-01-03 0   [] 401828 01292     Edward Brooke   1919-10-26 M 3 1979-01-03 0 0 120 0 0
G000201 Frederick Gillett Frederick Gillett   Republican MA Senate   1893-08-07 1931-03-03 0   [] 404565       Frederick H. Gillett   1851-10-16 M 7 1931-03-03 0 0 0 0 0
B000674 George Boutwell George Boutwell   Republican MA Senate   1863-12-07 1877-03-03 0   [] 401636       George S. Boutwell   1818-01-28 M 3 1877-03-03 0 0 0 0 0
H000654 George Hoar George Hoar   Republican MA Senate   1869-03-04 1905-03-03 0   [] 405509       George F. Hoar   1826-08-29 M 7 1905-03-03 0 0 0 0 0
D000148 Henry Dawes Henry Dawes   Republican MA Senate   1857-12-07 1893-03-03 0   [] 403281       Henry L. Dawes   1816-10-30 M 7 1893-03-03 0 0 0 0 0
L000393 Henry Lodge Henry Lodge   Republican MA Senate   1887-12-05 1924-11-09 0   [] 406885       Henry Cabot Lodge   1850-05-12 M 7 1924-11-09 0 0 0 0 0
L000394 Henry Lodge Henry Lodge   Republican MA Senate   1937-01-05 1953-01-03 0   [] 406886       Henry Cabot Lodge Jr.   1902-07-05 M 3 1953-01-03 0 0 0 0 0
W000585 Henry Wilson Henry Wilson   Republican MA Senate   1855-12-03 1873-12-31 0   [] 411739       Henry Wilson   1812-02-16 M 4 1873-12-31 0 0 0 0 0
W000246 John Weeks John Weeks   Republican MA Senate   1905-12-04 1919-03-03 0   [] 411414       John W. Weeks   1860-04-11 M 3 1919-03-03 0 0 0 0 0
S000021 Leverett Saltonstall Leverett Saltonstall   Republican MA Senate   1945-01-03 1967-01-03 0   [] 409540       Leverett Saltonstall   1892-09-01 M 4 1967-01-03 0 0 0 0 0
B001268 Scott Brown Scott P. Brown   Republican MA Senate   2010-02-04 2013-01-03 0 N00031174 ["S0MA00109"] 412384 01975 18919 S335 Scott Brown (politician) Scott Brown (Massachusetts) 1959-09-12 M 1 2013-01-03 0 160 48 765 11352338
W000248 Sinclair Weeks Sinclair Weeks   Republican MA Senate   1944-02-08 1945-01-03 0   [] 411416       Sinclair Weeks   1893-06-15 M 1 1945-01-03 0 0 0 0 0
B001196 William Butler William Butler   Republican MA Senate   1924-11-13 1927-03-04 0   [] 402138       William M. Butler   1861-01-29 M 1 1927-03-04 0 0 0 0 0
W000174 William Washburn William Washburn   Republican MA Senate   1863-12-07 1875-03-03 0   [] 411347       William B. Washburn   1820-01-31 M 3 1875-03-03 0 0 0 0 0
C000875 Winthrop Crane Winthrop Crane   Republican MA Senate   1904-10-12 1913-03-03 0   [] 402988       Winthrop M. Crane   1853-04-23 M 2 1913-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 257.893ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API