legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where bill_id = "101-hr-5533" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party, state, sponsorship_date (date)
is_original_cosponsor 1
- 1 7
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 101-hr-5533,T000058 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | T000058 | Rep. Tauzin, W. J. (Billy) [D-LA-3] | D | LA | 1990-08-03 | 1 |
| 101-hr-5533,T000350 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | T000350 | Rep. Traficant, James A., Jr. [D-OH-17] | D | OH | 1990-08-03 | 1 |
| 101-hr-5533,B000392 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | B000392 | Rep. Bentley, Helen Delich [R-MD-2] | R | MD | 1990-08-03 | 1 |
| 101-hr-5533,U000017 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | U000017 | Rep. Unsoeld, Jolene [D-WA-3] | D | WA | 1990-08-03 | 1 |
| 101-hr-5533,R000072 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | R000072 | Rep. Ravenel, Arthur, Jr. [R-SC-1] | R | SC | 1990-08-03 | 1 |
| 101-hr-5533,T000034 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | T000034 | Rep. Tallon, Robert M. (Robin) [D-SC-6] | D | SC | 1990-08-03 | 1 |
| 101-hr-5533,B000644 | Between the Capes Competitive Revisions of 1990 101-hr-5533 | B000644 | Rep. Borski, Robert A. [D-PA-3] | D | PA | 1990-08-03 | 1 |
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);