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 = "105-sjres-2" 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 7
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
105-sjres-2,H000206 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 H000206 Sen. Harkin, Tom [D-IA] D IA 1997-02-06 0
105-sjres-2,B000993 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 B000993 Sen. Bryan, Richard H. [D-NV] D NV 1997-01-28 0
105-sjres-2,S000709 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 S000709 Sen. Specter, Arlen [R-PA] R PA 1997-01-21 1
105-sjres-2,D000064 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 D000064 Sen. Daschle, Thomas A. [D-SD] D SD 1997-01-21 1
105-sjres-2,D000432 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 D000432 Sen. Dorgan, Byron L. [D-ND] D ND 1997-01-21 1
105-sjres-2,S000320 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 S000320 Sen. Shelby, Richard C. [R-AL] R AL 1997-01-21 1
105-sjres-2,R000146 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 R000146 Sen. Reid, Harry [D-NV] D NV 1997-01-21 1
105-sjres-2,F000268 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 F000268 Sen. Ford, Wendell H. [D-KY] D KY 1997-01-21 1
105-sjres-2,R000122 A joint resolution proposing an amendment to the Constitution of the United States relating to contributions and expenditures intended to affect elections. 105-sjres-2 R000122 Sen. Reed, Jack [D-RI] D RI 1997-01-21 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 182.576ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API