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

15 rows where bill_id = "112-hr-6299" 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

  • 0 8
  • 1 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-6299,R000592 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 R000592 Rep. Rokita, Todd [R-IN-4] R IN 2012-12-20 0
112-hr-6299,G000567 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 G000567 Rep. Griffin, Tim [R-AR-2] R AR 2012-12-20 0
112-hr-6299,B001272 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 B001272 Rep. Berg, Rick [R-ND-At Large] R ND 2012-12-20 0
112-hr-6299,T000471 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 T000471 Rep. Turner, Robert L. [R-NY-9] R NY 2012-12-20 0
112-hr-6299,H001054 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 H001054 Rep. Hayworth, Nan A. S. [R-NY-19] R NY 2012-12-20 0
112-hr-6299,C000266 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 C000266 Rep. Chabot, Steve [R-OH-1] R OH 2012-11-28 0
112-hr-6299,G000569 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 G000569 Rep. Grimm, Michael G. [R-NY-13] R NY 2012-11-28 0
112-hr-6299,F000461 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 F000461 Rep. Flores, Bill [R-TX-17] R TX 2012-11-15 0
112-hr-6299,R000580 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 R000580 Rep. Roskam, Peter J. [R-IL-6] R IL 2012-08-02 1
112-hr-6299,B001243 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 B001243 Rep. Blackburn, Marsha [R-TN-7] R TN 2012-08-02 1
112-hr-6299,E000291 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 E000291 Rep. Ellmers, Renee L. [R-NC-2] R NC 2012-08-02 1
112-hr-6299,K000376 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 K000376 Rep. Kelly, Mike [R-PA-3] R PA 2012-08-02 1
112-hr-6299,S001184 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 S001184 Rep. Scott, Tim [R-SC-1] R SC 2012-08-02 1
112-hr-6299,S001179 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 S001179 Rep. Schock, Aaron [R-IL-18] R IL 2012-08-02 1
112-hr-6299,T000459 To repeal the Federally subsidized loan program for non-profit health insurance, to provide for association health plans, and for other purposes. 112-hr-6299 T000459 Rep. Terry, Lee [R-NE-2] R NE 2012-08-02 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.853ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API