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 = "101-hres-451" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hres-451,B001066 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 B001066 Rep. Bunning, Jim [R-KY-4] R KY 1990-09-19 0
101-hres-451,B000104 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 B000104 Rep. Ballenger, Cass [R-NC-10] R NC 1990-09-19 0
101-hres-451,D000451 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 D000451 Rep. Douglas, Chuck [R-NH-2] R NH 1990-09-19 0
101-hres-451,G000336 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 G000336 Rep. Goss, Porter J. [R-FL-13] R FL 1990-09-19 0
101-hres-451,H000151 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 H000151 Rep. Hancock, Mel [R-MO-7] R MO 1990-09-19 0
101-hres-451,R000409 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 R000409 Rep. Rohrabacher, Dana [R-CA-42] R CA 1990-09-19 0
101-hres-451,S000822 Providing for mandatory drug testing of Members of the House of Representatives. 101-hres-451 S000822 Rep. Stearns, Cliff [R-FL-6] R FL 1990-09-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 550.659ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API