legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "116-hr-8077" 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 |
|---|---|---|---|---|---|---|---|
| 116-hr-8077,T000165 | GIVE MILK Act 116-hr-8077 | T000165 | Rep. Tiffany, Thomas P. [R-WI-7] | R | WI | 2020-10-16 | 0 |
| 116-hr-8077,K000188 | GIVE MILK Act 116-hr-8077 | K000188 | Rep. Kind, Ron [D-WI-3] | D | WI | 2020-09-30 | 0 |
| 116-hr-8077,F000461 | GIVE MILK Act 116-hr-8077 | F000461 | Rep. Flores, Bill [R-TX-17] | R | TX | 2020-09-29 | 0 |
| 116-hr-8077,B001307 | GIVE MILK Act 116-hr-8077 | B001307 | Rep. Baird, James R. [R-IN-4] | R | IN | 2020-09-29 | 0 |
| 116-hr-8077,R000582 | GIVE MILK Act 116-hr-8077 | R000582 | Rep. Roe, David P. [R-TN-1] | R | TN | 2020-09-24 | 0 |
| 116-hr-8077,B001308 | GIVE MILK Act 116-hr-8077 | B001308 | Rep. Brindisi, Anthony [D-NY-22] | D | NY | 2020-09-22 | 0 |
| 116-hr-8077,M001204 | GIVE MILK Act 116-hr-8077 | M001204 | Rep. Meuser, Daniel [R-PA-9] | R | PA | 2020-09-15 | 0 |
| 116-hr-8077,M001198 | GIVE MILK Act 116-hr-8077 | M001198 | Rep. Marshall, Roger [R-KS-1] | R | KS | 2020-09-15 | 0 |
| 116-hr-8077,R000610 | GIVE MILK Act 116-hr-8077 | R000610 | Rep. Reschenthaler, Guy [R-PA-14] | R | PA | 2020-09-15 | 0 |
| 116-hr-8077,P000605 | GIVE MILK Act 116-hr-8077 | P000605 | Rep. Perry, Scott [R-PA-10] | R | PA | 2020-09-15 | 0 |
| 116-hr-8077,T000467 | GIVE MILK Act 116-hr-8077 | T000467 | Rep. Thompson, Glenn [R-PA-15] | R | PA | 2020-08-21 | 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);