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

17 rows where bill_id = "112-sjres-39" 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

  • 0 9
  • 1 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-sjres-39,B000468 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 B000468 Sen. Bingaman, Jeff [D-NM] D NM 2012-09-19 0
112-sjres-39,L000261 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 L000261 Sen. Levin, Carl [D-MI] D MI 2012-09-10 0
112-sjres-39,B000944 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 B000944 Sen. Brown, Sherrod [D-OH] D OH 2012-08-01 0
112-sjres-39,A000069 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 A000069 Sen. Akaka, Daniel K. [D-HI] D HI 2012-07-26 0
112-sjres-39,K000148 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 K000148 Sen. Kerry, John F. [D-MA] D MA 2012-07-11 0
112-sjres-39,K000360 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 K000360 Sen. Kirk, Mark Steven [R-IL] R IL 2012-06-04 0
112-sjres-39,S000770 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 S000770 Sen. Stabenow, Debbie [D-MI] D MI 2012-05-14 0
112-sjres-39,M001153 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 M001153 Sen. Murkowski, Lisa [R-AK] R AK 2012-04-16 0
112-sjres-39,S000033 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 S000033 Sen. Sanders, Bernard [I-VT] I VT 2012-03-26 0
112-sjres-39,B000711 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 B000711 Sen. Boxer, Barbara [D-CA] D CA 2012-03-22 1
112-sjres-39,D000563 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 D000563 Sen. Durbin, Richard J. [D-IL] D IL 2012-03-22 1
112-sjres-39,G000555 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 G000555 Sen. Gillibrand, Kirsten E. [D-NY] D NY 2012-03-22 1
112-sjres-39,H000206 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 H000206 Sen. Harkin, Tom [D-IA] D IA 2012-03-22 1
112-sjres-39,L000550 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 L000550 Sen. Landrieu, Mary L. [D-LA] D LA 2012-03-22 1
112-sjres-39,L000123 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 2012-03-22 1
112-sjres-39,M000639 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 M000639 Sen. Menendez, Robert [D-NJ] D NJ 2012-03-22 1
112-sjres-39,M000702 A joint resolution removing the deadline for the ratification of the equal rights amendment. 112-sjres-39 M000702 Sen. Mikulski, Barbara A. [D-MD] D MD 2012-03-22 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.629ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API