legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where bill_id = "94-hr-9441" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 9
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 94-hr-9441,B001221 | Broadcast License Renewal Act 94-hr-9441 | B001221 | Rep. Byron, Goodloe E. [D-MD-6] | D | 0 | ||
| 94-hr-9441,B000620 | Broadcast License Renewal Act 94-hr-9441 | B000620 | Rep. Bonker, Don [D-WA-3] | D | 0 | ||
| 94-hr-9441,B000788 | Broadcast License Renewal Act 94-hr-9441 | B000788 | Rep. Breckinridge, John B. [D-KY-6] | D | 0 | ||
| 94-hr-9441,C000807 | Broadcast License Renewal Act 94-hr-9441 | C000807 | Rep. Coughlin, Lawrence [R-PA-13] | R | 0 | ||
| 94-hr-9441,H000878 | Broadcast License Renewal Act 94-hr-9441 | H000878 | Rep. Hubbard, Carroll, Jr. [D-KY-1] | D | 0 | ||
| 94-hr-9441,M000349 | Broadcast License Renewal Act 94-hr-9441 | M000349 | Rep. McCollister, John Y. [R-NE-2] | R | 0 | ||
| 94-hr-9441,P000328 | Broadcast License Renewal Act 94-hr-9441 | P000328 | Rep. Pickle, J. J. [D-TX-10] | D | 0 | ||
| 94-hr-9441,S000718 | Broadcast License Renewal Act 94-hr-9441 | S000718 | Rep. Spence, Floyd [R-SC-2] | R | 0 | ||
| 94-hr-9441,V000098 | Broadcast License Renewal Act 94-hr-9441 | V000098 | Rep. Vigorito, Joseph P. [D-PA-24] | 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);