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

10 rows where bill_id = "108-hr-3377" 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

  • 0 8
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
108-hr-3377,N000179 Dietary Supplement Access and Awareness Act 108-hr-3377 N000179 Rep. Napolitano, Grace F. [D-CA-38] D CA 2004-03-23 0
108-hr-3377,M000725 Dietary Supplement Access and Awareness Act 108-hr-3377 M000725 Rep. Miller, George [D-CA-7] D CA 2004-03-16 0
108-hr-3377,N000147 Dietary Supplement Access and Awareness Act 108-hr-3377 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2004-03-10 0
108-hr-3377,R000486 Dietary Supplement Access and Awareness Act 108-hr-3377 R000486 Rep. Roybal-Allard, Lucille [D-CA-34] D CA 2004-03-10 0
108-hr-3377,C000380 Dietary Supplement Access and Awareness Act 108-hr-3377 C000380 Del. Christensen, Donna M. [D-VI-At Large] D VI 2004-03-10 0
108-hr-3377,O000159 Dietary Supplement Access and Awareness Act 108-hr-3377 O000159 Rep. Owens, Major R. [D-NY-11] D NY 2004-02-24 0
108-hr-3377,T000326 Dietary Supplement Access and Awareness Act 108-hr-3377 T000326 Rep. Towns, Edolphus [D-NY-10] D NY 2004-02-03 0
108-hr-3377,S000810 Dietary Supplement Access and Awareness Act 108-hr-3377 S000810 Rep. Stark, Fortney Pete [D-CA-13] D CA 2004-02-03 0
108-hr-3377,W000215 Dietary Supplement Access and Awareness Act 108-hr-3377 W000215 Rep. Waxman, Henry A. [D-CA-30] D CA 2003-10-28 1
108-hr-3377,D000355 Dietary Supplement Access and Awareness Act 108-hr-3377 D000355 Rep. Dingell, John D. [D-MI-15] D MI 2003-10-28 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.236ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API