legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "113-hr-5116" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 113-hr-5116,P000592 | Human Trafficking Detection Act of 2014 113-hr-5116 | P000592 | Rep. Poe, Ted [R-TX-2] | R | TX | 2014-07-23 | 0 |
| 113-hr-5116,H001056 | Human Trafficking Detection Act of 2014 113-hr-5116 | H001056 | Rep. Herrera Beutler, Jaime [R-WA-3] | R | WA | 2014-07-23 | 0 |
| 113-hr-5116,K000382 | Human Trafficking Detection Act of 2014 113-hr-5116 | K000382 | Rep. Kuster, Ann M. [D-NH-2] | D | NH | 2014-07-23 | 0 |
| 113-hr-5116,F000451 | Human Trafficking Detection Act of 2014 113-hr-5116 | F000451 | Rep. Fitzpatrick, Michael G. [R-PA-8] | R | PA | 2014-07-23 | 0 |
| 113-hr-5116,R000588 | Human Trafficking Detection Act of 2014 113-hr-5116 | R000588 | Rep. Richmond, Cedric L. [D-LA-2] | D | LA | 2014-07-18 | 0 |
| 113-hr-5116,M001157 | Human Trafficking Detection Act of 2014 113-hr-5116 | M001157 | Rep. McCaul, Michael T. [R-TX-10] | R | TX | 2014-07-15 | 1 |
| 113-hr-5116,S000030 | Human Trafficking Detection Act of 2014 113-hr-5116 | S000030 | Rep. Sanchez, Loretta [D-CA-46] | D | CA | 2014-07-15 | 1 |
| 113-hr-5116,H001067 | Human Trafficking Detection Act of 2014 113-hr-5116 | H001067 | Rep. Hudson, Richard [R-NC-8] | R | NC | 2014-07-15 | 1 |
| 113-hr-5116,O000170 | Human Trafficking Detection Act of 2014 113-hr-5116 | O000170 | Rep. O'Rourke, Beto [D-TX-16] | D | TX | 2014-07-15 | 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);