legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
14 rows where bill_id = "96-hr-6709" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 14
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 96-hr-6709,R000374 | State Justice Institute Act of 1980 96-hr-6709 | R000374 | Rep. Rodino, Peter W., Jr. [D-NJ-10] | D | 0 | ||
| 96-hr-6709,D000499 | State Justice Institute Act of 1980 96-hr-6709 | D000499 | Rep. Drinan, Robert F. [D-MA-4] | D | MA | 0 | |
| 96-hr-6709,G000515 | State Justice Institute Act of 1980 96-hr-6709 | G000515 | Rep. Gudger, V. Lamar [D-NC-11] | D | 0 | ||
| 96-hr-6709,O000006 | State Justice Institute Act of 1980 96-hr-6709 | O000006 | Rep. Oberstar, James L. [D-MN-8] | D | 0 | ||
| 96-hr-6709,B001182 | State Justice Institute Act of 1980 96-hr-6709 | B001182 | Rep. Butler, M. Caldwell [R-VA-6] | R | 0 | ||
| 96-hr-6709,A000213 | State Justice Institute Act of 1980 96-hr-6709 | A000213 | Rep. Anthony, Beryl, Jr. [D-AR-4] | D | 0 | ||
| 96-hr-6709,B000422 | State Justice Institute Act of 1980 96-hr-6709 | B000422 | Rep. Bethune, Ed [R-AR-2] | R | 0 | ||
| 96-hr-6709,F000141 | State Justice Institute Act of 1980 96-hr-6709 | F000141 | Rep. Fish, Hamilton, Jr. [R-NY-25] | R | NY | 0 | |
| 96-hr-6709,H000124 | State Justice Institute Act of 1980 96-hr-6709 | H000124 | Rep. Hammerschmidt, John P. [R-AR-3] | R | AR | 0 | |
| 96-hr-6709,S000087 | State Justice Institute Act of 1980 96-hr-6709 | S000087 | Rep. Sawyer, Harold S. [R-MI-5] | R | 0 | ||
| 96-hr-6709,H000752 | State Justice Institute Act of 1980 96-hr-6709 | H000752 | Rep. Holtzman, Elizabeth [D-NY-16] | D | 0 | ||
| 96-hr-6709,H000070 | State Justice Institute Act of 1980 96-hr-6709 | H000070 | Rep. Hall, Sam B., Jr. [D-TX-1] | D | 0 | ||
| 96-hr-6709,A000208 | State Justice Institute Act of 1980 96-hr-6709 | A000208 | Rep. Andrews, Mark [R-ND-At Large] | R | 0 | ||
| 96-hr-6709,J000072 | State Justice Institute Act of 1980 96-hr-6709 | J000072 | Rep. Jeffords, James M. [R-VT-At Large] | I | 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);