legislation_cosponsors
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
This data as json, CSV (advanced)
Suggested facets: sponsorship_date, sponsorship_date (date)
| 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
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);