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

4 rows where bill_id = "109-sres-488" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date (date)

is_original_cosponsor 1

  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-sres-488,L000174 A resolution expressing the sense of Congress that institutions of higher education should adopt policies and educational programs on their campuses to help deter and eliminate illicit copyright infringement occurring on, and encourage educational uses of, their computer systems and networks. 109-sres-488 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2006-05-22 1
109-sres-488,H000338 A resolution expressing the sense of Congress that institutions of higher education should adopt policies and educational programs on their campuses to help deter and eliminate illicit copyright infringement occurring on, and encourage educational uses of, their computer systems and networks. 109-sres-488 H000338 Sen. Hatch, Orrin G. [R-UT] R UT 2006-05-22 1
109-sres-488,N000032 A resolution expressing the sense of Congress that institutions of higher education should adopt policies and educational programs on their campuses to help deter and eliminate illicit copyright infringement occurring on, and encourage educational uses of, their computer systems and networks. 109-sres-488 N000032 Sen. Nelson, Bill [D-FL] D FL 2006-05-22 1
109-sres-488,F000439 A resolution expressing the sense of Congress that institutions of higher education should adopt policies and educational programs on their campuses to help deter and eliminate illicit copyright infringement occurring on, and encourage educational uses of, their computer systems and networks. 109-sres-488 F000439 Sen. Frist, William H. [R-TN] R TN 2006-05-22 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.214ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API