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

15 rows where bill_id = "102-hconres-52" 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

  • 0 15
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-hconres-52,P000229 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 P000229 Rep. Perkins, Carl C. [D-KY-7] D KY 1991-03-07 0
102-hconres-52,R000072 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 R000072 Rep. Ravenel, Arthur, Jr. [R-SC-1] R SC 1991-03-07 0
102-hconres-52,M000843 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 M000843 Rep. Molinari, Susan [R-NY-14] R NY 1991-03-07 0
102-hconres-52,K000312 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 K000312 Rep. Kopetski, Mike [D-OR-5] D OR 1991-03-07 0
102-hconres-52,B000318 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 B000318 Rep. Beilenson, Anthony C. [D-CA-23] D CA 1991-03-07 0
102-hconres-52,L000381 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 L000381 Rep. Lloyd, Marilyn [D-TN-3] D TN 1991-03-07 0
102-hconres-52,A000014 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 A000014 Rep. Abercrombie, Neil [D-HI-1] D HI 1991-03-07 0
102-hconres-52,A000211 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 A000211 Rep. Andrews, Thomas H. [D-ME-1] D ME 1991-03-07 0
102-hconres-52,H000236 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 H000236 Rep. Harris, Claude [D-AL-7] D AL 1991-03-07 0
102-hconres-52,H000797 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 H000797 Rep. Horton, Frank J. [R-NY-29] R NY 1991-03-07 0
102-hconres-52,L000295 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 L000295 Rep. Lewis, Thomas F. [R-FL-12] R FL 1991-03-07 0
102-hconres-52,D000222 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 D000222 Rep. Dellums, Ronald V. [D-CA-8] D CA 1991-03-07 0
102-hconres-52,L000045 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 L000045 Rep. Lancaster, H. Martin [D-NC-3] D NC 1991-03-07 0
102-hconres-52,K000009 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 K000009 Rep. Kaptur, Marcy [D-OH-9] D OH 1991-03-07 0
102-hconres-52,M000687 Expressing the sense of the Congress that the President should establish a White House conference regarding solid waste disposal and reduction. 102-hconres-52 M000687 Rep. Mfume, Kweisi [D-MD-7] D MD 1991-03-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 423.157ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API