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

10 rows where bill_id = "112-hr-3035" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 9
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-3035,B000208 Mobile Informational Call Act of 2011 112-hr-3035 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 2012-04-25 0
112-hr-3035,G000550 Mobile Informational Call Act of 2011 112-hr-3035 G000550 Rep. Gingrey, Phil [R-GA-11] R GA 2011-11-03 0
112-hr-3035,L000567 Mobile Informational Call Act of 2011 112-hr-3035 L000567 Rep. Lance, Leonard [R-NJ-7] R NJ 2011-10-31 0
112-hr-3035,R000572 Mobile Informational Call Act of 2011 112-hr-3035 R000572 Rep. Rogers, Mike J. [R-MI-8] R MI 2011-10-26 0
112-hr-3035,M001180 Mobile Informational Call Act of 2011 112-hr-3035 M001180 Rep. McKinley, David B. [R-WV-1] R WV 2011-10-24 0
112-hr-3035,O000168 Mobile Informational Call Act of 2011 112-hr-3035 O000168 Rep. Olson, Pete [R-TX-22] R TX 2011-10-24 0
112-hr-3035,M001182 Mobile Informational Call Act of 2011 112-hr-3035 M001182 Rep. Mulvaney, Mick [R-SC-5] R SC 2011-10-13 0
112-hr-3035,B001243 Mobile Informational Call Act of 2011 112-hr-3035 B001243 Rep. Blackburn, Marsha [R-TN-7] R TN 2011-10-11 0
112-hr-3035,L000569 Mobile Informational Call Act of 2011 112-hr-3035 L000569 Rep. Luetkemeyer, Blaine [R-MO-9] R MO 2011-10-06 0
112-hr-3035,T000326 Mobile Informational Call Act of 2011 112-hr-3035 T000326 Rep. Towns, Edolphus [D-NY-10] D NY 2011-09-22 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 49.231ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API