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

14 rows where bill_id = "113-s-2828" 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 11
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-s-2828,B000944 Ukraine Freedom Support Act of 2014 113-s-2828 B000944 Sen. Brown, Sherrod [D-OH] D OH 2014-12-11 0
113-s-2828,M001176 Ukraine Freedom Support Act of 2014 113-s-2828 M001176 Sen. Merkley, Jeff [D-OR] D OR 2014-12-11 0
113-s-2828,D000563 Ukraine Freedom Support Act of 2014 113-s-2828 D000563 Sen. Durbin, Richard J. [D-IL] D IL 2014-12-02 0
113-s-2828,B001277 Ukraine Freedom Support Act of 2014 113-s-2828 B001277 Sen. Blumenthal, Richard [D-CT] D CT 2014-12-02 0
113-s-2828,C001098 Ukraine Freedom Support Act of 2014 113-s-2828 C001098 Sen. Cruz, Ted [R-TX] R TX 2014-11-20 0
113-s-2828,T000461 Ukraine Freedom Support Act of 2014 113-s-2828 T000461 Sen. Toomey, Patrick [R-PA] R PA 2014-11-20 0
113-s-2828,A000368 Ukraine Freedom Support Act of 2014 113-s-2828 A000368 Sen. Ayotte, Kelly [R-NH] R NH 2014-11-19 0
113-s-2828,L000261 Ukraine Freedom Support Act of 2014 113-s-2828 L000261 Sen. Levin, Carl [D-MI] D MI 2014-11-19 0
113-s-2828,C000542 Ukraine Freedom Support Act of 2014 113-s-2828 C000542 Sen. Coats, Daniel [R-IN] R IN 2014-11-17 0
113-s-2828,K000360 Ukraine Freedom Support Act of 2014 113-s-2828 K000360 Sen. Kirk, Mark Steven [R-IL] R IL 2014-11-17 0
113-s-2828,P000449 Ukraine Freedom Support Act of 2014 113-s-2828 P000449 Sen. Portman, Rob [R-OH] R OH 2014-11-12 0
113-s-2828,C001071 Ukraine Freedom Support Act of 2014 113-s-2828 C001071 Sen. Corker, Bob [R-TN] R TN 2014-09-16 1
113-s-2828,C000141 Ukraine Freedom Support Act of 2014 113-s-2828 C000141 Sen. Cardin, Benjamin L. [D-MD] D MD 2014-09-16 1
113-s-2828,M000133 Ukraine Freedom Support Act of 2014 113-s-2828 M000133 Sen. Markey, Edward J. [D-MA] D MA 2014-09-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 208.561ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API