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 = "116-hconres-24" 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 6
  • 1 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
116-hconres-24,C001111 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 C001111 Rep. Crist, Charlie [D-FL-13] D FL 2019-03-13 0
116-hconres-24,D000096 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2019-03-13 0
116-hconres-24,N000147 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2019-03-13 0
116-hconres-24,C001084 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 C001084 Rep. Cicilline, David N. [D-RI-1] D RI 2019-03-13 0
116-hconres-24,L000397 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 L000397 Rep. Lofgren, Zoe [D-CA-19] D CA 2019-03-11 0
116-hconres-24,D000399 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 D000399 Rep. Doggett, Lloyd [D-TX-35] D TX 2019-03-11 0
116-hconres-24,W000187 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 W000187 Rep. Waters, Maxine [D-CA-43] D CA 2019-03-07 1
116-hconres-24,S001150 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 S001150 Rep. Schiff, Adam B. [D-CA-28] D CA 2019-03-07 1
116-hconres-24,C000984 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 C000984 Rep. Cummings, Elijah E. [D-MD-7] D MD 2019-03-07 1
116-hconres-24,E000179 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 E000179 Rep. Engel, Eliot L. [D-NY-16] D NY 2019-03-07 1
116-hconres-24,N000015 Expressing the sense of Congress that the report of Special Counsel Mueller should be made available to the public and to Congress. 116-hconres-24 N000015 Rep. Neal, Richard E. [D-MA-1] D MA 2019-03-07 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 8.468ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API