legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "110-hr-6831" 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 |
|---|---|---|---|---|---|---|---|
| 110-hr-6831,B001229 | Copper Theft Prevention Act of 2008 110-hr-6831 | B001229 | Rep. Baird, Brian [D-WA-3] | D | WA | 2008-09-26 | 0 |
| 110-hr-6831,B001252 | Copper Theft Prevention Act of 2008 110-hr-6831 | B001252 | Rep. Barrow, John [D-GA-12] | D | GA | 2008-09-22 | 0 |
| 110-hr-6831,B000420 | Copper Theft Prevention Act of 2008 110-hr-6831 | B000420 | Rep. Berry, Marion [D-AR-1] | D | AR | 2008-09-22 | 0 |
| 110-hr-6831,M001149 | Copper Theft Prevention Act of 2008 110-hr-6831 | M001149 | Rep. Michaud, Michael H. [D-ME-2] | D | ME | 2008-09-18 | 0 |
| 110-hr-6831,M001161 | Copper Theft Prevention Act of 2008 110-hr-6831 | M001161 | Rep. Melancon, Charlie [D-LA-3] | D | LA | 2008-09-18 | 0 |
| 110-hr-6831,S001157 | Copper Theft Prevention Act of 2008 110-hr-6831 | S001157 | Rep. Scott, David [D-GA-13] | D | GA | 2008-09-17 | 0 |
| 110-hr-6831,P000099 | Copper Theft Prevention Act of 2008 110-hr-6831 | P000099 | Rep. Pastor, Ed [D-AZ-4] | D | AZ | 2008-09-17 | 0 |
| 110-hr-6831,B001231 | Copper Theft Prevention Act of 2008 110-hr-6831 | B001231 | Rep. Berkley, Shelley [D-NV-1] | D | NV | 2008-09-15 | 0 |
| 110-hr-6831,B001245 | Copper Theft Prevention Act of 2008 110-hr-6831 | B001245 | Del. Bordallo, Madeleine Z. [D-GU-At Large] | D | GU | 2008-09-15 | 0 |
| 110-hr-6831,R000033 | Copper Theft Prevention Act of 2008 110-hr-6831 | R000033 | Rep. Ramstad, Jim [R-MN-3] | R | MN | 2008-08-01 | 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);