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

14 rows where bill_id = "97-s-3053" 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

  • 1 10
  • 0 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-s-3053,H000725 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 H000725 Sen. Hollings, Ernest F. [D-SC] D SC 1982-12-17 0
97-s-3053,M000250 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 M000250 Sen. Matsunaga, Spark M. [D-HI] D HI 1982-12-13 0
97-s-3053,I000025 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 I000025 Sen. Inouye, Daniel K. [D-HI] D HI 1982-12-07 0
97-s-3053,H000343 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 H000343 Sen. Hatfield, Mark O. [R-OR] R OR 1982-12-07 0
97-s-3053,M001085 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 M001085 Sen. Murkowski, Frank H. [R-AK] R AK 1982-11-30 1
97-s-3053,B000243 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 B000243 Sen. Baucus, Max [D-MT] D MT 1982-11-30 1
97-s-3053,M001054 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 M001054 Sen. Moynihan, Daniel Patrick [D-NY] D NY 1982-11-30 1
97-s-3053,H000445 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 H000445 Sen. Heflin, Howell [D-AL] D AL 1982-11-30 1
97-s-3053,K000019 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 K000019 Sen. Kasten, Robert W., Jr. [R-WI] R WI 1982-11-30 1
97-s-3053,S000068 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 S000068 Sen. Sasser, Jim [D-TN] D TN 1982-11-30 1
97-s-3053,P000553 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 P000553 Sen. Proxmire, William [D-WI] D WI 1982-11-30 1
97-s-3053,T000254 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 T000254 Sen. Thurmond, Strom [R-SC] R SC 1982-11-30 1
97-s-3053,B000639 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 B000639 Sen. Boren, David L. [D-OK] D OK 1982-11-30 1
97-s-3053,P000513 A bill to amend the Agriculture Act of 1949 to modify the dairy price support program. 97-s-3053 P000513 Sen. Pressler, Larry [R-SD] R SD 1982-11-30 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 465.0ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API