legislation_cosponsors
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
4 rows where bill_id = "94-hres-1502" sorted by sponsorship_date descending
This data as json, CSV (advanced)
Suggested facets: party
is_original_cosponsor 1
- 0 4
| Link | bill_id | bioguide_id | full_name | party | state | sponsorship_date ▲ | is_original_cosponsor |
|---|---|---|---|---|---|---|---|
| 94-hres-1502,P000218 | A resolution amending the Rules of the House of Representatives to provide for television and radio coverage of the proceedings of the House. 94-hres-1502 | P000218 | Rep. Pepper, Claude [D-FL-14] | D | FL | 0 | |
| 94-hres-1502,M001101 | A resolution amending the Rules of the House of Representatives to provide for television and radio coverage of the proceedings of the House. 94-hres-1502 | M001101 | Rep. Murphy, Morgan F. [D-IL-2] | D | IL | 0 | |
| 94-hres-1502,Y000028 | A resolution amending the Rules of the House of Representatives to provide for television and radio coverage of the proceedings of the House. 94-hres-1502 | Y000028 | Rep. Young, Andrew [D-GA-5] | D | 0 | ||
| 94-hres-1502,A000195 | A resolution amending the Rules of the House of Representatives to provide for television and radio coverage of the proceedings of the House. 94-hres-1502 | A000195 | Rep. Anderson, John B. [R-IL-16] | 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);