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

12 rows where bill_id = "97-s-2159" 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 10
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-s-2159,D000185 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 D000185 Sen. DeConcini, Dennis [D-AZ] D AZ 1982-06-29 0
97-s-2159,S000064 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 S000064 Sen. Sarbanes, Paul S. [D-MD] D MD 1982-05-20 0
97-s-2159,F000268 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 F000268 Sen. Ford, Wendell H. [D-KY] D KY 1982-04-14 0
97-s-2159,K000017 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 K000017 Sen. Kassebaum, Nancy Landon [R-KS] R KS 1982-03-29 0
97-s-2159,H000445 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 H000445 Sen. Heflin, Howell [D-AL] D AL 1982-03-29 0
97-s-2159,N000171 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 N000171 Sen. Nunn, Sam [D-GA] D GA 1982-03-29 0
97-s-2159,M001054 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 M001054 Sen. Moynihan, Daniel Patrick [D-NY] D NY 1982-03-22 0
97-s-2159,P000513 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 P000513 Sen. Pressler, Larry [R-SD] R SD 1982-03-11 0
97-s-2159,P000009 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 P000009 Sen. Packwood, Bob [R-OR] R OR 1982-03-11 0
97-s-2159,G000267 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 G000267 Sen. Goldwater, Barry [R-AZ] R AZ 1982-03-11 0
97-s-2159,P000193 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 P000193 Sen. Pell, Claiborne [D-RI] D RI 1982-03-02 1
97-s-2159,B000647 A bill to amend the Bankruptcy Act to provide that judgement debts resulting from a liability which is based on driving while intoxicated shall not be discharged. 97-s-2159 B000647 Sen. Boschwitz, Rudy [R-MN] R MN 1982-03-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 195.013ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API