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

13 rows where bill_id = "103-s-426" 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 1

  • 0 13
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-s-426,C000542 Language of Government Act of 1993 103-s-426 C000542 Sen. Coats, Daniel [R-IN] R IN 1994-08-08 0
103-s-426,G000386 Language of Government Act of 1993 103-s-426 G000386 Sen. Grassley, Chuck [R-IA] R IA 1994-08-08 0
103-s-426,S000888 Language of Government Act of 1993 103-s-426 S000888 Sen. Stevens, Ted [R-AK] R AK 1994-06-28 0
103-s-426,H000725 Language of Government Act of 1993 103-s-426 H000725 Sen. Hollings, Ernest F. [D-SC] D SC 1993-11-24 0
103-s-426,T000254 Language of Government Act of 1993 103-s-426 T000254 Sen. Thurmond, Strom [R-SC] R SC 1993-11-24 0
103-s-426,B001126 Language of Government Act of 1993 103-s-426 B001126 Sen. Burns, Conrad R. [R-MT] R MT 1993-11-24 0
103-s-426,L000504 Language of Government Act of 1993 103-s-426 L000504 Sen. Lugar, Richard G. [R-IN] R IN 1993-11-24 0
103-s-426,H000463 Language of Government Act of 1993 103-s-426 H000463 Sen. Helms, Jesse [R-NC] R NC 1993-11-24 0
103-s-426,F000437 Language of Government Act of 1993 103-s-426 F000437 Sen. Faircloth, Lauch [R-NC] R NC 1993-11-24 0
103-s-426,C000858 Language of Government Act of 1993 103-s-426 C000858 Sen. Craig, Larry E. [R-ID] R ID 1993-11-24 0
103-s-426,D000432 Language of Government Act of 1993 103-s-426 D000432 Sen. Dorgan, Byron L. [D-ND] D ND 1993-11-24 0
103-s-426,C000567 Language of Government Act of 1993 103-s-426 C000567 Sen. Cochran, Thad [R-MS] R MS 1993-11-08 0
103-s-426,L000447 Language of Government Act of 1993 103-s-426 L000447 Sen. Lott, Trent [R-MS] R MS 1993-11-04 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 37.859ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API