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

6 rows where bill_id = "113-hr-2154" 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 3
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-hr-2154,V000129 CPI for Seniors Act of 2013 113-hr-2154 V000129 Rep. Valadao, David G. [R-CA-21] R CA 2014-05-06 0
113-hr-2154,C001090 CPI for Seniors Act of 2013 113-hr-2154 C001090 Rep. Cartwright, Matt [D-PA-17] D PA 2013-08-01 0
113-hr-2154,S001177 CPI for Seniors Act of 2013 113-hr-2154 S001177 Del. Sablan, Gregorio Kilili Camacho [D-MP-At Large] D MP 2013-06-13 0
113-hr-2154,L000563 CPI for Seniors Act of 2013 113-hr-2154 L000563 Rep. Lipinski, Daniel [D-IL-3] D IL 2013-05-23 1
113-hr-2154,R000582 CPI for Seniors Act of 2013 113-hr-2154 R000582 Rep. Roe, David P. [R-TN-1] R TN 2013-05-23 1
113-hr-2154,H001045 CPI for Seniors Act of 2013 113-hr-2154 H001045 Rep. Harper, Gregg [R-MS-3] R MS 2013-05-23 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.519ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API