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-hconres-256" 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 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hconres-256,D000359 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 D000359 Rep. DioGuardi, Joseph J. [R-NY-20] R NY 1988-07-28 0
100-hconres-256,T000317 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 T000317 Rep. Torricelli, Robert G. [D-NJ-9] D NJ 1988-04-26 0
100-hconres-256,D000435 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 D000435 Rep. Dornan, Robert K. [R-CA-38] R CA 1988-04-19 0
100-hconres-256,L000020 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 L000020 Rep. Lagomarsino, Robert J. [R-CA-19] R CA 1988-03-16 0
100-hconres-256,A000226 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 A000226 Rep. Atkins, Chester G. [D-MA-5] D MA 1988-03-09 0
100-hconres-256,B000890 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 B000890 Rep. Broomfield, William S. [R-MI-18] R MI 1988-03-02 1
100-hconres-256,P000097 A concurrent resolution urging the President to use his emergency refugee authority to accommodate the admission of additional Armenians and others from the Soviet Union. 100-hconres-256 P000097 Rep. Pashayan, Charles, Jr. [R-CA-17] R CA 1988-03-02 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 110.355ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API