home / openregs

legislation_cosponsors

Cosponsors for tracked legislation. Distinguishes original cosponsors (signed on at introduction) from later additions. Linked to congress_members via bioguide_id.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where bill_id = "95-hconres-218" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hconres-218,Y000051 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 Y000051 Rep. Young, Robert A. [D-MO-2] D     0
95-hconres-218,D000279 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 D000279 Rep. Devine, Samuel L. [R-OH-12] R     0
95-hconres-218,M001088 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 M001088 Rep. Murphy, Austin J. [D-PA-22] D     0
95-hconres-218,K000190 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 K000190 Rep. Kindness, Thomas N. [R-OH-8] R     0
95-hconres-218,P000574 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 P000574 Rep. Pursell, Carl D. [R-MI-2] R     0
95-hconres-218,B000024 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 B000024 Rep. Badham, Robert E. [R-CA-40] R     0
95-hconres-218,E000208 Concurrent resolution expressing the sense of Congress that the ban on saccharin be withdrawn. 95-hconres-218 E000208 Rep. Ertel, Allen E. [D-PA-17] D     0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
Powered by Datasette · Queries took 121.215ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API