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 = "101-hconres-324" 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 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hconres-324,L000169 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 L000169 Rep. Leach, James A. [R-IA-1] R IA 1990-05-08 1
101-hconres-324,R000409 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 R000409 Rep. Rohrabacher, Dana [R-CA-42] R CA 1990-05-08 1
101-hconres-324,B000551 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 B000551 Del. Blaz, Ben G. [R-GU-At Large] R GU 1990-05-08 1
101-hconres-324,R000436 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 R000436 Rep. Rose, Charlie [D-NC-7] D NC 1990-05-08 1
101-hconres-324,Y000014 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 Y000014 Rep. Yatron, Gus [D-PA-6] D PA 1990-05-08 1
101-hconres-324,S000522 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 S000522 Rep. Smith, Christopher H. [R-NJ-4] R NJ 1990-05-08 1
101-hconres-324,F000010 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 F000010 Del. Faleomavaega, Eni F. H. [D-AS-At Large] D AS 1990-05-08 1
101-hconres-324,C000462 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 C000462 Rep. Clarke, James McC. [D-NC-11] D NC 1990-05-08 1
101-hconres-324,L000090 Concerning human rights, democracy, and illicit narcotics production and trafficking in Burma. 101-hconres-324 L000090 Rep. Lantos, Tom [D-CA-11] D CA 1990-05-08 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 53.559ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API