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 = "103-hconres-36" 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 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hconres-36,K000220 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 K000220 Rep. Kingston, Jack [R-GA-1] R GA 1993-05-17 0
103-hconres-36,P000149 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 P000149 Rep. Payne, Donald M. [D-NJ-10] D NJ 1993-03-29 0
103-hconres-36,S000005 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 S000005 Rep. Sabo, Martin Olav [D-MN-5] D MN 1993-03-23 0
103-hconres-36,V000124 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 V000124 Rep. Vucanovich, Barbara F. [R-NV-2] R NV 1993-03-15 0
103-hconres-36,G000212 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 G000212 Rep. Gilman, Benjamin A. [R-NY-20] R NY 1993-03-15 0
103-hconres-36,G000535 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 G000535 Rep. Gutierrez, Luis V. [D-IL-4] D IL 1993-03-08 0
103-hconres-36,S000125 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 S000125 Rep. Schiff, Steven [R-NM-1] R NM 1993-03-02 0
103-hconres-36,R000053 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 R000053 Rep. Rangel, Charles B. [D-NY-15] D NY 1993-02-16 0
103-hconres-36,K000118 Expressing the sense of Congress that any economic stimulus package that is passed by the 103d Congress should include the permanent extension of the mortgage revenue bond and low-income housing tax credit programs. 103-hconres-36 K000118 Rep. Kennelly, Barbara B. [D-CT-1] D CT 1993-02-16 0

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 724.731ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API