legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where bill_id = "116-hr-8755" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 1 13
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 116-hr-8755,M001180 | Expanded Telehealth Access Act 116-hr-8755 | M001180 | Rep. McKinley, David B. [R-WV-1] | R | WV | 2020-11-16 | 1 |
| 116-hr-8755,F000466 | Expanded Telehealth Access Act 116-hr-8755 | F000466 | Rep. Fitzpatrick, Brian K. [R-PA-1] | R | PA | 2020-11-16 | 1 |
| 116-hr-8755,R000611 | Expanded Telehealth Access Act 116-hr-8755 | R000611 | Rep. Riggleman, Denver [R-VA-5] | R | VA | 2020-11-16 | 1 |
| 116-hr-8755,B001281 | Expanded Telehealth Access Act 116-hr-8755 | B001281 | Rep. Beatty, Joyce [D-OH-3] | D | OH | 2020-11-16 | 1 |
| 116-hr-8755,C001072 | Expanded Telehealth Access Act 116-hr-8755 | C001072 | Rep. Carson, Andre [D-IN-7] | D | IN | 2020-11-16 | 1 |
| 116-hr-8755,T000467 | Expanded Telehealth Access Act 116-hr-8755 | T000467 | Rep. Thompson, Glenn [R-PA-15] | R | PA | 2020-11-16 | 1 |
| 116-hr-8755,K000394 | Expanded Telehealth Access Act 116-hr-8755 | K000394 | Rep. Kim, Andy [D-NJ-3] | D | NJ | 2020-11-16 | 1 |
| 116-hr-8755,M001206 | Expanded Telehealth Access Act 116-hr-8755 | M001206 | Rep. Morelle, Joseph D. [D-NY-25] | D | NY | 2020-11-16 | 1 |
| 116-hr-8755,R000515 | Expanded Telehealth Access Act 116-hr-8755 | R000515 | Rep. Rush, Bobby L. [D-IL-1] | D | IL | 2020-11-16 | 1 |
| 116-hr-8755,S001165 | Expanded Telehealth Access Act 116-hr-8755 | S001165 | Rep. Sires, Albio [D-NJ-8] | D | NJ | 2020-11-16 | 1 |
| 116-hr-8755,H001082 | Expanded Telehealth Access Act 116-hr-8755 | H001082 | Rep. Hern, Kevin [R-OK-1] | R | OK | 2020-11-16 | 1 |
| 116-hr-8755,T000480 | Expanded Telehealth Access Act 116-hr-8755 | T000480 | Rep. Timmons, William R. IV [R-SC-4] | R | SC | 2020-11-16 | 1 |
| 116-hr-8755,T000469 | Expanded Telehealth Access Act 116-hr-8755 | T000469 | Rep. Tonko, Paul [D-NY-20] | D | NY | 2020-11-16 | 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);