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 = "110-hr-7147" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hr-7147,B001227 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 B001227 Rep. Brady, Robert A. [D-PA-1] D PA 2008-09-26 1
110-hr-7147,S000185 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 S000185 Rep. Scott, Robert C. "Bobby" [D-VA-3] D VA 2008-09-26 1
110-hr-7147,W000207 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 W000207 Rep. Watt, Melvin L. [D-NC-12] D NC 2008-09-26 1
110-hr-7147,C000714 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 C000714 Rep. Conyers, John, Jr. [D-MI-14] D MI 2008-09-26 1
110-hr-7147,L000397 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 L000397 Rep. Lofgren, Zoe [D-CA-16] D CA 2008-09-26 1
110-hr-7147,C001037 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 C001037 Rep. Capuano, Michael E. [D-MA-8] D MA 2008-09-26 1
110-hr-7147,G000544 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 G000544 Rep. Gonzalez, Charles A. [D-TX-20] D TX 2008-09-26 1
110-hr-7147,D000602 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 D000602 Rep. Davis, Artur [D-AL-7] D AL 2008-09-26 1
110-hr-7147,D000598 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 D000598 Rep. Davis, Susan A. [D-CA-53] D CA 2008-09-26 1
110-hr-7147,L000551 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 L000551 Rep. Lee, Barbara [D-CA-9] D CA 2008-09-26 1
110-hr-7147,N000002 To amend the Help America Vote Act of 2002 to prohibit State election officials from accepting a challenge to an individual's eligibility to register to vote in an election for Federal office or to vote in an election for Federal office in a jurisdiction on the grounds that the individual resides in a household in the jurisdiction which is subject to foreclosure proceedings or that the jurisdiction was adversely affected by a hurricane or other major disaster, and for other purposes. 110-hr-7147 N000002 Rep. Nadler, Jerrold [D-NY-8] D NY 2008-09-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 1152.506ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API