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 = "93-hr-14565" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
93-hr-14565,L000447 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 L000447 Rep. Lott, Trent [R-MS-5] R     0
93-hr-14565,F000152 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 F000152 Rep. Fisher, O. C. [D-TX-21] D     0
93-hr-14565,D000234 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 D000234 Rep. Denholm, Frank E. [D-SD-1] D     0
93-hr-14565,Z000016 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 Z000016 Rep. Zwach, John M. [R-MN-6] R     0
93-hr-14565,S000846 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 S000846 Rep. Steiger, Sam [R-AZ-3] R     0
93-hr-14565,N000095 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 N000095 Rep. Nichols, Bill [D-AL-3] D AL   0
93-hr-14565,S000121 A bill to prohibit the importation into the United States of any fresh, chilled, or frozen cattle meat during a 180-day period. 93-hr-14565 S000121 Rep. Scherle, William J. [R-IA-5] R IA   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 458.912ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API