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 = "109-sconres-76" 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 8
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-sconres-76,D000596 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 D000596 Sen. Dayton, Mark [D-MN] D MN 2006-03-07 0
109-sconres-76,S000148 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 S000148 Sen. Schumer, Charles E. [D-NY] D NY 2006-01-20 1
109-sconres-76,L000123 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 2006-01-20 1
109-sconres-76,A000121 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 A000121 Sen. Allen, George [R-VA] R VA 2006-01-20 1
109-sconres-76,D000294 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 D000294 Sen. DeWine, Mike [R-OH] R OH 2006-01-20 1
109-sconres-76,B000953 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 B000953 Sen. Brownback, Sam [R-KS] R KS 2006-01-20 1
109-sconres-76,N000180 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 N000180 Sen. Nelson, Ben [D-NE] D NE 2006-01-20 1
109-sconres-76,N000032 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 N000032 Sen. Nelson, Bill [D-FL] D FL 2006-01-20 1
109-sconres-76,F000062 A concurrent resolution condemning the Government of Iran for its flagrant violations of its obligations under the Nuclear Non-Proliferation Treaty, and calling for certain actions in response to such violations. 109-sconres-76 F000062 Sen. Feinstein, Dianne [D-CA] D CA 2006-01-20 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 4.494ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API