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

8 rows where bill_id = "102-hr-5403" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 6
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-hr-5403,A000226 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 A000226 Rep. Atkins, Chester G. [D-MA-5] D MA 1992-09-09 0
102-hr-5403,J000177 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 J000177 Rep. Johnson, Tim [D-SD-At Large] D SD 1992-08-12 0
102-hr-5403,F000049 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 F000049 Rep. Fawell, Harris W. [R-IL-13] R IL 1992-06-16 1
102-hr-5403,J000265 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 J000265 Rep. Jontz, Jim [D-IN-5] D IN 1992-06-16 1
102-hr-5403,B000104 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 B000104 Rep. Ballenger, Cass [R-NC-10] R NC 1992-06-16 1
102-hr-5403,M000684 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 M000684 Rep. Meyers, Jan [R-KS-3] R KS 1992-06-16 1
102-hr-5403,Z000004 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 Z000004 Rep. Zeliff, William H., Jr. [R-NH-1] R NH 1992-06-16 1
102-hr-5403,U000031 To rescind funds made available under the Department of Defense Appropriations Act, 1992, for the Arctic Region Supercomputing Center. 102-hr-5403 U000031 Rep. Upton, Fred [R-MI-4] R MI 1992-06-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.921ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API