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 = "103-hconres-224" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hconres-224,S000663 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 S000663 Rep. Snowe, Olympia J. [R-ME-2] R ME 1994-03-16 1
103-hconres-224,C000523 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 C000523 Rep. Clinger, William F., Jr. [R-PA-5] R PA 1994-03-16 1
103-hconres-224,S000059 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 S000059 Rep. Santorum, Rick [R-PA-18] R PA 1994-03-16 1
103-hconres-224,G000439 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 G000439 Rep. Greenwood, James C. [R-PA-8] R PA 1994-03-16 1
103-hconres-224,G000025 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 G000025 Rep. Gallo, Dean A. [R-NJ-11] R NJ 1994-03-16 1
103-hconres-224,C000994 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 C000994 Rep. Cunningham, Randy (Duke) [R-CA-51] R CA 1994-03-16 1
103-hconres-224,S000119 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 S000119 Rep. Schenk, Lynn [D-CA-49] D CA 1994-03-16 1
103-hconres-224,B000644 Requesting the President to designate Victoria Van Meter as an honorary goodwill ambassador for the United States. 103-hconres-224 B000644 Rep. Borski, Robert A. [D-PA-3] D PA 1994-03-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 8.257ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API