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

8 rows where bill_id = "111-hr-5865" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-5865,S001179 Stop Wasting Archive Grants Act of 2010 111-hr-5865 S001179 Rep. Schock, Aaron [R-IL-18] R IL 2010-07-27 1
111-hr-5865,F000444 Stop Wasting Archive Grants Act of 2010 111-hr-5865 F000444 Rep. Flake, Jeff [R-AZ-6] R AZ 2010-07-27 1
111-hr-5865,I000056 Stop Wasting Archive Grants Act of 2010 111-hr-5865 I000056 Rep. Issa, Darrell E. [R-CA-49] R CA 2010-07-27 1
111-hr-5865,W000795 Stop Wasting Archive Grants Act of 2010 111-hr-5865 W000795 Rep. Wilson, Joe [R-SC-2] R SC 2010-07-27 1
111-hr-5865,B000208 Stop Wasting Archive Grants Act of 2010 111-hr-5865 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 2010-07-27 1
111-hr-5865,F000448 Stop Wasting Archive Grants Act of 2010 111-hr-5865 F000448 Rep. Franks, Trent [R-AZ-2] R AZ 2010-07-27 1
111-hr-5865,C001077 Stop Wasting Archive Grants Act of 2010 111-hr-5865 C001077 Rep. Coffman, Mike [R-CO-6] R CO 2010-07-27 1
111-hr-5865,B000461 Stop Wasting Archive Grants Act of 2010 111-hr-5865 B000461 Rep. Bilbray, Brian P. [R-CA-50] R CA 2010-07-27 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 5.545ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API