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

12 rows where bill_id = "116-hres-332" 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 10
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hres-332,P000608 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 P000608 Rep. Peters, Scott H. [D-CA-52] D CA 2019-07-25 0
116-hres-332,C001078 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 C001078 Rep. Connolly, Gerald E. [D-VA-11] D VA 2019-05-03 0
116-hres-332,M001202 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 M001202 Rep. Murphy, Stephanie N. [D-FL-7] D FL 2019-04-30 1
116-hres-332,L000579 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 L000579 Rep. Lowenthal, Alan S. [D-CA-47] D CA 2019-04-30 1
116-hres-332,N000147 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2019-04-30 1
116-hres-332,C001055 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 C001055 Rep. Case, Ed [D-HI-1] D HI 2019-04-30 1
116-hres-332,L000397 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 L000397 Rep. Lofgren, Zoe [D-CA-19] D CA 2019-04-30 1
116-hres-332,C001123 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 C001123 Rep. Cisneros, Gilbert Ray, Jr. [D-CA-39] D CA 2019-04-30 1
116-hres-332,P000618 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 P000618 Rep. Porter, Katie [D-CA-45] D CA 2019-04-30 1
116-hres-332,K000389 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 K000389 Rep. Khanna, Ro [D-CA-17] D CA 2019-04-30 1
116-hres-332,R000616 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 R000616 Rep. Rouda, Harley [D-CA-48] D CA 2019-04-30 1
116-hres-332,B001292 Recognizing the accomplishments and the contributions of Vietnamese Americans. 116-hres-332 B001292 Rep. Beyer, Donald S., Jr. [D-VA-8] D VA 2019-04-30 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 5.078ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API