legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where bill_id = "95-s-3280" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 8
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 95-s-3280,D000407 | National Institute of Justice Act 95-s-3280 | D000407 | Sen. Domenici, Pete V. [R-NM] | R | 0 | ||
| 95-s-3280,H000456 | National Institute of Justice Act 95-s-3280 | H000456 | Sen. Heinz, John [R-PA] | R | 0 | ||
| 95-s-3280,G000072 | National Institute of Justice Act 95-s-3280 | G000072 | Sen. Garn, E. J. (Jake) [R-UT] | R | 0 | ||
| 95-s-3280,G000236 | National Institute of Justice Act 95-s-3280 | G000236 | Sen. Glenn, John H., Jr. [D-OH] | D | 0 | ||
| 95-s-3280,H000338 | National Institute of Justice Act 95-s-3280 | H000338 | Sen. Hatch, Orrin G. [R-UT] | R | UT | 0 | |
| 95-s-3280,J000064 | National Institute of Justice Act 95-s-3280 | J000064 | Sen. Javits, Jacob K. [R-NY] | R | NY | 0 | |
| 95-s-3280,L000148 | National Institute of Justice Act 95-s-3280 | L000148 | Sen. Laxalt, Paul D. [R-NV] | R | 0 | ||
| 95-s-3280,A000017 | National Institute of Justice Act 95-s-3280 | A000017 | Sen. Abourezk, James [D-SD] | D | SD | 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);