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

6 rows where bill_id = "100-hjres-413" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 4
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
100-hjres-413,K000172 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 K000172 Rep. Kildee, Dale E. [D-MI-7] D MI 1988-03-09 0
100-hjres-413,D000209 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 D000209 Del. de Lugo, Ron [D-VI-At Large] D VI 1988-03-09 0
100-hjres-413,B000551 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 B000551 Del. Blaz, Ben G. [R-GU-At Large] R GU 1988-03-09 0
100-hjres-413,D000359 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 D000359 Rep. DioGuardi, Joseph J. [R-NY-20] R NY 1988-02-03 0
100-hjres-413,R000053 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 R000053 Rep. Rangel, Charles B. [D-NY-16] D NY 1987-12-02 1
100-hjres-413,L000287 A joint resolution approving the location of the Black Revolutionary War Patriots Memorial. 100-hjres-413 L000287 Rep. Lewis, John [D-GA-5] D GA 1987-12-02 1

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 141.308ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API