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 = "103-sjres-148" 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 9
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-sjres-148,S000429 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 S000429 Sen. Simpson, Alan K. [R-WY] R WY 1993-11-08 0
103-sjres-148,H001016 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 H001016 Sen. Hutchison, Kay Bailey [R-TX] R TX 1993-11-08 0
103-sjres-148,B000611 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 B000611 Sen. Bond, Christopher S. [R-MO] R MO 1993-10-27 1
103-sjres-148,B001126 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 B001126 Sen. Burns, Conrad R. [R-MT] R MT 1993-10-27 1
103-sjres-148,C000858 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 C000858 Sen. Craig, Larry E. [R-ID] R ID 1993-10-27 1
103-sjres-148,F000437 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 F000437 Sen. Faircloth, Lauch [R-NC] R NC 1993-10-27 1
103-sjres-148,G000445 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 G000445 Sen. Gregg, Judd [R-NH] R NH 1993-10-27 1
103-sjres-148,K000088 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 K000088 Sen. Kempthorne, Dirk [R-ID] R ID 1993-10-27 1
103-sjres-148,M000303 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 M000303 Sen. McCain, John [R-AZ] R AZ 1993-10-27 1
103-sjres-148,S000320 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 S000320 Sen. Shelby, Richard C. [D-AL] D AL 1993-10-27 1
103-sjres-148,S000888 A joint resolution proposing an amendment to the Constitution of the United States barring Federal unfunded mandates to the States. 103-sjres-148 S000888 Sen. Stevens, Ted [R-AK] R AK 1993-10-27 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.028ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API