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

9 rows where bill_id = "111-hconres-320" 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 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hconres-320,B001245 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 B001245 Del. Bordallo, Madeleine Z. [D-GU-At Large] D GU 2010-11-30 0
111-hconres-320,M001137 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 M001137 Rep. Meeks, Gregory W. [D-NY-6] D NY 2010-09-29 0
111-hconres-320,R000581 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 R000581 Rep. Richardson, Laura [D-CA-37] D CA 2010-09-29 0
111-hconres-320,C001062 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 C001062 Rep. Conaway, K. Michael [R-TX-11] R TX 2010-09-29 0
111-hconres-320,M001134 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 M001134 Rep. Myrick, Sue Wilkins [R-NC-9] R NC 2010-09-29 0
111-hconres-320,W000800 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 W000800 Rep. Welch, Peter [D-VT-At Large] D VT 2010-09-29 0
111-hconres-320,L000274 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 L000274 Rep. Lewis, Jerry [R-CA-41] R CA 2010-09-29 0
111-hconres-320,T000467 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 T000467 Rep. Thompson, Glenn [R-PA-5] R PA 2010-09-29 0
111-hconres-320,M001158 Recognizing the 45th anniversary of the White House Fellows Program. 111-hconres-320 M001158 Rep. Marchant, Kenny [R-TX-24] R TX 2010-09-29 0

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 743.489ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API