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

9 rows where bill_id = "111-hr-5976" 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 6
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-5976,S001156 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 S001156 Rep. Sánchez, Linda T. [D-CA-39] D CA 2010-11-29 0
111-hr-5976,M000404 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 M000404 Rep. McDermott, Jim [D-WA-7] D WA 2010-09-28 0
111-hr-5976,E000288 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 E000288 Rep. Ellison, Keith [D-MN-5] D MN 2010-09-28 0
111-hr-5976,N000179 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 N000179 Rep. Napolitano, Grace F. [D-CA-38] D CA 2010-09-23 0
111-hr-5976,D000327 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 D000327 Rep. Dicks, Norman D. [D-WA-6] D WA 2010-09-22 0
111-hr-5976,L000560 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 L000560 Rep. Larsen, Rick [D-WA-2] D WA 2010-09-22 0
111-hr-5976,R000581 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 R000581 Rep. Richardson, Laura [D-CA-37] D CA 2010-07-29 1
111-hr-5976,C001068 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2010-07-29 1
111-hr-5976,S000510 Focusing Resources, Economic Investment, and Guidance to Help Transportation Act of 2010 111-hr-5976 S000510 Rep. Smith, Adam [D-WA-9] D WA 2010-07-29 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.025ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API