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 = "104-s-1397" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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
104-s-1397,B000382 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 B000382 Sen. Bennett, Robert F. [R-UT] R UT 1996-07-12 0
104-s-1397,I000024 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 I000024 Sen. Inhofe, James M. [R-OK] R OK 1996-06-26 0
104-s-1397,S000320 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 S000320 Sen. Shelby, Richard C. [R-AL] R AL 1996-05-23 0
104-s-1397,L000504 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 L000504 Sen. Lugar, Richard G. [R-IN] R IN 1996-04-30 0
104-s-1397,M000355 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 M000355 Sen. McConnell, Mitch [R-KY] R KY 1996-03-27 0
104-s-1397,H001016 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 H001016 Sen. Hutchison, Kay Bailey [R-TX] R TX 1996-02-27 0
104-s-1397,P000513 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 P000513 Sen. Pressler, Larry [R-SD] R SD 1996-02-20 0
104-s-1397,W000154 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 W000154 Sen. Warner, John [R-VA] R VA 1996-02-20 0
104-s-1397,F000437 A bill to provide for State control over fair housing matters, and for other purposes. 104-s-1397 F000437 Sen. Faircloth, Lauch [R-NC] R NC 1995-11-07 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 250.572ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API