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

16 rows where bill_id = "115-hr-7169" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 16
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hr-7169,C000266 VA-SBA Act 115-hr-7169 C000266 Rep. Chabot, Steve [R-OH-1] R OH 2018-11-27 1
115-hr-7169,C001114 VA-SBA Act 115-hr-7169 C001114 Rep. Curtis, John R. [R-UT-3] R UT 2018-11-27 1
115-hr-7169,G000582 VA-SBA Act 115-hr-7169 G000582 Resident Commissioner González-Colón, Jenniffer [R-PR-At Large] R PR 2018-11-27 1
115-hr-7169,B001306 VA-SBA Act 115-hr-7169 B001306 Rep. Balderson, Troy [R-OH-12] R OH 2018-11-27 1
115-hr-7169,R000600 VA-SBA Act 115-hr-7169 R000600 Del. Radewagen, Aumua Amata Coleman [R-AS-At Large] R AS 2018-11-27 1
115-hr-7169,F000466 VA-SBA Act 115-hr-7169 F000466 Rep. Fitzpatrick, Brian K. [R-PA-8] R PA 2018-11-27 1
115-hr-7169,S001187 VA-SBA Act 115-hr-7169 S001187 Rep. Stivers, Steve [R-OH-15] R OH 2018-11-27 1
115-hr-7169,R000582 VA-SBA Act 115-hr-7169 R000582 Rep. Roe, David P. [R-TN-1] R TN 2018-11-27 1
115-hr-7169,B001301 VA-SBA Act 115-hr-7169 B001301 Rep. Bergman, Jack [R-MI-1] R MI 2018-11-27 1
115-hr-7169,D000628 VA-SBA Act 115-hr-7169 D000628 Rep. Dunn, Neal P. [R-FL-2] R FL 2018-11-27 1
115-hr-7169,B001299 VA-SBA Act 115-hr-7169 B001299 Rep. Banks, Jim [R-IN-3] R IN 2018-11-27 1
115-hr-7169,V000081 VA-SBA Act 115-hr-7169 V000081 Rep. Velazquez, Nydia M. [D-NY-7] D NY 2018-11-27 1
115-hr-7169,C001067 VA-SBA Act 115-hr-7169 C001067 Rep. Clarke, Yvette D. [D-NY-9] D NY 2018-11-27 1
115-hr-7169,M001202 VA-SBA Act 115-hr-7169 M001202 Rep. Murphy, Stephanie N. [D-FL-7] D FL 2018-11-27 1
115-hr-7169,K000382 VA-SBA Act 115-hr-7169 K000382 Rep. Kuster, Ann M. [D-NH-2] D NH 2018-11-27 1
115-hr-7169,P000608 VA-SBA Act 115-hr-7169 P000608 Rep. Peters, Scott H. [D-CA-52] D CA 2018-11-27 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.82ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API