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 = "110-hr-3685" 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 5
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hr-3685,C001068 Employment Non-Discrimination Act of 2007 110-hr-3685 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2007-10-05 0
110-hr-3685,W000738 Employment Non-Discrimination Act of 2007 110-hr-3685 W000738 Rep. Woolsey, Lynn C. [D-CA-6] D CA 2007-10-05 0
110-hr-3685,W000797 Employment Non-Discrimination Act of 2007 110-hr-3685 W000797 Rep. Wasserman Schultz, Debbie [D-FL-20] D FL 2007-10-05 0
110-hr-3685,F000116 Employment Non-Discrimination Act of 2007 110-hr-3685 F000116 Rep. Filner, Bob [D-CA-51] D CA 2007-10-05 0
110-hr-3685,H000213 Employment Non-Discrimination Act of 2007 110-hr-3685 H000213 Rep. Harman, Jane [D-CA-36] D CA 2007-10-05 0
110-hr-3685,P000555 Employment Non-Discrimination Act of 2007 110-hr-3685 P000555 Rep. Pryce, Deborah [R-OH-15] R OH 2007-09-27 1
110-hr-3685,S001144 Employment Non-Discrimination Act of 2007 110-hr-3685 S001144 Rep. Shays, Christopher [R-CT-4] R CT 2007-09-27 1
110-hr-3685,A000210 Employment Non-Discrimination Act of 2007 110-hr-3685 A000210 Rep. Andrews, Robert E. [D-NJ-1] D NJ 2007-09-27 1
110-hr-3685,M000725 Employment Non-Discrimination Act of 2007 110-hr-3685 M000725 Rep. Miller, George [D-CA-7] D CA 2007-09-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 4.459ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API