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-3514" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: state, sponsorship_date, sponsorship_date (date)
is_original_cosponsor 1
- 0 10
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 110-hr-3514,C000794 | Gender Bias Elimination Act of 2007 110-hr-3514 | C000794 | Rep. Costello, Jerry F. [D-IL-12] | D | IL | 2008-03-10 | 0 |
| 110-hr-3514,R000170 | Gender Bias Elimination Act of 2007 110-hr-3514 | R000170 | Rep. Reyes, Silvestre [D-TX-16] | D | TX | 2008-03-10 | 0 |
| 110-hr-3514,B001230 | Gender Bias Elimination Act of 2007 110-hr-3514 | B001230 | Rep. Baldwin, Tammy [D-WI-2] | D | WI | 2008-03-10 | 0 |
| 110-hr-3514,S000480 | Gender Bias Elimination Act of 2007 110-hr-3514 | S000480 | Rep. Slaughter, Louise McIntosh [D-NY-28] | D | NY | 2007-12-18 | 0 |
| 110-hr-3514,F000116 | Gender Bias Elimination Act of 2007 110-hr-3514 | F000116 | Rep. Filner, Bob [D-CA-51] | D | CA | 2007-12-18 | 0 |
| 110-hr-3514,G000309 | Gender Bias Elimination Act of 2007 110-hr-3514 | G000309 | Rep. Gordon, Bart [D-TN-6] | D | TN | 2007-12-18 | 0 |
| 110-hr-3514,S001162 | Gender Bias Elimination Act of 2007 110-hr-3514 | S001162 | Rep. Schwartz, Allyson Y. [D-PA-13] | D | PA | 2007-12-18 | 0 |
| 110-hr-3514,H001034 | Gender Bias Elimination Act of 2007 110-hr-3514 | H001034 | Rep. Honda, Michael M. [D-CA-15] | D | CA | 2007-12-18 | 0 |
| 110-hr-3514,B001231 | Gender Bias Elimination Act of 2007 110-hr-3514 | B001231 | Rep. Berkley, Shelley [D-NV-1] | D | NV | 2007-12-18 | 0 |
| 110-hr-3514,H000636 | Gender Bias Elimination Act of 2007 110-hr-3514 | H000636 | Rep. Hinojosa, Ruben [D-TX-15] | D | TX | 2007-10-18 | 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);