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 = "110-hres-757" 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 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hres-757,B001230 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 B001230 Rep. Baldwin, Tammy [D-WI-2] D WI 2008-09-17 0
110-hres-757,H001032 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 H001032 Rep. Holt, Rush [D-NJ-12] D NJ 2008-09-10 0
110-hres-757,F000116 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 F000116 Rep. Filner, Bob [D-CA-51] D CA 2008-07-22 0
110-hres-757,E000288 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 E000288 Rep. Ellison, Keith [D-MN-5] D MN 2008-07-15 0
110-hres-757,W000314 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 W000314 Rep. Wexler, Robert [D-FL-19] D FL 2008-07-08 0
110-hres-757,W000207 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 W000207 Rep. Watt, Melvin L. [D-NC-12] D NC 2008-06-24 0
110-hres-757,T000465 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 T000465 Rep. Tsongas, Niki [D-MA-5] D MA 2008-05-19 0
110-hres-757,D000096 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 D000096 Rep. Davis, Danny K. [D-IL-7] D IL 2008-05-13 0
110-hres-757,G000551 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 G000551 Rep. Grijalva, Raúl M. [D-AZ-7] D AZ 2008-05-13 0
110-hres-757,M000725 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 M000725 Rep. Miller, George [D-CA-7] D CA 2008-05-13 0
110-hres-757,S001174 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 S001174 Rep. Sutton, Betty [D-OH-13] D OH 2008-05-05 0
110-hres-757,S001156 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 S001156 Rep. Sánchez, Linda T. [D-CA-39] D CA 2007-12-11 0
110-hres-757,M000087 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 M000087 Rep. Maloney, Carolyn B. [D-NY-14] D NY 2007-10-18 1
110-hres-757,J000032 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 J000032 Rep. Jackson-Lee, Sheila [D-TX-18] D TX 2007-10-18 1
110-hres-757,B000657 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 B000657 Rep. Boucher, Rick [D-VA-9] D VA 2007-10-18 1
110-hres-757,C001068 Requiring the House of Representatives to take any legislative action necessary to verify the ratification of the Equal Rights Amendment as part of the Constitution when the legislatures of an additional three States ratify the Equal Rights Amendment. 110-hres-757 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2007-10-18 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.232ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API