legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "111-hr-3744" 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 |
|---|---|---|---|---|---|---|---|
| 111-hr-3744,O000169 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | O000169 | Rep. Owens, William L. [D-NY-23] | D | NY | 2010-09-29 | 0 |
| 111-hr-3744,W000800 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | W000800 | Rep. Welch, Peter [D-VT-At Large] | D | VT | 2010-09-29 | 0 |
| 111-hr-3744,C001069 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | C001069 | Rep. Courtney, Joe [D-CT-2] | D | CT | 2009-10-08 | 0 |
| 111-hr-3744,R000568 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | R000568 | Rep. Rodriguez, Ciro D. [D-TX-23] | D | TX | 2009-10-08 | 0 |
| 111-hr-3744,M001173 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | M001173 | Rep. Massa, Eric J. J. [D-NY-29] | D | NY | 2009-10-08 | 0 |
| 111-hr-3744,H001038 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | H001038 | Rep. Higgins, Brian [D-NY-27] | D | NY | 2009-10-08 | 0 |
| 111-hr-3744,C001051 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | C001051 | Rep. Carter, John R. [R-TX-31] | R | TX | 2009-10-08 | 0 |
| 111-hr-3744,B000208 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | B000208 | Rep. Bartlett, Roscoe G. [R-MD-6] | R | MD | 2009-10-08 | 0 |
| 111-hr-3744,L000568 | Dairy and Sheep H-2A Visa Enhancement Act 111-hr-3744 | L000568 | Rep. Lee, Christopher J. [R-NY-26] | R | NY | 2009-10-07 | 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);