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

18 rows where bill_id = "112-hr-2432" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 11
  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-2432,L000569 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 L000569 Rep. Luetkemeyer, Blaine [R-MO-9] R MO 2011-12-08 0
112-hr-2432,D000613 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 D000613 Rep. Dold, Robert J. [R-IL-10] R IL 2011-10-26 0
112-hr-2432,M001138 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 M001138 Rep. Manzullo, Donald A. [R-IL-16] R IL 2011-09-14 0
112-hr-2432,C000794 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 C000794 Rep. Costello, Jerry F. [D-IL-12] D IL 2011-09-13 0
112-hr-2432,L000563 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 L000563 Rep. Lipinski, Daniel [D-IL-3] D IL 2011-09-13 0
112-hr-2432,S001179 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 S001179 Rep. Schock, Aaron [R-IL-18] R IL 2011-09-07 0
112-hr-2432,R000580 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 R000580 Rep. Roskam, Peter J. [R-IL-6] R IL 2011-07-11 0
112-hr-2432,P000587 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 P000587 Rep. Pence, Mike [R-IN-6] R IN 2011-07-06 1
112-hr-2432,Y000064 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 Y000064 Rep. Young, Todd [R-IN-9] R IN 2011-07-06 1
112-hr-2432,C001072 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 C001072 Rep. Carson, Andre [D-IN-7] D IN 2011-07-06 1
112-hr-2432,D000607 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 D000607 Rep. Donnelly, Joe [D-IN-2] D IN 2011-07-06 1
112-hr-2432,B001275 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 B001275 Rep. Bucshon, Larry [R-IN-8] R IN 2011-07-06 1
112-hr-2432,R000592 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 R000592 Rep. Rokita, Todd [R-IN-4] R IN 2011-07-06 1
112-hr-2432,H001059 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 H001059 Rep. Hultgren, Randy [R-IL-14] R IL 2011-07-06 1
112-hr-2432,B001232 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 B001232 Rep. Biggert, Judy [R-IL-13] R IL 2011-07-06 1
112-hr-2432,S001188 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 S001188 Rep. Stutzman, Marlin A. [R-IN-3] R IN 2011-07-06 1
112-hr-2432,B001149 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 B001149 Rep. Burton, Dan [R-IN-5] R IN 2011-07-06 1
112-hr-2432,K000378 To provide for a feasibility study before carrying out any Federal action relating to the Chicago Area Water System. 112-hr-2432 K000378 Rep. Kinzinger, Adam [R-IL-11] R IL 2011-07-06 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.55ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API