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

16 rows where bill_id = "114-hconres-98" 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

  • 1 9
  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
114-hconres-98,C001066 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 C001066 Rep. Castor, Kathy [D-FL-14] D FL 2016-04-29 0
114-hconres-98,M000312 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 M000312 Rep. McGovern, James P. [D-MA-2] D MA 2016-02-04 0
114-hconres-98,S000510 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 S000510 Rep. Smith, Adam [D-WA-9] D WA 2016-02-04 0
114-hconres-98,F000455 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 F000455 Rep. Fudge, Marcia L. [D-OH-11] D OH 2015-12-08 0
114-hconres-98,C001080 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 C001080 Rep. Chu, Judy [D-CA-27] D CA 2015-12-03 0
114-hconres-98,L000582 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 L000582 Rep. Lieu, Ted [D-CA-33] D CA 2015-12-02 0
114-hconres-98,B001285 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 B001285 Rep. Brownley, Julia [D-CA-26] D CA 2015-12-02 0
114-hconres-98,C000714 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 C000714 Rep. Conyers, John, Jr. [D-MI-13] D MI 2015-11-19 1
114-hconres-98,N000147 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2015-11-19 1
114-hconres-98,D000096 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2015-11-19 1
114-hconres-98,B000911 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 B000911 Rep. Brown, Corrine [D-FL-5] D FL 2015-11-19 1
114-hconres-98,R000588 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 R000588 Rep. Richmond, Cedric L. [D-LA-2] D LA 2015-11-19 1
114-hconres-98,G000551 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 G000551 Rep. Grijalva, Raúl M. [D-AZ-3] D AZ 2015-11-19 1
114-hconres-98,C001067 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 C001067 Rep. Clarke, Yvette D. [D-NY-9] D NY 2015-11-19 1
114-hconres-98,B001281 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 B001281 Rep. Beatty, Joyce [D-OH-3] D OH 2015-11-19 1
114-hconres-98,H000324 Expressing the sense of the Congress that homelessness in America should be eliminated. 114-hconres-98 H000324 Rep. Hastings, Alcee L. [D-FL-20] D FL 2015-11-19 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 6.268ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API