legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
17 rows where bill_id = "95-hr-10375" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 17
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 95-hr-10375,H000367 | Title I Amendments Act 95-hr-10375 | H000367 | Rep. Hawkins, Augustus F. [D-CA-29] | D | 0 | ||
| 95-hr-10375,S000423 | Title I Amendments Act 95-hr-10375 | S000423 | Rep. Simon, Paul [D-IL-24] | D | 0 | ||
| 95-hr-10375,B000567 | Title I Amendments Act 95-hr-10375 | B000567 | Rep. Blouin, Michael [D-IA-2] | D | 0 | ||
| 95-hr-10375,C000788 | Title I Amendments Act 95-hr-10375 | C000788 | Resident Commissioner Corrada, Baltasar [I-PR-At Large] | I | 0 | ||
| 95-hr-10375,Z000002 | Title I Amendments Act 95-hr-10375 | Z000002 | Rep. Zeferetti, Leo C. [D-NY-15] | D | 0 | ||
| 95-hr-10375,C000488 | Title I Amendments Act 95-hr-10375 | C000488 | Rep. Clay, William (Bill) [D-MO-1] | D | 0 | ||
| 95-hr-10375,M000834 | Title I Amendments Act 95-hr-10375 | M000834 | Rep. Moakley, John Joseph [D-MA-9] | D | 0 | ||
| 95-hr-10375,M000826 | Title I Amendments Act 95-hr-10375 | M000826 | Rep. Mitchell, Parren J. [D-MD-7] | D | 0 | ||
| 95-hr-10375,S000948 | Title I Amendments Act 95-hr-10375 | S000948 | Rep. Stokes, Louis [D-OH-21] | D | OH | 0 | |
| 95-hr-10375,V000087 | Title I Amendments Act 95-hr-10375 | V000087 | Rep. Vento, Bruce F. [D-MN-4] | D | 0 | ||
| 95-hr-10375,B000083 | Title I Amendments Act 95-hr-10375 | B000083 | Rep. Baldus, Alvin J. [D-WI-3] | D | 0 | ||
| 95-hr-10375,C000634 | Title I Amendments Act 95-hr-10375 | C000634 | Rep. Collins, Cardiss [D-IL-7] | D | 0 | ||
| 95-hr-10375,H000230 | Title I Amendments Act 95-hr-10375 | H000230 | Rep. Harrington, Michael J. [D-MA-6] | D | 0 | ||
| 95-hr-10375,R000232 | Title I Amendments Act 95-hr-10375 | R000232 | Rep. Richmond, Frederick W. [D-NY-14] | D | 0 | ||
| 95-hr-10375,D000222 | Title I Amendments Act 95-hr-10375 | D000222 | Rep. Dellums, Ronald V. [D-CA-8] | D | 0 | ||
| 95-hr-10375,D000344 | Title I Amendments Act 95-hr-10375 | D000344 | Rep. Diggs, Charles C., Jr. [D-MI-13] | D | 0 | ||
| 95-hr-10375,C000178 | Title I Amendments Act 95-hr-10375 | C000178 | Rep. Carr, Bob [D-MI-6] | 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);