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 = "101-hconres-42" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hconres-42,K000172 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 K000172 Rep. Kildee, Dale E. [D-MI-7] D MI 1989-02-22 0
101-hconres-42,L000342 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 L000342 Rep. Lipinski, William O. [D-IL-5] D IL 1989-02-09 0
101-hconres-42,O000159 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 O000159 Rep. Owens, Major R. [D-NY-12] D NY 1989-02-09 0
101-hconres-42,R000053 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 R000053 Rep. Rangel, Charles B. [D-NY-16] D NY 1989-02-07 0
101-hconres-42,W000258 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 W000258 Rep. Weiss, Ted [D-NY-17] D NY 1989-02-07 0
101-hconres-42,O000006 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 O000006 Rep. Oberstar, James L. [D-MN-8] D MN 1989-02-02 0
101-hconres-42,B000410 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 B000410 Rep. Berman, Howard L. [D-CA-26] D CA 1989-01-31 1
101-hconres-42,S000810 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 S000810 Rep. Stark, Fortney Pete [D-CA-9] D CA 1989-01-31 1
101-hconres-42,S001040 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 S001040 Rep. Studds, Gerry E. [D-MA-10] D MA 1989-01-31 1
101-hconres-42,S000005 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 S000005 Rep. Sabo, Martin Olav [D-MN-5] D MN 1989-01-31 1
101-hconres-42,F000046 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 F000046 Del. Fauntroy, Walter E. [D-DC-At Large] D DC 1989-01-31 1
101-hconres-42,T000350 Expressing the sense of the Congress that the tax rate on capital gains should not be reduced. 101-hconres-42 T000350 Rep. Traficant, James A., Jr. [D-OH-17] D OH 1989-01-31 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 9.424ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API