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 = "112-hr-6416" 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 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-6416,C001084 Rural Housing Preservation Act of 2012 112-hr-6416 C001084 Rep. Cicilline, David N. [D-RI-1] D RI 2012-11-30 0
112-hr-6416,H001056 Rural Housing Preservation Act of 2012 112-hr-6416 H001056 Rep. Herrera Beutler, Jaime [R-WA-3] R WA 2012-10-26 0
112-hr-6416,W000791 Rural Housing Preservation Act of 2012 112-hr-6416 W000791 Rep. Walden, Greg [R-OR-2] R OR 2012-09-28 0
112-hr-6416,L000554 Rural Housing Preservation Act of 2012 112-hr-6416 L000554 Rep. LoBiondo, Frank A. [R-NJ-2] R NJ 2012-09-28 0
112-hr-6416,B001269 Rural Housing Preservation Act of 2012 112-hr-6416 B001269 Rep. Barletta, Lou [R-PA-11] R PA 2012-09-25 0
112-hr-6416,N000184 Rural Housing Preservation Act of 2012 112-hr-6416 N000184 Rep. Noem, Kristi L. [R-SD-At Large] R SD 2012-09-20 0
112-hr-6416,R000594 Rural Housing Preservation Act of 2012 112-hr-6416 R000594 Rep. Runyan, Jon [R-NJ-3] R NJ 2012-09-20 0
112-hr-6416,D000612 Rural Housing Preservation Act of 2012 112-hr-6416 D000612 Rep. Denham, Jeff [R-CA-19] R CA 2012-09-20 0
112-hr-6416,C001082 Rural Housing Preservation Act of 2012 112-hr-6416 C001082 Rep. Canseco, Francisco "Quico" [R-TX-23] R TX 2012-09-20 0

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 7.197ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API