legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "113-hr-5597" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date (date)
is_original_cosponsor 1
- 1 14
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 113-hr-5597,H001052 | EDIBLE Act 113-hr-5597 | H001052 | Rep. Harris, Andy [R-MD-1] | R | MD | 2014-09-18 | 1 |
| 113-hr-5597,B001256 | EDIBLE Act 113-hr-5597 | B001256 | Rep. Bachmann, Michele [R-MN-6] | R | MN | 2014-09-18 | 1 |
| 113-hr-5597,W000796 | EDIBLE Act 113-hr-5597 | W000796 | Rep. Westmoreland, Lynn A. [R-GA-3] | R | GA | 2014-09-18 | 1 |
| 113-hr-5597,M001158 | EDIBLE Act 113-hr-5597 | M001158 | Rep. Marchant, Kenny [R-TX-24] | R | TX | 2014-09-18 | 1 |
| 113-hr-5597,S000937 | EDIBLE Act 113-hr-5597 | S000937 | Rep. Stockman, Steve [R-TX-36] | R | TX | 2014-09-18 | 1 |
| 113-hr-5597,R000575 | EDIBLE Act 113-hr-5597 | R000575 | Rep. Rogers, Mike D. [R-AL-3] | R | AL | 2014-09-18 | 1 |
| 113-hr-5597,R000582 | EDIBLE Act 113-hr-5597 | R000582 | Rep. Roe, David P. [R-TN-1] | R | TN | 2014-09-18 | 1 |
| 113-hr-5597,B001243 | EDIBLE Act 113-hr-5597 | B001243 | Rep. Blackburn, Marsha [R-TN-7] | R | TN | 2014-09-18 | 1 |
| 113-hr-5597,B001283 | EDIBLE Act 113-hr-5597 | B001283 | Rep. Bridenstine, Jim [R-OK-1] | R | OK | 2014-09-18 | 1 |
| 113-hr-5597,Y000065 | EDIBLE Act 113-hr-5597 | Y000065 | Rep. Yoho, Ted S. [R-FL-3] | R | FL | 2014-09-18 | 1 |
| 113-hr-5597,L000575 | EDIBLE Act 113-hr-5597 | L000575 | Rep. Lankford, James [R-OK-5] | R | OK | 2014-09-18 | 1 |
| 113-hr-5597,B001274 | EDIBLE Act 113-hr-5597 | B001274 | Rep. Brooks, Mo [R-AL-5] | R | AL | 2014-09-18 | 1 |
| 113-hr-5597,D000615 | EDIBLE Act 113-hr-5597 | D000615 | Rep. Duncan, Jeff [R-SC-3] | R | SC | 2014-09-18 | 1 |
| 113-hr-5597,M001156 | EDIBLE Act 113-hr-5597 | M001156 | Rep. McHenry, Patrick T. [R-NC-10] | R | NC | 2014-09-18 | 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);