home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

14 rows where bill_id = "110-s-3308" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 8
  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-s-3308,F000061 Veteran Voting Support Act 110-s-3308 F000061 Sen. Feingold, Russell D. [D-WI] D WI 2008-09-25 0
110-s-3308,M001170 Veteran Voting Support Act 110-s-3308 M001170 Sen. McCaskill, Claire [D-MO] D MO 2008-09-22 0
110-s-3308,D000388 Veteran Voting Support Act 110-s-3308 D000388 Sen. Dodd, Christopher J. [D-CT] D CT 2008-09-08 0
110-s-3308,B001233 Veteran Voting Support Act 110-s-3308 B001233 Sen. Bayh, Evan [D-IN] D IN 2008-09-08 0
110-s-3308,D000563 Veteran Voting Support Act 110-s-3308 D000563 Sen. Durbin, Richard J. [D-IL] D IL 2008-07-31 0
110-s-3308,R000122 Veteran Voting Support Act 110-s-3308 R000122 Sen. Reed, Jack [D-RI] D RI 2008-07-31 0
110-s-3308,K000148 Veteran Voting Support Act 110-s-3308 K000148 Sen. Kerry, John F. [D-MA] D MA 2008-07-22 1
110-s-3308,R000146 Veteran Voting Support Act 110-s-3308 R000146 Sen. Reid, Harry [D-NV] D NV 2008-07-22 1
110-s-3308,O000167 Veteran Voting Support Act 110-s-3308 O000167 Sen. Obama, Barack [D-IL] D IL 2008-07-22 1
110-s-3308,S000148 Veteran Voting Support Act 110-s-3308 S000148 Sen. Schumer, Charles E. [D-NY] D NY 2008-07-22 1
110-s-3308,L000174 Veteran Voting Support Act 110-s-3308 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2008-07-22 1
110-s-3308,C001041 Veteran Voting Support Act 110-s-3308 C001041 Sen. Clinton, Hillary Rodham [D-NY] D NY 2008-07-22 1
110-s-3308,M001111 Veteran Voting Support Act 110-s-3308 M001111 Sen. Murray, Patty [D-WA] D WA 2008-07-22 1
110-s-3308,W000779 Veteran Voting Support Act 110-s-3308 W000779 Sen. Wyden, Ron [D-OR] D OR 2008-07-22 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE legislation_cosponsors (
    bill_id TEXT NOT NULL REFERENCES legislation(bill_id),
    bioguide_id TEXT NOT NULL,
    full_name TEXT,
    party TEXT,
    state TEXT,
    sponsorship_date TEXT,
    is_original_cosponsor INTEGER,
    PRIMARY KEY (bill_id, bioguide_id)
);
CREATE INDEX idx_lc_bioguide ON legislation_cosponsors(bioguide_id);
CREATE INDEX idx_lc_bill ON legislation_cosponsors(bill_id);
CREATE INDEX idx_lc_original ON legislation_cosponsors(is_original_cosponsor);
Powered by Datasette · Queries took 283.071ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API