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

17 rows where bill_id = "114-sres-306" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 17
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
114-sres-306,C000127 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 C000127 Sen. Cantwell, Maria [D-WA] D WA 2015-11-04 1
114-sres-306,C001035 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 C001035 Sen. Collins, Susan M. [R-ME] R ME 2015-11-04 1
114-sres-306,S001184 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 S001184 Sen. Scott, Tim [R-SC] R SC 2015-11-04 1
114-sres-306,B001288 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 B001288 Sen. Booker, Cory A. [D-NJ] D NJ 2015-11-04 1
114-sres-306,A000368 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 A000368 Sen. Ayotte, Kelly [R-NH] R NH 2015-11-04 1
114-sres-306,B001230 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 B001230 Sen. Baldwin, Tammy [D-WI] D WI 2015-11-04 1
114-sres-306,B001277 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 B001277 Sen. Blumenthal, Richard [D-CT] D CT 2015-11-04 1
114-sres-306,B000944 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 B000944 Sen. Brown, Sherrod [D-OH] D OH 2015-11-04 1
114-sres-306,C001088 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 C001088 Sen. Coons, Christopher A. [D-DE] D DE 2015-11-04 1
114-sres-306,D000607 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 D000607 Sen. Donnelly, Joe [D-IN] D IN 2015-11-04 1
114-sres-306,F000457 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 F000457 Sen. Franken, Al [D-MN] D MN 2015-11-04 1
114-sres-306,K000384 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 K000384 Sen. Kaine, Tim [D-VA] D VA 2015-11-04 1
114-sres-306,K000367 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 K000367 Sen. Klobuchar, Amy [D-MN] D MN 2015-11-04 1
114-sres-306,M000702 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 M000702 Sen. Mikulski, Barbara A. [D-MD] D MD 2015-11-04 1
114-sres-306,P000595 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 P000595 Sen. Peters, Gary C. [D-MI] D MI 2015-11-04 1
114-sres-306,S001181 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 S001181 Sen. Shaheen, Jeanne [D-NH] D NH 2015-11-04 1
114-sres-306,R000122 A resolution designating the week beginning November 2, 2015, as "National Apprenticeship Week". 114-sres-306 R000122 Sen. Reed, Jack [D-RI] D RI 2015-11-04 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 6.989ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API