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

6 rows where bill_id = "95-hr-13779" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hr-13779,W000406 Animal Welfare Act Amendments 95-hr-13779 W000406 Rep. Whitehurst, G. William [R-VA-2] R     0
95-hr-13779,B000910 Animal Welfare Act Amendments 95-hr-13779 B000910 Rep. Brown, Clarence, Jr. [R-OH-7] R     0
95-hr-13779,C000807 Animal Welfare Act Amendments 95-hr-13779 C000807 Rep. Coughlin, Lawrence [R-PA-13] R     0
95-hr-13779,E000043 Animal Welfare Act Amendments 95-hr-13779 E000043 Rep. Edgar, Robert W. [D-PA-7] D     0
95-hr-13779,M000703 Animal Welfare Act Amendments 95-hr-13779 M000703 Rep. Mikva, Abner J. [D-IL-10] D IL   0
95-hr-13779,P000121 Animal Welfare Act Amendments 95-hr-13779 P000121 Rep. Patterson, Jerry M. [D-CA-38] D     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 6.928ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API