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

8 rows where bill_id = "109-s-705" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-s-705,A000109 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 A000109 Sen. Allard, Wayne [R-CO] R CO 2005-07-29 0
109-s-705,J000177 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 J000177 Sen. Johnson, Tim [D-SD] D SD 2005-07-29 0
109-s-705,M000702 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 M000702 Sen. Mikulski, Barbara A. [D-MD] D MD 2005-07-28 0
109-s-705,S000148 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 S000148 Sen. Schumer, Charles E. [D-NY] D NY 2005-07-27 0
109-s-705,C000174 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 C000174 Sen. Carper, Thomas R. [D-DE] D DE 2005-07-27 0
109-s-705,R000122 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 R000122 Sen. Reed, Jack [D-RI] D RI 2005-06-22 0
109-s-705,M001162 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 M001162 Sen. Martinez, Mel [R-FL] R FL 2005-06-22 0
109-s-705,S000059 Meeting the Housing and Service Needs of Seniors Act of 2005 109-s-705 S000059 Sen. Santorum, Rick [R-PA] R PA 2005-06-13 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 674.469ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API