legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "116-hr-8255" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 1 7
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 116-hr-8255,C000537 | Catawba Indian Nation Lands Act 116-hr-8255 | C000537 | Rep. Clyburn, James E. [D-SC-6] | D | SC | 2020-09-15 | 1 |
| 116-hr-8255,C001122 | Catawba Indian Nation Lands Act 116-hr-8255 | C001122 | Rep. Cunningham, Joe [D-SC-1] | D | SC | 2020-09-15 | 1 |
| 116-hr-8255,A000370 | Catawba Indian Nation Lands Act 116-hr-8255 | A000370 | Rep. Adams, Alma S. [D-NC-12] | D | NC | 2020-09-15 | 1 |
| 116-hr-8255,P000523 | Catawba Indian Nation Lands Act 116-hr-8255 | P000523 | Rep. Price, David E. [D-NC-4] | D | NC | 2020-09-15 | 1 |
| 116-hr-8255,B001311 | Catawba Indian Nation Lands Act 116-hr-8255 | B001311 | Rep. Bishop, Dan [R-NC-9] | R | NC | 2020-09-15 | 1 |
| 116-hr-8255,T000480 | Catawba Indian Nation Lands Act 116-hr-8255 | T000480 | Rep. Timmons, William R. IV [R-SC-4] | R | SC | 2020-09-15 | 1 |
| 116-hr-8255,W000795 | Catawba Indian Nation Lands Act 116-hr-8255 | W000795 | Rep. Wilson, Joe [R-SC-2] | R | SC | 2020-09-15 | 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);