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

13 rows where bill_id = "109-s-2917" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 7
  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-s-2917,H000206 Internet Freedom Preservation Act 109-s-2917 H000206 Sen. Harkin, Tom [D-IA] D IA 2006-09-05 0
109-s-2917,D000596 Internet Freedom Preservation Act 109-s-2917 D000596 Sen. Dayton, Mark [D-MN] D MN 2006-09-05 0
109-s-2917,K000148 Internet Freedom Preservation Act 109-s-2917 K000148 Sen. Kerry, John F. [D-MA] D MA 2006-07-13 0
109-s-2917,B001233 Internet Freedom Preservation Act 109-s-2917 B001233 Sen. Bayh, Evan [D-IN] D IN 2006-06-27 0
109-s-2917,C000127 Internet Freedom Preservation Act 109-s-2917 C000127 Sen. Cantwell, Maria [D-WA] D WA 2006-06-21 0
109-s-2917,D000388 Internet Freedom Preservation Act 109-s-2917 D000388 Sen. Dodd, Christopher J. [D-CT] D CT 2006-06-13 0
109-s-2917,D000432 Internet Freedom Preservation Act 109-s-2917 D000432 Sen. Dorgan, Byron L. [D-ND] D ND 2006-05-19 1
109-s-2917,I000025 Internet Freedom Preservation Act 109-s-2917 I000025 Sen. Inouye, Daniel K. [D-HI] D HI 2006-05-19 1
109-s-2917,W000779 Internet Freedom Preservation Act 109-s-2917 W000779 Sen. Wyden, Ron [D-OR] D OR 2006-05-19 1
109-s-2917,L000174 Internet Freedom Preservation Act 109-s-2917 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2006-05-19 1
109-s-2917,B000711 Internet Freedom Preservation Act 109-s-2917 B000711 Sen. Boxer, Barbara [D-CA] D CA 2006-05-19 1
109-s-2917,O000167 Internet Freedom Preservation Act 109-s-2917 O000167 Sen. Obama, Barack [D-IL] D IL 2006-05-19 1
109-s-2917,C001041 Internet Freedom Preservation Act 109-s-2917 C001041 Sen. Clinton, Hillary Rodham [D-NY] D NY 2006-05-19 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 7.203ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API