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 = "114-s-435" 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 11
  • 0 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
114-s-435,C001095 State Marriage Defense Act of 2015 114-s-435 C001095 Sen. Cotton, Tom [R-AR] R AR 2015-02-27 0
114-s-435,T000250 State Marriage Defense Act of 2015 114-s-435 T000250 Sen. Thune, John [R-SD] R SD 2015-02-27 0
114-s-435,P000612 State Marriage Defense Act of 2015 114-s-435 P000612 Sen. Perdue, David [R-GA] R GA 2015-02-23 0
114-s-435,B001236 State Marriage Defense Act of 2015 114-s-435 B001236 Sen. Boozman, John [R-AR] R AR 2015-02-10 1
114-s-435,C000880 State Marriage Defense Act of 2015 114-s-435 C000880 Sen. Crapo, Mike [R-ID] R ID 2015-02-10 1
114-s-435,D000618 State Marriage Defense Act of 2015 114-s-435 D000618 Sen. Daines, Steve [R-MT] R MT 2015-02-10 1
114-s-435,I000024 State Marriage Defense Act of 2015 114-s-435 I000024 Sen. Inhofe, James M. [R-OK] R OK 2015-02-10 1
114-s-435,L000575 State Marriage Defense Act of 2015 114-s-435 L000575 Sen. Lankford, James [R-OK] R OK 2015-02-10 1
114-s-435,L000577 State Marriage Defense Act of 2015 114-s-435 L000577 Sen. Lee, Mike [R-UT] R UT 2015-02-10 1
114-s-435,R000307 State Marriage Defense Act of 2015 114-s-435 R000307 Sen. Roberts, Pat [R-KS] R KS 2015-02-10 1
114-s-435,S001184 State Marriage Defense Act of 2015 114-s-435 S001184 Sen. Scott, Tim [R-SC] R SC 2015-02-10 1
114-s-435,S001141 State Marriage Defense Act of 2015 114-s-435 S001141 Sen. Sessions, Jeff [R-AL] R AL 2015-02-10 1
114-s-435,S000320 State Marriage Defense Act of 2015 114-s-435 S000320 Sen. Shelby, Richard C. [R-AL] R AL 2015-02-10 1
114-s-435,V000127 State Marriage Defense Act of 2015 114-s-435 V000127 Sen. Vitter, David [R-LA] R LA 2015-02-10 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 13.513ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API