congress_members
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where chamber = "Senate", party = "Republican" and state = "FL" sorted by full_name
This data as json, CSV (advanced)
Suggested facets: first_served, opensecrets_id, fec_ids, thomas_id, ballotpedia_id, gender, terms_count, trade_count, speech_count, bills_sponsored, vote_count, fec_total_received, first_served (date), last_served (date), birthday (date), served_until (date), fec_ids (array)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| G000171 | Abijah | Gilbert | Abijah Gilbert | Republican | FL | Senate | 1849-12-03 | 1875-03-03 | 0 | [] | 404538 | Abijah Gilbert | 1806-06-18 | M | 5 | 1875-03-03 | 0 | 0 | 0 | 0 | 0 | |||||||
| W000261 | Adonijah | Welch | Adonijah Welch | Republican | FL | Senate | 1868-01-01 | 1869-03-03 | 0 | [] | 411429 | Adonijah Welch | 1821-04-12 | M | 1 | 1869-03-03 | 0 | 0 | 0 | 0 | 0 | |||||||
| M001244 | Ashley | Moody | Ashley Moody | Republican | FL | Senate | 2025-01-21 | 2026-11-03 | 1 | ["S6FL00640"] | 457033 | S439 | Ashley Moody | 1975-03-28 | F | 1 | 57 | 30 | 28 | 697 | 1369965 | |||||||
| M000019 | Connie | Mack | Connie Mack | Republican | FL | Senate | 1983-01-03 | 2001-01-03 | 0 | ["H2FL10051", "S8FL00034"] | 400562 | 00721 | S205 | Connie Mack III | 1940-10-29 | M | 4 | 2001-01-03 | 0 | 507 | 202 | 672 | 0 | |||||
| G000531 | Edward | Gurney | Edward Gurney | Republican | FL | Senate | 1963-01-09 | 1975-01-03 | 0 | [] | 404876 | 01345 | Edward Gurney | 1914-01-12 | M | 3 | 1975-01-03 | 0 | 0 | 60 | 0 | 0 | ||||||
| L000572 | George | LeMieux | George LeMieux | Republican | FL | Senate | 2009-09-10 | 2011-01-03 | 0 | N00031304 | ["S2FL00227"] | 412380 | 01971 | 17431 | S333 | George LeMieux | George LeMieux | 1969-05-21 | M | 1 | 2011-01-03 | 0 | 120 | 10 | 423 | 137500 | ||
| R000595 | Marco | Rubio | Marco Rubio | Republican | FL | Senate | 2011-01-05 | 2025-01-20 | 0 | N00030612 | ["S0FL00338"] | 412491 | 02084 | 1601 | S350 | Marco Rubio | Marco Rubio | 1971-05-28 | M | 3 | 2025-01-20 | 2 | 1744 | 849 | 4612 | 35665381 | ||
| M001162 | Mel | Martinez | Mel Martinez | Republican | FL | Senate | 2005-01-04 | 2009-09-09 | 0 | N00026748 | ["S4FL00298"] | 400621 | 01769 | 31193 | S304 | Mel Martínez | 1946-10-23 | M | 1 | 2009-09-09 | 0 | 347 | 72 | 1574 | -38500 | |||
| H000374 | Paula | Hawkins | Paula Hawkins | Republican | FL | Senate | 1981-01-05 | 1987-01-03 | 0 | [] | 405242 | 01355 | Paula Hawkins (politician) | 1927-01-24 | F | 2 | 1987-01-03 | 0 | 0 | 132 | 0 | 0 | ||||||
| S001217 | Rick | Scott | Rick Scott | Republican | FL | Senate | 2019-01-08 | 2031-01-03 | 1 | N00043290 | ["S8FL00273"] | 412838 | 124204 | S404 | Rick Scott | Rick Scott | 1952-12-01 | M | 3 | 397 | 532 | 421 | 3065 | 44718792 | ||||
| C000701 | Simon | Conover | Simon Conover | Republican | FL | Senate | 1873-12-01 | 1879-03-03 | 0 | [] | 402826 | Simon B. Conover | 1840-09-23 | M | 2 | 1879-03-03 | 0 | 0 | 0 | 0 | 0 | |||||||
| O000109 | Thomas | Osborn | Thomas Osborn | Republican | FL | Senate | 1868-01-01 | 1873-03-03 | 0 | [] | 408365 | Thomas W. Osborn | 1833-03-09 | M | 1 | 1873-03-03 | 0 | 0 | 0 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);