legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where bill_id = "96-hr-7420" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 10
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 96-hr-7420,M000058 | District Heating Act of 1980 96-hr-7420 | M000058 | Rep. Maguire, Andrew [D-NJ-7] | D | 0 | ||
| 96-hr-7420,N000127 | District Heating Act of 1980 96-hr-7420 | N000127 | Rep. Nolan, Richard M. [D-MN-6] | D | MN | 0 | |
| 96-hr-7420,S000124 | District Heating Act of 1980 96-hr-7420 | S000124 | Rep. Scheuer, James H. [D-NY-11] | D | NY | 0 | |
| 96-hr-7420,M000702 | District Heating Act of 1980 96-hr-7420 | M000702 | Rep. Mikulski, Barbara A. [D-MD-3] | D | MD | 0 | |
| 96-hr-7420,V000087 | District Heating Act of 1980 96-hr-7420 | V000087 | Rep. Vento, Bruce F. [D-MN-4] | D | 0 | ||
| 96-hr-7420,W000682 | District Heating Act of 1980 96-hr-7420 | W000682 | Rep. Wolpe, Howard E. [D-MI-3] | D | 0 | ||
| 96-hr-7420,E000198 | District Heating Act of 1980 96-hr-7420 | E000198 | Rep. Erdahl, Arlen [R-MN-1] | R | 0 | ||
| 96-hr-7420,M001123 | District Heating Act of 1980 96-hr-7420 | M001123 | Rep. Musto, Raphael [D-PA-11] | D | 0 | ||
| 96-hr-7420,C000709 | District Heating Act of 1980 96-hr-7420 | C000709 | Rep. Conte, Silvio O. [R-MA-1] | R | 0 | ||
| 96-hr-7420,M000365 | District Heating Act of 1980 96-hr-7420 | M000365 | Rep. McCormack, Mike [D-WA-4] | D | 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);