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

8 rows where bill_id = "104-hr-3296" 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

  • 1 6
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
104-hr-3296,T000238 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 T000238 Rep. Thornberry, Mac [R-TX-13] R TX 1996-05-16 0
104-hr-3296,S001143 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 S001143 Rep. Souder, Mark E. [R-IN-4] R IN 1996-05-16 0
104-hr-3296,C000059 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 C000059 Rep. Calvert, Ken [R-CA-43] R CA 1996-04-23 1
104-hr-3296,L000397 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 L000397 Rep. Lofgren, Zoe [D-CA-16] D CA 1996-04-23 1
104-hr-3296,W000273 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 W000273 Rep. Weller, Jerry [R-IL-11] R IL 1996-04-23 1
104-hr-3296,D000549 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 D000549 Rep. Dunn, Jennifer [R-WA-8] R WA 1996-04-23 1
104-hr-3296,B000403 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 B000403 Rep. Bereuter, Doug [R-NE-1] R NE 1996-04-23 1
104-hr-3296,S000463 To amend the Family and Medical Leave Act of 1993 to apply the same employer requirements to all persons. 104-hr-3296 S000463 Rep. Skeen, Joe [R-NM-2] R NM 1996-04-23 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 6.454ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API