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 = "102-sjres-69" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-sjres-69,G000352 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 G000352 Sen. Graham, Bob [D-FL] D FL 1991-04-11 0
102-sjres-69,M001054 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 M001054 Sen. Moynihan, Daniel Patrick [D-NY] D NY 1991-04-11 0
102-sjres-69,D000366 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 D000366 Sen. Dixon, Alan J. [D-IL] D IL 1991-03-22 0
102-sjres-69,B000444 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 B000444 Sen. Biden, Joseph R., Jr. [D-DE] D DE 1991-03-14 0
102-sjres-69,C000567 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 C000567 Sen. Cochran, Thad [R-MS] R MS 1991-03-13 0
102-sjres-69,B001057 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 B001057 Sen. Bumpers, Dale [D-AR] D AR 1991-03-12 0
102-sjres-69,D000018 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 D000018 Sen. D'Amato, Alfonse [R-NY] R NY 1991-03-06 0
102-sjres-69,C000705 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 C000705 Sen. Conrad, Kent [D-ND] D ND 1991-03-06 0
102-sjres-69,D000185 A joint resolution to designate the week commencing May 5, 1991, through May 11, 1991, as "National Correctional Officers Week". 102-sjres-69 D000185 Sen. DeConcini, Dennis [D-AZ] D AZ 1991-03-06 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 6.125ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API