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 = "100-hr-5276" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 6
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hr-5276,H000901 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 H000901 Rep. Huckaby, Thomas J. (Jerry) [D-LA-5] D LA 1988-10-21 0
100-hr-5276,M000432 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 M000432 Rep. McEwen, Bob [R-OH-6] R OH 1988-10-21 0
100-hr-5276,L000274 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 L000274 Rep. Lewis, Jerry [R-CA-35] R CA 1988-10-04 0
100-hr-5276,H000172 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 H000172 Rep. Hansen, James V. [R-UT-1] R UT 1988-10-04 0
100-hr-5276,B000024 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 B000024 Rep. Badham, Robert E. [R-CA-40] R CA 1988-10-04 0
100-hr-5276,W000752 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 W000752 Rep. Wortley, George C. [R-NY-27] R NY 1988-10-04 0
100-hr-5276,B000462 A bill to prohibit a State from imposing an income tax on the pension income of individuals who are not residents or domiciliaries of that State. 100-hr-5276 B000462 Rep. Bilbray, James H. [D-NV-1] D NV 1988-09-16 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 6.523ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API