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

11 rows where bill_id = "113-hr-5256" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 9
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-hr-5256,G000562 Stop Discrimination in the Workplace Act 113-hr-5256 G000562 Rep. Gardner, Cory [R-CO-4] R CO 2014-09-10 0
113-hr-5256,S001186 Stop Discrimination in the Workplace Act 113-hr-5256 S001186 Rep. Southerland, Steve II [R-FL-2] R FL 2014-07-31 0
113-hr-5256,C001047 Stop Discrimination in the Workplace Act 113-hr-5256 C001047 Rep. Capito, Shelley Moore [R-WV-2] R WV 2014-07-30 1
113-hr-5256,J000290 Stop Discrimination in the Workplace Act 113-hr-5256 J000290 Rep. Jenkins, Lynn [R-KS-2] R KS 2014-07-30 1
113-hr-5256,E000291 Stop Discrimination in the Workplace Act 113-hr-5256 E000291 Rep. Ellmers, Renee L. [R-NC-2] R NC 2014-07-30 1
113-hr-5256,B001256 Stop Discrimination in the Workplace Act 113-hr-5256 B001256 Rep. Bachmann, Michele [R-MN-6] R MN 2014-07-30 1
113-hr-5256,V000129 Stop Discrimination in the Workplace Act 113-hr-5256 V000129 Rep. Valadao, David G. [R-CA-21] R CA 2014-07-30 1
113-hr-5256,D000619 Stop Discrimination in the Workplace Act 113-hr-5256 D000619 Rep. Davis, Rodney [R-IL-13] R IL 2014-07-30 1
113-hr-5256,G000377 Stop Discrimination in the Workplace Act 113-hr-5256 G000377 Rep. Granger, Kay [R-TX-12] R TX 2014-07-30 1
113-hr-5256,L000571 Stop Discrimination in the Workplace Act 113-hr-5256 L000571 Rep. Lummis, Cynthia M. [R-WY-At Large] R WY 2014-07-30 1
113-hr-5256,F000451 Stop Discrimination in the Workplace Act 113-hr-5256 F000451 Rep. Fitzpatrick, Michael G. [R-PA-8] R PA 2014-07-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 6.687ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API