legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where bill_id = "93-s-4227" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state
is_original_cosponsor 1
- 0 6
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 93-s-4227,R000191 | Watergate Reorganization and Reform Act 93-s-4227 | R000191 | Sen. Ribicoff, Abraham A. [D-CT] | D | CT | 0 | |
| 93-s-4227,P000222 | Watergate Reorganization and Reform Act 93-s-4227 | P000222 | Sen. Percy, Charles H. [R-IL] | R | 0 | ||
| 93-s-4227,M000671 | Watergate Reorganization and Reform Act 93-s-4227 | M000671 | Sen. Metcalf, Lee [D-MT] | D | MT | 0 | |
| 93-s-4227,I000025 | Watergate Reorganization and Reform Act 93-s-4227 | I000025 | Sen. Inouye, Daniel K. [D-HI] | D | HI | 0 | |
| 93-s-4227,M000876 | Watergate Reorganization and Reform Act 93-s-4227 | M000876 | Sen. Montoya, Joseph M. [D-NM] | D | NM | 0 | |
| 93-s-4227,W000253 | Watergate Reorganization and Reform Act 93-s-4227 | W000253 | Sen. Weicker, Lowell P., Jr. [R-CT] | R | CT | 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);