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 = "115-hjres-72" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, 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
115-hjres-72,B001299 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 B001299 Rep. Banks, Jim [R-IN-3] R IN 2017-03-07 0
115-hjres-72,B001290 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 B001290 Rep. Brat, Dave [R-VA-7] R VA 2017-03-07 0
115-hjres-72,L000578 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 L000578 Rep. LaMalfa, Doug [R-CA-1] R CA 2017-02-16 0
115-hjres-72,P000609 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 P000609 Rep. Palmer, Gary J. [R-AL-6] R AL 2017-02-16 0
115-hjres-72,D000615 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 D000615 Rep. Duncan, Jeff [R-SC-3] R SC 2017-02-16 0
115-hjres-72,M001187 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 M001187 Rep. Meadows, Mark [R-NC-11] R NC 2017-02-16 0
115-hjres-72,R000435 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 R000435 Rep. Ros-Lehtinen, Ileana [R-FL-27] R FL 2017-02-16 0
115-hjres-72,J000255 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 J000255 Rep. Jones, Walter B., Jr. [R-NC-3] R NC 2017-02-16 0
115-hjres-72,H001048 Relating to the disapproval of the proposed foreign military sale to the Government of Kenya of Air Tractor aircraft with weapons, and related support. 115-hjres-72 H001048 Rep. Hunter, Duncan D. [R-CA-50] R CA 2017-02-14 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 4.524ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API