legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where bill_id = "106-s-2255" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, sponsorship_date (date)
is_original_cosponsor 1
- 0 5
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 106-s-2255,B001126 | A bill to amend the Internet Tax Freedom Act to extend the moratorium through calendar year 2006. 106-s-2255 | B001126 | Sen. Burns, Conrad R. [R-MT] | R | MT | 2000-04-26 | 0 |
| 106-s-2255,L000447 | A bill to amend the Internet Tax Freedom Act to extend the moratorium through calendar year 2006. 106-s-2255 | L000447 | Sen. Lott, Trent [R-MS] | R | MS | 2000-04-11 | 0 |
| 106-s-2255,A000355 | A bill to amend the Internet Tax Freedom Act to extend the moratorium through calendar year 2006. 106-s-2255 | A000355 | Sen. Abraham, Spencer [R-MI] | R | MI | 2000-04-10 | 0 |
| 106-s-2255,L000174 | A bill to amend the Internet Tax Freedom Act to extend the moratorium through calendar year 2006. 106-s-2255 | L000174 | Sen. Leahy, Patrick J. [D-VT] | D | VT | 2000-03-30 | 0 |
| 106-s-2255,W000779 | A bill to amend the Internet Tax Freedom Act to extend the moratorium through calendar year 2006. 106-s-2255 | W000779 | Sen. Wyden, Ron [D-OR] | D | OR | 2000-03-27 | 0 |
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);