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

13 rows where bill_id = "103-hconres-306" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hconres-306,P000197 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 P000197 Rep. Pelosi, Nancy [D-CA-8] D CA 1994-11-29 0
103-hconres-306,M000133 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 M000133 Rep. Markey, Edward J. [D-MA-7] D MA 1994-11-29 0
103-hconres-306,M000087 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 M000087 Rep. Maloney, Carolyn B. [D-NY-14] D NY 1994-11-29 0
103-hconres-306,W000738 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 W000738 Rep. Woolsey, Lynn C. [D-CA-6] D CA 1994-11-29 0
103-hconres-306,K000312 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 K000312 Rep. Kopetski, Mike [D-OR-5] D OR 1994-10-07 0
103-hconres-306,E000250 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 E000250 Rep. Evans, Lane [D-IL-17] D IL 1994-10-07 0
103-hconres-306,M000342 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 M000342 Rep. McCloskey, Frank [D-IN-8] D IN 1994-10-07 0
103-hconres-306,D000191 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 1994-10-07 0
103-hconres-306,S000810 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 S000810 Rep. Stark, Fortney Pete [D-CA-13] D CA 1994-10-07 0
103-hconres-306,F000339 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 F000339 Rep. Frank, Barney [D-MA-4] D MA 1994-10-07 0
103-hconres-306,E000064 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 E000064 Rep. Edwards, Don [D-CA-16] D CA 1994-10-07 0
103-hconres-306,W000779 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 W000779 Rep. Wyden, Ron [D-OR-3] D OR 1994-10-07 0
103-hconres-306,M000523 Expressing the sense of the Congress that the President should pursue negotiations with Russia as quickly as possible to achieve a START III agreement that reduces the number of deployed strategic nuclear warheads to the lowest possible level, and no more than 2,000 each for the United States and Russia. 103-hconres-306 M000523 Rep. McKinney, Cynthia A. [D-GA-11] D GA 1994-10-07 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 171.363ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API