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 = "113-hconres-94" 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 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-hconres-94,C001095 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 C001095 Rep. Cotton, Tom [R-AR-4] R AR 2014-04-28 0
113-hconres-94,L000564 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 L000564 Rep. Lamborn, Doug [R-CO-5] R CO 2014-04-08 0
113-hconres-94,N000185 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 N000185 Rep. Nugent, Richard B. [R-FL-11] R FL 2014-04-08 0
113-hconres-94,H001055 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 H001055 Rep. Heck, Joseph J. [R-NV-3] R NV 2014-04-08 0
113-hconres-94,T000238 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 T000238 Rep. Thornberry, Mac [R-TX-13] R TX 2014-04-01 0
113-hconres-94,K000363 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 K000363 Rep. Kline, John [R-MN-2] R MN 2014-04-01 0
113-hconres-94,W000795 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 W000795 Rep. Wilson, Joe [R-SC-2] R SC 2014-03-27 0
113-hconres-94,M000508 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 M000508 Rep. McKeon, Howard P. "Buck" [R-CA-25] R CA 2014-03-27 0
113-hconres-94,C001094 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 C001094 Rep. Cook, Paul [R-CA-8] R CA 2014-03-27 0
113-hconres-94,P000592 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 P000592 Rep. Poe, Ted [R-TX-2] R TX 2014-03-25 1
113-hconres-94,H001064 Expressing the sense of Congress that the President should hold the Russian Federation accountable for being in material breach of its obligations under the Intermediate-Range Nuclear Forces Treaty. 113-hconres-94 H001064 Rep. Heck, Denny [D-WA-10] D WA 2014-03-25 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 8.625ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API