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

12 rows where bill_id = "100-sjres-36" 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 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-sjres-36,J000189 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 J000189 Sen. Johnston, J. Bennett [D-LA] D LA 1987-03-10 0
100-sjres-36,B000611 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 B000611 Sen. Bond, Christopher S. [R-MO] R MO 1987-02-19 0
100-sjres-36,T000254 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 T000254 Sen. Thurmond, Strom [R-SC] R SC 1987-01-28 1
100-sjres-36,D000185 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 D000185 Sen. DeConcini, Dennis [D-AZ] D AZ 1987-01-28 1
100-sjres-36,D000030 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 D000030 Sen. Danforth, John C. [R-MO] R MO 1987-01-28 1
100-sjres-36,G000386 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 G000386 Sen. Grassley, Chuck [R-IA] R IA 1987-01-28 1
100-sjres-36,H000951 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 H000951 Sen. Humphrey, Gordon J. [R-NH] R NH 1987-01-28 1
100-sjres-36,M000355 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 M000355 Sen. McConnell, Mitch [R-KY] R KY 1987-01-28 1
100-sjres-36,N000102 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 N000102 Sen. Nickles, Don [R-OK] R OK 1987-01-28 1
100-sjres-36,Z000013 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 Z000013 Sen. Zorinsky, Edward [D-NE] D NE 1987-01-28 1
100-sjres-36,B000647 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 B000647 Sen. Boschwitz, Rudy [R-MN] R MN 1987-01-28 1
100-sjres-36,D000566 A joint resolution to amend the Constitution to establish legislative authority in Congress and the States with respect to abortion. 100-sjres-36 D000566 Sen. Durenberger, Dave [R-MN] R MN 1987-01-28 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 6.442ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API