legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where bill_id = "115-hr-7378" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date (date)
is_original_cosponsor 1
- 1 6
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 115-hr-7378,L000578 | Guidance Clarity Act of 2018 115-hr-7378 | L000578 | Rep. LaMalfa, Doug [R-CA-1] | R | CA | 2018-12-20 | 1 |
| 115-hr-7378,L000576 | Guidance Clarity Act of 2018 115-hr-7378 | L000576 | Rep. Long, Billy [R-MO-7] | R | MO | 2018-12-20 | 1 |
| 115-hr-7378,N000190 | Guidance Clarity Act of 2018 115-hr-7378 | N000190 | Rep. Norman, Ralph [R-SC-5] | R | SC | 2018-12-20 | 1 |
| 115-hr-7378,K000388 | Guidance Clarity Act of 2018 115-hr-7378 | K000388 | Rep. Kelly, Trent [R-MS-1] | R | MS | 2018-12-20 | 1 |
| 115-hr-7378,S001195 | Guidance Clarity Act of 2018 115-hr-7378 | S001195 | Rep. Smith, Jason [R-MO-8] | R | MO | 2018-12-20 | 1 |
| 115-hr-7378,W000812 | Guidance Clarity Act of 2018 115-hr-7378 | W000812 | Rep. Wagner, Ann [R-MO-2] | R | MO | 2018-12-20 | 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);