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

11 rows where bill_id = "94-hconres-759" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hconres-759,B001156 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 B001156 Rep. Burton, Phillip [D-CA-5] D     0
94-hconres-759,A000018 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 A000018 Rep. Abzug, Bella S. [D-NY-20] D NY   0
94-hconres-759,S000948 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 S000948 Rep. Stokes, Louis [D-OH-21] D OH   0
94-hconres-759,C000371 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 C000371 Rep. Chisholm, Shirley [D-NY-12] D     0
94-hconres-759,D000344 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 D000344 Rep. Diggs, Charles C., Jr. [D-MI-13] D     0
94-hconres-759,S000673 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 S000673 Rep. Solarz, Stephen J. [D-NY-13] D     0
94-hconres-759,M000685 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 M000685 Rep. Meyner, Helen S. [D-NJ-13] D     0
94-hconres-759,M000675 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 M000675 Rep. Metcalfe, Ralph H. [D-IL-1] D     0
94-hconres-759,D000269 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 D000269 Rep. Derwinski, Edward J. [R-IL-4] R     0
94-hconres-759,M000826 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 M000826 Rep. Mitchell, Parren J. [D-MD-7] D     0
94-hconres-759,H000367 A resolution expressing the sense of the Congress that the President should furnish disaster assistance to the Peoples Republic of China. 94-hconres-759 H000367 Rep. Hawkins, Augustus F. [D-CA-21] D     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 6.225ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API