legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
15 rows where bill_id = "93-hr-14136" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 15
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 93-hr-14136,B000029 | Foreign Investment Control Act 93-hr-14136 | B000029 | Rep. Bafalis, L. A. (Skip) [R-FL-10] | R | 0 | ||
| 93-hr-14136,B000408 | Foreign Investment Control Act 93-hr-14136 | B000408 | Rep. Bergland, Bob [R-MN-7] | R | 0 | ||
| 93-hr-14136,B000771 | Foreign Investment Control Act 93-hr-14136 | B000771 | Rep. Brasco, Frank [D-NY-11] | D | 0 | ||
| 93-hr-14136,B001080 | Foreign Investment Control Act 93-hr-14136 | B001080 | Rep. Burgener, Clair W. [R-CA-42] | R | 0 | ||
| 93-hr-14136,C000799 | Foreign Investment Control Act 93-hr-14136 | C000799 | Rep. Cotter, William R. [D-CT-1] | D | 0 | ||
| 93-hr-14136,D000255 | Foreign Investment Control Act 93-hr-14136 | D000255 | Rep. Dent, John H. [D-PA-21] | D | 0 | ||
| 93-hr-14136,E000096 | Foreign Investment Control Act 93-hr-14136 | E000096 | Rep. Eilberg, Joshua [D-PA-4] | D | 0 | ||
| 93-hr-14136,H000465 | Foreign Investment Control Act 93-hr-14136 | H000465 | Rep. Helstoski, Henry [D-NJ-9] | D | 0 | ||
| 93-hr-14136,L000226 | Foreign Investment Control Act 93-hr-14136 | L000226 | Rep. Lehman, William [D-FL-13] | D | 0 | ||
| 93-hr-14136,M000796 | Foreign Investment Control Act 93-hr-14136 | M000796 | Rep. Minish, Joseph G. [D-NJ-11] | D | 0 | ||
| 93-hr-14136,P000106 | Foreign Investment Control Act 93-hr-14136 | P000106 | Rep. Patten, Edward J. [D-NJ-15] | D | 0 | ||
| 93-hr-14136,P000399 | Foreign Investment Control Act 93-hr-14136 | P000399 | Rep. Podell, Bertram L. [D-NY-13] | D | 0 | ||
| 93-hr-14136,R000312 | Foreign Investment Control Act 93-hr-14136 | R000312 | Rep. Roberts, Ray [D-TX-4] | D | 0 | ||
| 93-hr-14136,R000374 | Foreign Investment Control Act 93-hr-14136 | R000374 | Rep. Rodino, Peter W., Jr. [D-NJ-10] | D | 0 | ||
| 93-hr-14136,W000636 | Foreign Investment Control Act 93-hr-14136 | W000636 | Rep. Winn, Larry, Jr. [R-KS-3] | R | 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);