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

15 rows where bill_id = "110-hjres-96" 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 12
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hjres-96,C000556 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 C000556 Rep. Coble, Howard [R-NC-6] R NC 2008-07-23 0
110-hjres-96,S001176 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 S001176 Rep. Scalise, Steve [R-LA-1] R LA 2008-07-17 0
110-hjres-96,B001250 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 B001250 Rep. Bishop, Rob [R-UT-1] R UT 2008-07-17 0
110-hjres-96,M001156 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 M001156 Rep. McHenry, Patrick T. [R-NC-10] R NC 2008-07-17 0
110-hjres-96,M001147 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 M001147 Rep. McCotter, Thaddeus G. [R-MI-11] R MI 2008-07-17 0
110-hjres-96,B001239 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 B001239 Rep. Barrett, J. Gresham [R-SC-3] R SC 2008-07-17 0
110-hjres-96,L000566 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 L000566 Rep. Latta, Robert E. [R-OH-5] R OH 2008-07-17 0
110-hjres-96,B000589 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 B000589 Rep. Boehner, John A. [R-OH-8] R OH 2008-07-09 0
110-hjres-96,B000575 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 B000575 Rep. Blunt, Roy [R-MO-7] R MO 2008-07-09 0
110-hjres-96,J000289 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 J000289 Rep. Jordan, Jim [R-OH-4] R OH 2008-07-08 0
110-hjres-96,E000187 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 E000187 Rep. English, Phil [R-PA-3] R PA 2008-07-08 0
110-hjres-96,B001248 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 B001248 Rep. Burgess, Michael C. [R-TX-26] R TX 2008-07-08 0
110-hjres-96,K000361 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 K000361 Rep. Keller, Ric [R-FL-8] R FL 2008-06-26 1
110-hjres-96,F000447 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 F000447 Rep. Feeney, Tom [R-FL-24] R FL 2008-06-26 1
110-hjres-96,S000583 Proposing an amendment to the Constitution of the United States to permit the penalty of death for the rape of a child. 110-hjres-96 S000583 Rep. Smith, Lamar [R-TX-21] R TX 2008-06-26 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.493ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API