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

11 rows where bill_id = "115-hres-772" 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 10
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
115-hres-772,G000576 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 G000576 Rep. Grothman, Glenn [R-WI-6] R WI 2018-03-19 0
115-hres-772,E000298 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 E000298 Rep. Estes, Ron [R-KS-4] R KS 2018-03-14 0
115-hres-772,D000616 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 D000616 Rep. DesJarlais, Scott [R-TN-4] R TN 2018-03-14 0
115-hres-772,N000190 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 N000190 Rep. Norman, Ralph [R-SC-5] R SC 2018-03-14 0
115-hres-772,D000615 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 D000615 Rep. Duncan, Jeff [R-SC-3] R SC 2018-03-14 0
115-hres-772,M001177 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 M001177 Rep. McClintock, Tom [R-CA-4] R CA 2018-03-14 0
115-hres-772,H001052 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 H001052 Rep. Harris, Andy [R-MD-1] R MD 2018-03-14 0
115-hres-772,B001291 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 B001291 Rep. Babin, Brian [R-TX-36] R TX 2018-03-14 0
115-hres-772,M001189 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 M001189 Rep. Messer, Luke [R-IN-6] R IN 2018-03-14 0
115-hres-772,G000578 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 G000578 Rep. Gaetz, Matt [R-FL-1] R FL 2018-03-14 0
115-hres-772,G000552 Condemning Louis Farrakhan for promoting ideas that create animosity and anger toward Jewish Americans and the Jewish religion. 115-hres-772 G000552 Rep. Gohmert, Louie [R-TX-1] R TX 2018-03-13 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 709.487ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API