legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "116-hr-4804" 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-4804,D000598 | ProTECT Act of 2019 116-hr-4804 | D000598 | Rep. Davis, Susan A. [D-CA-53] | D | CA | 2020-11-18 | 0 |
| 116-hr-4804,P000608 | ProTECT Act of 2019 116-hr-4804 | P000608 | Rep. Peters, Scott H. [D-CA-52] | D | CA | 2020-02-28 | 0 |
| 116-hr-4804,R000606 | ProTECT Act of 2019 116-hr-4804 | R000606 | Rep. Raskin, Jamie [D-MD-8] | D | MD | 2019-12-05 | 0 |
| 116-hr-4804,Q000023 | ProTECT Act of 2019 116-hr-4804 | Q000023 | Rep. Quigley, Mike [D-IL-5] | D | IL | 2019-12-05 | 0 |
| 116-hr-4804,P000607 | ProTECT Act of 2019 116-hr-4804 | P000607 | Rep. Pocan, Mark [D-WI-2] | D | WI | 2019-12-05 | 0 |
| 116-hr-4804,L000551 | ProTECT Act of 2019 116-hr-4804 | L000551 | Rep. Lee, Barbara [D-CA-13] | D | CA | 2019-11-12 | 0 |
| 116-hr-4804,L000582 | ProTECT Act of 2019 116-hr-4804 | L000582 | Rep. Lieu, Ted [D-CA-33] | D | CA | 2019-10-23 | 1 |
| 116-hr-4804,K000210 | ProTECT Act of 2019 116-hr-4804 | K000210 | Rep. King, Peter T. [R-NY-2] | R | NY | 2019-10-23 | 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);