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

9 rows where bill_id = "97-hconres-406" 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 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hconres-406,L000020 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 L000020 Rep. Lagomarsino, Robert J. [R-CA-19] R CA 1982-09-23 1
97-hconres-406,W000636 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 W000636 Rep. Winn, Larry, Jr. [R-KS-3] R KS 1982-09-23 1
97-hconres-406,M000143 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 M000143 Rep. Marriott, David Daniel [R-UT-2] R UT 1982-09-23 1
97-hconres-406,A000337 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 A000337 Rep. AuCoin, Les [D-OR-1] D OR 1982-09-23 1
97-hconres-406,E000043 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 E000043 Rep. Edgar, Robert W. [D-PA-7] D PA 1982-09-23 1
97-hconres-406,R000383 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 R000383 Rep. Roe, Robert A. [D-NJ-8] D NJ 1982-09-23 1
97-hconres-406,L000169 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 L000169 Rep. Leach, James A. [R-IA-1] R IA 1982-09-23 1
97-hconres-406,C000788 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 C000788 Resident Commissioner Corrada, Baltasar [I-PR-At Large] I PR 1982-09-23 1
97-hconres-406,W000406 A concurrent resolution expressing the sense of the Congress that the various factions in Lebanon should not respond to the assassination of President-Elect Gemayel with violence. 97-hconres-406 W000406 Rep. Whitehurst, G. William [R-VA-2] R VA 1982-09-23 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 296.536ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API