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

16 rows where bill_id = "111-sjres-42" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 16
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-sjres-42,T000250 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 T000250 Sen. Thune, John [R-SD] R SD 2010-12-16 1
111-sjres-42,G000445 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 G000445 Sen. Gregg, Judd [R-NH] R NH 2010-12-16 1
111-sjres-42,K000352 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 K000352 Sen. Kyl, Jon [R-AZ] R AZ 2010-12-16 1
111-sjres-42,V000127 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 V000127 Sen. Vitter, David [R-LA] R LA 2010-12-16 1
111-sjres-42,K000360 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 K000360 Sen. Kirk, Mark Steven [R-IL] R IL 2010-12-16 1
111-sjres-42,E000194 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 E000194 Sen. Ensign, John [R-NV] R NV 2010-12-16 1
111-sjres-42,L000572 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 L000572 Sen. LeMieux, George S. [R-FL] R FL 2010-12-16 1
111-sjres-42,A000360 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 A000360 Sen. Alexander, Lamar [R-TN] R TN 2010-12-16 1
111-sjres-42,I000055 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 I000055 Sen. Isakson, Johnny [R-GA] R GA 2010-12-16 1
111-sjres-42,M000303 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 M000303 Sen. McCain, John [R-AZ] R AZ 2010-12-16 1
111-sjres-42,C001056 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 C001056 Sen. Cornyn, John [R-TX] R TX 2010-12-16 1
111-sjres-42,G000359 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 G000359 Sen. Graham, Lindsey [R-SC] R SC 2010-12-16 1
111-sjres-42,H000338 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 H000338 Sen. Hatch, Orrin G. [R-UT] R UT 2010-12-16 1
111-sjres-42,W000437 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 W000437 Sen. Wicker, Roger F. [R-MS] R MS 2010-12-16 1
111-sjres-42,J000291 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 J000291 Sen. Johanns, Mike [R-NE] R NE 2010-12-16 1
111-sjres-42,R000307 A joint resolution to extend the continuing resolution until February 18, 2011. 111-sjres-42 R000307 Sen. Roberts, Pat [R-KS] R KS 2010-12-16 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.408ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API