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

13 rows where bill_id = "113-sres-404" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 12
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-sres-404,G000555 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 G000555 Sen. Gillibrand, Kirsten E. [D-NY] D NY 2014-04-01 0
113-sres-404,R000146 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 R000146 Sen. Reid, Harry [D-NV] D NV 2014-03-27 1
113-sres-404,B000711 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 B000711 Sen. Boxer, Barbara [D-CA] D CA 2014-03-27 1
113-sres-404,H001046 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 H001046 Sen. Heinrich, Martin [D-NM] D NM 2014-03-27 1
113-sres-404,B001267 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 B001267 Sen. Bennet, Michael F. [D-CO] D CO 2014-03-27 1
113-sres-404,U000039 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 U000039 Sen. Udall, Tom [D-NM] D NM 2014-03-27 1
113-sres-404,F000062 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 F000062 Sen. Feinstein, Dianne [D-CA] D CA 2014-03-27 1
113-sres-404,L000174 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2014-03-27 1
113-sres-404,U000038 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 U000038 Sen. Udall, Mark [D-CO] D CO 2014-03-27 1
113-sres-404,S000770 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 S000770 Sen. Stabenow, Debbie [D-MI] D MI 2014-03-27 1
113-sres-404,L000261 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 L000261 Sen. Levin, Carl [D-MI] D MI 2014-03-27 1
113-sres-404,D000563 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 D000563 Sen. Durbin, Richard J. [D-IL] D IL 2014-03-27 1
113-sres-404,W000817 A resolution honoring the accomplishments and legacy of Cesar Estrada Chavez. 113-sres-404 W000817 Sen. Warren, Elizabeth [D-MA] D MA 2014-03-27 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 37.767ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API