legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where bill_id = "109-s-2652" 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 |
|---|---|---|---|---|---|---|---|
| 109-s-2652,M001111 | Border Tunnel Prevention Act 109-s-2652 | M001111 | Sen. Murray, Patty [D-WA] | D | WA | 2006-06-29 | 0 |
| 109-s-2652,A000109 | Border Tunnel Prevention Act 109-s-2652 | A000109 | Sen. Allard, Wayne [R-CO] | R | CO | 2006-05-09 | 0 |
| 109-s-2652,A000121 | Border Tunnel Prevention Act 109-s-2652 | A000121 | Sen. Allen, George [R-VA] | R | VA | 2006-05-08 | 0 |
| 109-s-2652,S001163 | Border Tunnel Prevention Act 109-s-2652 | S001163 | Sen. Salazar, Ken [D-CO] | D | CO | 2006-05-04 | 0 |
| 109-s-2652,K000352 | Border Tunnel Prevention Act 109-s-2652 | K000352 | Sen. Kyl, Jon [R-AZ] | R | AZ | 2006-04-26 | 1 |
| 109-s-2652,C000127 | Border Tunnel Prevention Act 109-s-2652 | C000127 | Sen. Cantwell, Maria [D-WA] | D | WA | 2006-04-26 | 1 |
| 109-s-2652,F000439 | Border Tunnel Prevention Act 109-s-2652 | F000439 | Sen. Frist, William H. [R-TN] | R | TN | 2006-04-26 | 1 |
| 109-s-2652,B000711 | Border Tunnel Prevention Act 109-s-2652 | B000711 | Sen. Boxer, Barbara [D-CA] | D | CA | 2006-04-26 | 1 |
| 109-s-2652,H001016 | Border Tunnel Prevention Act 109-s-2652 | H001016 | Sen. Hutchison, Kay Bailey [R-TX] | R | TX | 2006-04-26 | 1 |
| 109-s-2652,B000468 | Border Tunnel Prevention Act 109-s-2652 | B000468 | Sen. Bingaman, Jeff [D-NM] | D | NM | 2006-04-26 | 1 |
| 109-s-2652,M000303 | Border Tunnel Prevention Act 109-s-2652 | M000303 | Sen. McCain, John [R-AZ] | R | AZ | 2006-04-26 | 1 |
| 109-s-2652,D000407 | Border Tunnel Prevention Act 109-s-2652 | D000407 | Sen. Domenici, Pete V. [R-NM] | R | NM | 2006-04-26 | 1 |
| 109-s-2652,C001057 | Border Tunnel Prevention Act 109-s-2652 | C001057 | Sen. Coleman, Norm [R-MN] | R | MN | 2006-04-26 | 1 |
| 109-s-2652,T000024 | Border Tunnel Prevention Act 109-s-2652 | T000024 | Sen. Talent, Jim [R-MO] | R | MO | 2006-04-26 | 1 |
| 109-s-2652,C000705 | Border Tunnel Prevention Act 109-s-2652 | C000705 | Sen. Conrad, Kent [D-ND] | D | ND | 2006-04-26 | 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);