legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where bill_id = "110-hjres-53" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, sponsorship_date, sponsorship_date (date)
is_original_cosponsor 1
- 0 11
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 110-hjres-53,P000149 | Constitutional War Powers Amendments of 2007 110-hjres-53 | P000149 | Rep. Payne, Donald M. [D-NJ-10] | D | NJ | 2008-04-02 | 0 |
| 110-hjres-53,C001060 | Constitutional War Powers Amendments of 2007 110-hjres-53 | C001060 | Rep. Carnahan, Russ [D-MO-3] | D | MO | 2008-04-02 | 0 |
| 110-hjres-53,F000010 | Constitutional War Powers Amendments of 2007 110-hjres-53 | F000010 | Del. Faleomavaega, Eni F. H. [D-AS-At Large] | D | AS | 2008-03-13 | 0 |
| 110-hjres-53,B000574 | Constitutional War Powers Amendments of 2007 110-hjres-53 | B000574 | Rep. Blumenauer, Earl [D-OR-3] | D | OR | 2007-12-04 | 0 |
| 110-hjres-53,B001242 | Constitutional War Powers Amendments of 2007 110-hjres-53 | B001242 | Rep. Bishop, Timothy H. [D-NY-1] | D | NY | 2007-11-13 | 0 |
| 110-hjres-53,D000533 | Constitutional War Powers Amendments of 2007 110-hjres-53 | D000533 | Rep. Duncan, John J., Jr. [R-TN-2] | R | TN | 2007-11-01 | 0 |
| 110-hjres-53,P000583 | Constitutional War Powers Amendments of 2007 110-hjres-53 | P000583 | Rep. Paul, Ron [R-TX-14] | R | TX | 2007-10-17 | 0 |
| 110-hjres-53,G000180 | Constitutional War Powers Amendments of 2007 110-hjres-53 | G000180 | Rep. Gilchrest, Wayne T. [R-MD-1] | R | MD | 2007-10-03 | 0 |
| 110-hjres-53,B001227 | Constitutional War Powers Amendments of 2007 110-hjres-53 | B001227 | Rep. Brady, Robert A. [D-PA-1] | D | PA | 2007-10-03 | 0 |
| 110-hjres-53,D000210 | Constitutional War Powers Amendments of 2007 110-hjres-53 | D000210 | Rep. Delahunt, William D. [D-MA-10] | D | MA | 2007-10-03 | 0 |
| 110-hjres-53,A000014 | Constitutional War Powers Amendments of 2007 110-hjres-53 | A000014 | Rep. Abercrombie, Neil [D-HI-1] | D | HI | 2007-10-03 | 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);