legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
19 rows where bill_id = "95-hr-12397" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 19
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 95-hr-12397,B000567 | Independent Local Newspaper Act 95-hr-12397 | B000567 | Rep. Blouin, Michael [D-IA-2] | D | 0 | ||
| 95-hr-12397,G000321 | Independent Local Newspaper Act 95-hr-12397 | G000321 | Rep. Gore, Albert, Jr. [D-TN-4] | D | 0 | ||
| 95-hr-12397,O000007 | Independent Local Newspaper Act 95-hr-12397 | O000007 | Rep. Obey, David R. [D-WI-7] | D | 0 | ||
| 95-hr-12397,M000490 | Independent Local Newspaper Act 95-hr-12397 | M000490 | Rep. McKay, K. Gunn [D-UT-1] | D | 0 | ||
| 95-hr-12397,M000692 | Independent Local Newspaper Act 95-hr-12397 | M000692 | Rep. Michel, Robert H. [R-IL-18] | R | 0 | ||
| 95-hr-12397,E000064 | Independent Local Newspaper Act 95-hr-12397 | E000064 | Rep. Edwards, Don [D-CA-10] | D | 0 | ||
| 95-hr-12397,N000163 | Independent Local Newspaper Act 95-hr-12397 | N000163 | Rep. Nowak, Henry [D-NY-37] | D | 0 | ||
| 95-hr-12397,M000708 | Independent Local Newspaper Act 95-hr-12397 | M000708 | Rep. Milford, Dale [D-TX-24] | D | 0 | ||
| 95-hr-12397,H000840 | Independent Local Newspaper Act 95-hr-12397 | H000840 | Rep. Howard, James J. [D-NJ-3] | D | 0 | ||
| 95-hr-12397,A000118 | Independent Local Newspaper Act 95-hr-12397 | A000118 | Rep. Allen, Clifford R. [D-TN-5] | D | 0 | ||
| 95-hr-12397,W000227 | Independent Local Newspaper Act 95-hr-12397 | W000227 | Rep. Weaver, James H. [D-OR-4] | D | 0 | ||
| 95-hr-12397,N000019 | Independent Local Newspaper Act 95-hr-12397 | N000019 | Rep. Nedzi, Lucien N. [D-MI-14] | D | MI | 0 | |
| 95-hr-12397,H000449 | Independent Local Newspaper Act 95-hr-12397 | H000449 | Rep. Heftel, Cecil [D-HI-1] | D | 0 | ||
| 95-hr-12397,M000839 | Independent Local Newspaper Act 95-hr-12397 | M000839 | Rep. Moffett, Toby [D-CT-6] | D | 0 | ||
| 95-hr-12397,B000279 | Independent Local Newspaper Act 95-hr-12397 | B000279 | Rep. Beard, Edward [D-RI-2] | D | 0 | ||
| 95-hr-12397,P000170 | Independent Local Newspaper Act 95-hr-12397 | P000170 | Rep. Pease, Donald J. [D-OH-13] | D | 0 | ||
| 95-hr-12397,F000209 | Independent Local Newspaper Act 95-hr-12397 | F000209 | Rep. Flood, Daniel J. [D-PA-11] | D | PA | 0 | |
| 95-hr-12397,V000024 | Independent Local Newspaper Act 95-hr-12397 | V000024 | Rep. Van Deerlin, Lionel [D-CA-42] | D | CA | 0 | |
| 95-hr-12397,M000365 | Independent Local Newspaper Act 95-hr-12397 | M000365 | Rep. McCormack, Mike [D-WA-4] | 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);