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 = "97-hjres-441" 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 2

  • 1 6
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
97-hjres-441,C000858 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 C000858 Rep. Craig, Larry E. [R-ID-1] R ID 1982-03-18 0
97-hjres-441,N000005 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 N000005 Rep. Napier, John L. [R-SC-6] R SC 1982-03-18 0
97-hjres-441,D000593 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 D000593 Rep. Dyson, Roy [D-MD-1] D MD 1982-03-17 1
97-hjres-441,S000423 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 S000423 Rep. Simon, Paul [D-IL-24] D IL 1982-03-17 1
97-hjres-441,S000851 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 S000851 Rep. Stenholm, Charles W. [D-TX-17] D TX 1982-03-17 1
97-hjres-441,A000103 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 A000103 Rep. Alexander, Bill [D-AR-1] D AR 1982-03-17 1
97-hjres-441,E000259 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 E000259 Rep. Evans, Cooper [R-IA-3] R IA 1982-03-17 1
97-hjres-441,D000183 A joint resolution to express appreciation for the outstanding productivity of those farmers chosen for membership in the 1982 65 Club. 97-hjres-441 D000183 Rep. Deckard, Joel [R-IN-8] R IN 1982-03-17 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 647.959ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API