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

11 rows where bill_id = "110-hconres-431" 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 2

  • 1 10
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hconres-431,R000033 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 R000033 Rep. Ramstad, Jim [R-MN-3] R MN 2008-09-26 0
110-hconres-431,B001255 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 B001255 Rep. Boustany, Charles W., Jr. [R-LA-7] R LA 2008-09-25 1
110-hconres-431,I000057 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 I000057 Rep. Israel, Steve [D-NY-2] D NY 2008-09-25 1
110-hconres-431,B001248 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 B001248 Rep. Burgess, Michael C. [R-TX-26] R TX 2008-09-25 1
110-hconres-431,D000605 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 D000605 Rep. Drake, Thelma D. [R-VA-2] R VA 2008-09-25 1
110-hconres-431,H000627 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 H000627 Rep. Hinchey, Maurice D. [D-NY-22] D NY 2008-09-25 1
110-hconres-431,C001047 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 C001047 Rep. Capito, Shelley Moore [R-WV-2] R WV 2008-09-25 1
110-hconres-431,B001243 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 B001243 Rep. Blackburn, Marsha [R-TN-7] R TN 2008-09-25 1
110-hconres-431,H000067 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 H000067 Rep. Hall, Ralph M. [R-TX-4] R TX 2008-09-25 1
110-hconres-431,E000187 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 E000187 Rep. English, Phil [R-PA-3] R PA 2008-09-25 1
110-hconres-431,B001247 Supporting the goals and ideals of a Long-Term Care Awareness Week. 110-hconres-431 B001247 Rep. Brown-Waite, Ginny [R-FL-5] R FL 2008-09-25 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 132.429ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API