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

18 rows where bill_id = "97-sjres-173" 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 2

  • 1 10
  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-sjres-173,C000598 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 C000598 Sen. Cohen, William S. [R-ME] R ME 1982-06-17 0
97-sjres-173,L000174 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 1982-06-17 0
97-sjres-173,M000257 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 M000257 Sen. Mattingly, Mack [R-GA] R GA 1982-06-17 0
97-sjres-173,L000428 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 L000428 Sen. Long, Russell B. [D-LA] D LA 1982-06-10 0
97-sjres-173,J000013 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 J000013 Sen. Jackson, Henry M. [D-WA] D WA 1982-06-10 0
97-sjres-173,L000504 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 L000504 Sen. Lugar, Richard G. [R-IN] R IN 1982-06-10 0
97-sjres-173,S000776 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 S000776 Sen. Stafford, Robert T. [R-VT] R VT 1982-05-18 0
97-sjres-173,R000460 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 R000460 Sen. Roth Jr., William V. [R-DE] R DE 1982-05-18 0
97-sjres-173,H000905 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 H000905 Sen. Huddleston, Walter (Dee) [D-KY] D KY 1982-05-17 1
97-sjres-173,P000556 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 P000556 Sen. Pryor, David H. [D-AR] D AR 1982-05-17 1
97-sjres-173,B000243 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 B000243 Sen. Baucus, Max [D-MT] D MT 1982-05-17 1
97-sjres-173,H000456 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 H000456 Sen. Heinz, John [R-PA] R PA 1982-05-17 1
97-sjres-173,H000374 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 H000374 Sen. Hawkins, Paula [R-FL] R FL 1982-05-17 1
97-sjres-173,K000105 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 K000105 Sen. Kennedy, Edward M. [D-MA] D MA 1982-05-17 1
97-sjres-173,S000064 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 S000064 Sen. Sarbanes, Paul S. [D-MD] D MD 1982-05-17 1
97-sjres-173,N000171 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 N000171 Sen. Nunn, Sam [D-GA] D GA 1982-05-17 1
97-sjres-173,B001077 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 B001077 Sen. Burdick, Quentin N. [D-ND] D ND 1982-05-17 1
97-sjres-173,H000445 A joint resolution to authorize and request the President to issue a proclamation designating the calendar month of June, 1982, as "National Rivers Month". 97-sjres-173 H000445 Sen. Heflin, Howell [D-AL] D AL 1982-05-17 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.906ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API