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

12 rows where bill_id = "112-hr-6506" 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 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-6506,I000057 Understanding the True Cost of College Act of 2012 112-hr-6506 I000057 Rep. Israel, Steve [D-NY-2] D NY 2012-11-13 0
112-hr-6506,T000266 Understanding the True Cost of College Act of 2012 112-hr-6506 T000266 Rep. Tierney, John F. [D-MA-6] D MA 2012-09-21 1
112-hr-6506,T000469 Understanding the True Cost of College Act of 2012 112-hr-6506 T000469 Rep. Tonko, Paul [D-NY-21] D NY 2012-09-21 1
112-hr-6506,N000147 Understanding the True Cost of College Act of 2012 112-hr-6506 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2012-09-21 1
112-hr-6506,B001245 Understanding the True Cost of College Act of 2012 112-hr-6506 B001245 Del. Bordallo, Madeleine Z. [D-GU-At Large] D GU 2012-09-21 1
112-hr-6506,Q000023 Understanding the True Cost of College Act of 2012 112-hr-6506 Q000023 Rep. Quigley, Mike [D-IL-5] D IL 2012-09-21 1
112-hr-6506,L000557 Understanding the True Cost of College Act of 2012 112-hr-6506 L000557 Rep. Larson, John B. [D-CT-1] D CT 2012-09-21 1
112-hr-6506,C001072 Understanding the True Cost of College Act of 2012 112-hr-6506 C001072 Rep. Carson, Andre [D-IN-7] D IN 2012-09-21 1
112-hr-6506,W000738 Understanding the True Cost of College Act of 2012 112-hr-6506 W000738 Rep. Woolsey, Lynn C. [D-CA-6] D CA 2012-09-21 1
112-hr-6506,L000560 Understanding the True Cost of College Act of 2012 112-hr-6506 L000560 Rep. Larsen, Rick [D-WA-2] D WA 2012-09-21 1
112-hr-6506,B001259 Understanding the True Cost of College Act of 2012 112-hr-6506 B001259 Rep. Braley, Bruce L. [D-IA-1] D IA 2012-09-21 1
112-hr-6506,M001169 Understanding the True Cost of College Act of 2012 112-hr-6506 M001169 Rep. Murphy, Christopher [D-CT-5] D CT 2012-09-21 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.101ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API