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 = "110-hr-4207" 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
110-hr-4207,S001169 Partnership for Children and Families Act 110-hr-4207 S001169 Rep. Sestak, Joe [D-PA-7] D PA 2008-06-04 0
110-hr-4207,D000096 Partnership for Children and Families Act 110-hr-4207 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2008-04-29 0
110-hr-4207,M001163 Partnership for Children and Families Act 110-hr-4207 M001163 Rep. Matsui, Doris O. [D-CA-5] D CA 2008-03-03 0
110-hr-4207,D000216 Partnership for Children and Families Act 110-hr-4207 D000216 Rep. DeLauro, Rosa L. [D-CT-3] D CT 2008-02-07 0
110-hr-4207,P000099 Partnership for Children and Families Act 110-hr-4207 P000099 Rep. Pastor, Ed [D-AZ-4] D AZ 2008-02-06 0
110-hr-4207,H000666 Partnership for Children and Families Act 110-hr-4207 H000666 Rep. Hobson, David L. [R-OH-7] R OH 2008-01-16 0
110-hr-4207,C000754 Partnership for Children and Families Act 110-hr-4207 C000754 Rep. Cooper, Jim [D-TN-5] D TN 2008-01-16 0
110-hr-4207,E000288 Partnership for Children and Families Act 110-hr-4207 E000288 Rep. Ellison, Keith [D-MN-5] D MN 2008-01-16 0
110-hr-4207,T000462 Partnership for Children and Families Act 110-hr-4207 T000462 Rep. Tiberi, Patrick J. [R-OH-12] R OH 2007-12-19 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 439.729ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API