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

7 rows where bill_id = "118-hjres-115" and is_original_cosponsor = 0 sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

is_original_cosponsor 1

  • - · 7 ✖
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-hjres-115,A000379 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 A000379 Rep. Alford, Mark [R-MO-4] R MO 2024-04-23 0
118-hjres-115,M001224 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 M001224 Rep. Moran, Nathaniel [R-TX-1] R TX 2024-04-19 0
118-hjres-115,V000136 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 V000136 Rep. Vasquez, Gabe [D-NM-2] D NM 2024-04-09 0
118-hjres-115,V000135 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 V000135 Rep. Van Orden, Derrick [R-WI-3] R WI 2024-04-09 0
118-hjres-115,R000103 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 R000103 Rep. Rosendale, Matthew M. [R-MT-2] R MT 2024-03-06 0
118-hjres-115,S001224 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 S001224 Rep. Self, Keith [R-TX-3] R TX 2024-03-01 0
118-hjres-115,J000301 Disapproving the rule submitted by the Department of Agriculture relating to "Importation of Fresh Beef From Paraguay". 118-hjres-115 J000301 Rep. Johnson, Dusty [R-SD-At Large] R SD 2024-02-29 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 2744.014ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API