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-6098" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, 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-6098,B000490 | PRICE of Homeland Security Act 110-hr-6098 | B000490 | Rep. Bishop, Sanford D., Jr. [D-GA-2] | D | GA | 2008-06-18 | 0 |
| 110-hr-6098,D000604 | PRICE of Homeland Security Act 110-hr-6098 | D000604 | Rep. Dent, Charles W. [R-PA-15] | R | PA | 2008-06-05 | 0 |
| 110-hr-6098,P000593 | PRICE of Homeland Security Act 110-hr-6098 | P000593 | Rep. Perlmutter, Ed [D-CO-7] | D | CO | 2008-06-05 | 0 |
| 110-hr-6098,D000327 | PRICE of Homeland Security Act 110-hr-6098 | D000327 | Rep. Dicks, Norman D. [D-WA-6] | D | WA | 2008-06-03 | 0 |
| 110-hr-6098,B001227 | PRICE of Homeland Security Act 110-hr-6098 | B001227 | Rep. Brady, Robert A. [D-PA-1] | D | PA | 2008-06-03 | 0 |
| 110-hr-6098,S001144 | PRICE of Homeland Security Act 110-hr-6098 | S001144 | Rep. Shays, Christopher [R-CT-4] | R | CT | 2008-06-03 | 0 |
| 110-hr-6098,B001257 | PRICE of Homeland Security Act 110-hr-6098 | B001257 | Rep. Bilirakis, Gus M. [R-FL-9] | R | FL | 2008-06-03 | 0 |
| 110-hr-6098,H000213 | PRICE of Homeland Security Act 110-hr-6098 | H000213 | Rep. Harman, Jane [D-CA-36] | D | CA | 2008-05-22 | 0 |
| 110-hr-6098,K000210 | PRICE of Homeland Security Act 110-hr-6098 | K000210 | Rep. King, Peter T. [R-NY-3] | R | NY | 2008-05-21 | 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);