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

9 rows where bill_id = "110-hres-527" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 8
  • 0 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hres-527,M000309 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 M000309 Rep. McCarthy, Carolyn [D-NY-4] D NY 2007-07-11 0
110-hres-527,W000273 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 W000273 Rep. Weller, Jerry [R-IL-11] R IL 2007-06-28 1
110-hres-527,S000810 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 S000810 Rep. Stark, Fortney Pete [D-CA-13] D CA 2007-06-28 1
110-hres-527,P000589 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 P000589 Rep. Porter, Jon C. [R-NV-3] R NV 2007-06-28 1
110-hres-527,L000287 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 L000287 Rep. Lewis, John [D-GA-5] D GA 2007-06-28 1
110-hres-527,B001231 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 B001231 Rep. Berkley, Shelley [D-NV-1] D NV 2007-06-28 1
110-hres-527,B001256 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 B001256 Rep. Bachmann, Michele [R-MN-6] R MN 2007-06-28 1
110-hres-527,Y000062 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 Y000062 Rep. Yarmuth, John A. [D-KY-3] D KY 2007-06-28 1
110-hres-527,D000598 Recognizing the month of November as "National Homeless Youth Awareness Month". 110-hres-527 D000598 Rep. Davis, Susan A. [D-CA-53] D CA 2007-06-28 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 7.346ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API