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

9 rows where bill_id = "97-hr-2782" 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 8
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hr-2782,S000718 Immigration and National Security Act of 1981 97-hr-2782 S000718 Rep. Spence, Floyd [R-SC-2] R SC 1981-11-30 0
97-hr-2782,W000570 Immigration and National Security Act of 1981 97-hr-2782 W000570 Rep. Wilson, Charles [D-TX-2] D TX 1981-11-30 0
97-hr-2782,L000447 Immigration and National Security Act of 1981 97-hr-2782 L000447 Rep. Lott, Trent [R-MS-5] R MS 1981-11-30 0
97-hr-2782,W000426 Immigration and National Security Act of 1981 97-hr-2782 W000426 Rep. Whittaker, Bob [R-KS-5] R KS 1981-11-30 0
97-hr-2782,H001018 Immigration and National Security Act of 1981 97-hr-2782 H001018 Rep. Hutto, Earl [D-FL-1] D FL 1981-11-30 0
97-hr-2782,F000392 Immigration and National Security Act of 1981 97-hr-2782 F000392 Rep. Frost, Martin [D-TX-24] D TX 1981-11-30 0
97-hr-2782,G000291 Immigration and National Security Act of 1981 97-hr-2782 G000291 Rep. Goodling, William F. [R-PA-19] R PA 1981-11-30 0
97-hr-2782,B000431 Immigration and National Security Act of 1981 97-hr-2782 B000431 Rep. Bevill, Tom [D-AL-4] D AL 1981-11-30 0
97-hr-2782,C000581 Immigration and National Security Act of 1981 97-hr-2782 C000581 Rep. Coelho, Anthony Lee [D-CA-15] D CA 1981-03-24 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 6.059ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API