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 = "111-hr-6355" 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 1

  • 0 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-6355,P000523 STAT Act of 2010 111-hr-6355 P000523 Rep. Price, David E. [D-NC-4] D NC 2010-12-21 0
111-hr-6355,Q000023 STAT Act of 2010 111-hr-6355 Q000023 Rep. Quigley, Mike [D-IL-5] D IL 2010-12-14 0
111-hr-6355,C001037 STAT Act of 2010 111-hr-6355 C001037 Rep. Capuano, Michael E. [D-MA-8] D MA 2010-12-09 0
111-hr-6355,P000598 STAT Act of 2010 111-hr-6355 P000598 Rep. Polis, Jared [D-CO-2] D CO 2010-12-09 0
111-hr-6355,B001245 STAT Act of 2010 111-hr-6355 B001245 Del. Bordallo, Madeleine Z. [D-GU-At Large] D GU 2010-12-08 0
111-hr-6355,F000339 STAT Act of 2010 111-hr-6355 F000339 Rep. Frank, Barney [D-MA-4] D MA 2010-12-02 0
111-hr-6355,C000984 STAT Act of 2010 111-hr-6355 C000984 Rep. Cummings, Elijah E. [D-MD-7] D MD 2010-12-02 0
111-hr-6355,M000133 STAT Act of 2010 111-hr-6355 M000133 Rep. Markey, Edward J. [D-MA-7] D MA 2010-11-30 0
111-hr-6355,G000551 STAT Act of 2010 111-hr-6355 G000551 Rep. Grijalva, Raúl M. [D-AZ-7] D AZ 2010-11-30 0
111-hr-6355,M000312 STAT Act of 2010 111-hr-6355 M000312 Rep. McGovern, James P. [D-MA-3] D MA 2010-11-18 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 4.827ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API