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

7 rows where bill_id = "111-hr-6071" 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

  • 1 6
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-6071,K000009 Emergency China Trade Act of 2010 111-hr-6071 K000009 Rep. Kaptur, Marcy [D-OH-9] D OH 2010-09-15 0
111-hr-6071,R000435 Emergency China Trade Act of 2010 111-hr-6071 R000435 Rep. Ros-Lehtinen, Ileana [R-FL-18] R FL 2010-07-30 1
111-hr-6071,K000365 Emergency China Trade Act of 2010 111-hr-6071 K000365 Rep. Kagen, Steve [D-WI-8] D WI 2010-07-30 1
111-hr-6071,J000255 Emergency China Trade Act of 2010 111-hr-6071 J000255 Rep. Jones, Walter B., Jr. [R-NC-3] R NC 2010-07-30 1
111-hr-6071,S001170 Emergency China Trade Act of 2010 111-hr-6071 S001170 Rep. Shea-Porter, Carol [D-NH-1] D NH 2010-07-30 1
111-hr-6071,M001168 Emergency China Trade Act of 2010 111-hr-6071 M001168 Rep. Murphy, Patrick J. [D-PA-8] D PA 2010-07-30 1
111-hr-6071,D000191 Emergency China Trade Act of 2010 111-hr-6071 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 2010-07-30 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 220.429ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API