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

5 rows where bill_id = "113-hconres-3" 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 1

  • 0 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-hconres-3,M001184 Expressing the sense of Congress that the use of offensive military force by a President without prior and clear authorization of an Act of Congress constitutes an impeachable high crime and misdemeanor under article II, section 4 of the Constitution. 113-hconres-3 M001184 Rep. Massie, Thomas [R-KY-4] R KY 2014-07-09 0
113-hconres-3,S000937 Expressing the sense of Congress that the use of offensive military force by a President without prior and clear authorization of an Act of Congress constitutes an impeachable high crime and misdemeanor under article II, section 4 of the Constitution. 113-hconres-3 S000937 Rep. Stockman, Steve [R-TX-36] R TX 2014-07-09 0
113-hconres-3,M001177 Expressing the sense of Congress that the use of offensive military force by a President without prior and clear authorization of an Act of Congress constitutes an impeachable high crime and misdemeanor under article II, section 4 of the Constitution. 113-hconres-3 M001177 Rep. McClintock, Tom [R-CA-4] R CA 2013-05-17 0
113-hconres-3,M001149 Expressing the sense of Congress that the use of offensive military force by a President without prior and clear authorization of an Act of Congress constitutes an impeachable high crime and misdemeanor under article II, section 4 of the Constitution. 113-hconres-3 M001149 Rep. Michaud, Michael H. [D-ME-2] D ME 2013-04-23 0
113-hconres-3,B001271 Expressing the sense of Congress that the use of offensive military force by a President without prior and clear authorization of an Act of Congress constitutes an impeachable high crime and misdemeanor under article II, section 4 of the Constitution. 113-hconres-3 B001271 Rep. Benishek, Dan [R-MI-1] R MI 2013-02-14 0

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 325.078ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API