legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "111-hr-6485" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: sponsorship_date, sponsorship_date (date)
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 111-hr-6485,W000791 | State Sovereignty Wildlife Management Act 111-hr-6485 | W000791 | Rep. Walden, Greg [R-OR-2] | R | OR | 2010-12-15 | 0 |
| 111-hr-6485,S001148 | State Sovereignty Wildlife Management Act 111-hr-6485 | S001148 | Rep. Simpson, Michael K. [R-ID-2] | R | ID | 2010-12-02 | 1 |
| 111-hr-6485,C001076 | State Sovereignty Wildlife Management Act 111-hr-6485 | C001076 | Rep. Chaffetz, Jason [R-UT-3] | R | UT | 2010-12-02 | 1 |
| 111-hr-6485,R000571 | State Sovereignty Wildlife Management Act 111-hr-6485 | R000571 | Rep. Rehberg, Denny [R-MT-At Large] | R | MT | 2010-12-02 | 1 |
| 111-hr-6485,L000571 | State Sovereignty Wildlife Management Act 111-hr-6485 | L000571 | Rep. Lummis, Cynthia M. [R-WY-At Large] | R | WY | 2010-12-02 | 1 |
| 111-hr-6485,F000448 | State Sovereignty Wildlife Management Act 111-hr-6485 | F000448 | Rep. Franks, Trent [R-AZ-2] | R | AZ | 2010-12-02 | 1 |
| 111-hr-6485,H000528 | State Sovereignty Wildlife Management Act 111-hr-6485 | H000528 | Rep. Herger, Wally [R-CA-2] | R | CA | 2010-12-02 | 1 |
| 111-hr-6485,H001041 | State Sovereignty Wildlife Management Act 111-hr-6485 | H001041 | Rep. Heller, Dean [R-NV-2] | R | NV | 2010-12-02 | 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);