legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
18 rows where bill_id = "116-hr-8517" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 116-hr-8517,R000612 | Protect Speech Act 116-hr-8517 | R000612 | Rep. Rose, John W. [R-TN-6] | R | TN | 2020-12-09 | 0 |
| 116-hr-8517,B001260 | Protect Speech Act 116-hr-8517 | B001260 | Rep. Buchanan, Vern [R-FL-16] | R | FL | 2020-12-08 | 0 |
| 116-hr-8517,R000609 | Protect Speech Act 116-hr-8517 | R000609 | Rep. Rutherford, John H. [R-FL-4] | R | FL | 2020-11-27 | 0 |
| 116-hr-8517,H001082 | Protect Speech Act 116-hr-8517 | H001082 | Rep. Hern, Kevin [R-OK-1] | R | OK | 2020-10-20 | 0 |
| 116-hr-8517,J000299 | Protect Speech Act 116-hr-8517 | J000299 | Rep. Johnson, Mike [R-LA-4] | R | LA | 2020-10-20 | 0 |
| 116-hr-8517,H001088 | Protect Speech Act 116-hr-8517 | H001088 | Rep. Hagedorn, Jim [R-MN-1] | R | MN | 2020-10-20 | 0 |
| 116-hr-8517,P000599 | Protect Speech Act 116-hr-8517 | P000599 | Rep. Posey, Bill [R-FL-8] | R | FL | 2020-10-20 | 0 |
| 116-hr-8517,S000244 | Protect Speech Act 116-hr-8517 | S000244 | Rep. Sensenbrenner, F. James, Jr. [R-WI-5] | R | WI | 2020-10-02 | 1 |
| 116-hr-8517,G000552 | Protect Speech Act 116-hr-8517 | G000552 | Rep. Gohmert, Louie [R-TX-1] | R | TX | 2020-10-02 | 1 |
| 116-hr-8517,C001093 | Protect Speech Act 116-hr-8517 | C001093 | Rep. Collins, Doug [R-GA-9] | R | GA | 2020-10-02 | 1 |
| 116-hr-8517,B001297 | Protect Speech Act 116-hr-8517 | B001297 | Rep. Buck, Ken [R-CO-4] | R | CO | 2020-10-02 | 1 |
| 116-hr-8517,B001302 | Protect Speech Act 116-hr-8517 | B001302 | Rep. Biggs, Andy [R-AZ-5] | R | AZ | 2020-10-02 | 1 |
| 116-hr-8517,M001177 | Protect Speech Act 116-hr-8517 | M001177 | Rep. McClintock, Tom [R-CA-4] | R | CA | 2020-10-02 | 1 |
| 116-hr-8517,L000589 | Protect Speech Act 116-hr-8517 | L000589 | Rep. Lesko, Debbie [R-AZ-8] | R | AZ | 2020-10-02 | 1 |
| 116-hr-8517,R000610 | Protect Speech Act 116-hr-8517 | R000610 | Rep. Reschenthaler, Guy [R-PA-14] | R | PA | 2020-10-02 | 1 |
| 116-hr-8517,C001118 | Protect Speech Act 116-hr-8517 | C001118 | Rep. Cline, Ben [R-VA-6] | R | VA | 2020-10-02 | 1 |
| 116-hr-8517,S001214 | Protect Speech Act 116-hr-8517 | S001214 | Rep. Steube, W. Gregory [R-FL-17] | R | FL | 2020-10-02 | 1 |
| 116-hr-8517,T000165 | Protect Speech Act 116-hr-8517 | T000165 | Rep. Tiffany, Thomas P. [R-WI-7] | R | WI | 2020-10-02 | 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);