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

12 rows where bill_id = "97-hjres-581" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 12
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hjres-581,B000780 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 B000780 Rep. Breaux, John B. [D-LA-7] D LA 1982-08-17 1
97-hjres-581,B000592 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 B000592 Rep. Boggs, Corinne C. (Lindy) [D-LA-2] D LA 1982-08-17 1
97-hjres-581,L000371 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 L000371 Rep. Livingston, Bob [R-LA-1] R LA 1982-08-17 1
97-hjres-581,R000384 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 R000384 Rep. Roemer, Buddy [D-LA-4] D LA 1982-08-17 1
97-hjres-581,H000901 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 H000901 Rep. Huckaby, Thomas J. (Jerry) [D-LA-5] D LA 1982-08-17 1
97-hjres-581,M000923 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 M000923 Rep. Moore, W. Henson [R-LA-6] R LA 1982-08-17 1
97-hjres-581,L000417 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 L000417 Rep. Long, Gillis W. [D-LA-8] D LA 1982-08-17 1
97-hjres-581,S001077 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 S001077 Del. Sunia, Foto I. F. [D-AS-At Large] D AS 1982-08-17 1
97-hjres-581,M001088 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 M001088 Rep. Murphy, Austin J. [D-PA-22] D PA 1982-08-17 1
97-hjres-581,B000160 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 B000160 Rep. Barnes, Michael D. [D-MD-8] D MD 1982-08-17 1
97-hjres-581,F000053 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 F000053 Rep. Fazio, Vic [D-CA-4] D CA 1982-08-17 1
97-hjres-581,H000930 A joint resolution to authorize and request the President to designate the week beginning October 11, 1982, as "National Get High on Life Week". 97-hjres-581 H000930 Rep. Hughes, William J. [D-NJ-2] D NJ 1982-08-17 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.809ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API