legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "110-hr-6192" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
is_original_cosponsor 1
- 0 9
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 110-hr-6192,G000021 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | G000021 | Rep. Gallegly, Elton [R-CA-24] | R | CA | 2008-09-18 | 0 |
| 110-hr-6192,T000458 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | T000458 | Rep. Tancredo, Thomas G. [R-CO-6] | R | CO | 2008-06-19 | 0 |
| 110-hr-6192,B001149 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | B001149 | Rep. Burton, Dan [R-IN-5] | R | IN | 2008-06-19 | 0 |
| 110-hr-6192,M001134 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | M001134 | Rep. Myrick, Sue Wilkins [R-NC-9] | R | NC | 2008-06-18 | 0 |
| 110-hr-6192,R000409 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | R000409 | Rep. Rohrabacher, Dana [R-CA-46] | R | CA | 2008-06-12 | 0 |
| 110-hr-6192,B000461 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | B000461 | Rep. Bilbray, Brian P. [R-CA-50] | R | CA | 2008-06-12 | 0 |
| 110-hr-6192,C001064 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | C001064 | Rep. Campbell, John [R-CA-48] | R | CA | 2008-06-12 | 0 |
| 110-hr-6192,G000280 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | G000280 | Rep. Goode, Virgil H., Jr. [R-VA-5] | R | VA | 2008-06-12 | 0 |
| 110-hr-6192,D000604 | Illegal Alien Crime Reporting Act of 2008 110-hr-6192 | D000604 | Rep. Dent, Charles W. [R-PA-15] | R | PA | 2008-06-12 | 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);