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

6 rows where bill_id = "98-hr-4843" 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 5
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hr-4843,W000068 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 W000068 Rep. Walker, Robert S. [R-PA-16] R PA 1984-06-28 0
98-hr-4843,L000413 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 L000413 Rep. Long, Clarence D. [D-MD-2] D MD 1984-06-07 0
98-hr-4843,E000043 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 E000043 Rep. Edgar, Robert W. [D-PA-7] D PA 1984-05-01 0
98-hr-4843,P000444 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 P000444 Rep. Porter, John Edward [R-IL-10] R IL 1984-05-01 0
98-hr-4843,K000172 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 K000172 Rep. Kildee, Dale E. [D-MI-7] D MI 1984-03-19 0
98-hr-4843,T000317 A bill to amend the Housing and Community Development Act of 1974 to provide that jurisdictions having no or few areas in which a majority of the residents are persons of low and moderate income may carry out activities under the community development block grant program that serve areas having the highest proportion of such persons. 98-hr-4843 T000317 Rep. Torricelli, Robert G. [D-NJ-9] D NJ 1984-02-27 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.281ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API