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 = "99-hconres-273" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
99-hconres-273,B000318 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 B000318 Rep. Beilenson, Anthony C. [D-CA-23] D CA 1986-06-11 1
99-hconres-273,F000053 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 F000053 Rep. Fazio, Vic [D-CA-4] D CA 1986-06-11 1
99-hconres-273,F000339 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 F000339 Rep. Frank, Barney [D-MA-4] D MA 1986-06-11 1
99-hconres-273,K000172 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 K000172 Rep. Kildee, Dale E. [D-MI-7] D MI 1986-06-11 1
99-hconres-273,M000133 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 M000133 Rep. Markey, Edward J. [D-MA-7] D MA 1986-06-11 1
99-hconres-273,P000218 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 P000218 Rep. Pepper, Claude [D-FL-18] D FL 1986-06-11 1
99-hconres-273,R000146 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 R000146 Rep. Reid, Harry [D-NV-1] D NV 1986-06-11 1
99-hconres-273,W000682 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 W000682 Rep. Wolpe, Howard E. [D-MI-3] D MI 1986-06-11 1
99-hconres-273,L000263 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 L000263 Rep. Levin, Sander M. [D-MI-17] D MI 1986-06-11 1
99-hconres-273,M000702 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 M000702 Rep. Mikulski, Barbara A. [D-MD-3] D MD 1986-06-11 1
99-hconres-273,W000227 A concurrent resolution to request the President to take appropriate actions toward the establishment of a cooperative international research program with respect to the greenhouse effect. 99-hconres-273 W000227 Rep. Weaver, James H. [D-OR-4] D OR 1986-06-11 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 5.45ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API