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 = "95-sres-519" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-sres-519,P000222 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 P000222 Sen. Percy, Charles H. [R-IL] R     0
95-sres-519,H000956 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 H000956 Sen. Humphrey, Muriel [D-MN] D     0
95-sres-519,G000072 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 G000072 Sen. Garn, E. J. (Jake) [R-UT] R     0
95-sres-519,W000092 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 W000092 Sen. Wallop, Malcolm [R-WY] R     0
95-sres-519,J000013 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 J000013 Sen. Jackson, Henry M. [D-WA] D WA   0
95-sres-519,C000220 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 C000220 Sen. Case, Clifford P. [R-NJ] R NJ   0
95-sres-519,M000678 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 M000678 Sen. Metzenbaum, Howard M. [D-OH] D     0
95-sres-519,S000132 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 S000132 Sen. Schmitt, Harrison H. [R-NM] R     0
95-sres-519,H000384 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 H000384 Sen. Hayakawa, Samuel Ichiye [R-CA] R     0
95-sres-519,B000871 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 B000871 Sen. Brooke, Edward W. [R-MA] R     0
95-sres-519,H000317 A resolution expressing the sense of the Senate with respect to selecting a site other than the Soviet Union for holding the 1980 summer Olympic games. 95-sres-519 H000317 Sen. Haskell, Floyd K. [D-CO] D     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 3.941ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API