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 = "111-hr-4829" 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

  • 0 7
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-4829,H001034 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 H001034 Rep. Honda, Michael M. [D-CA-15] D CA 2010-09-29 0
111-hr-4829,E000226 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 E000226 Rep. Etheridge, Bob [D-NC-2] D NC 2010-04-15 0
111-hr-4829,L000560 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 L000560 Rep. Larsen, Rick [D-WA-2] D WA 2010-04-15 0
111-hr-4829,M001163 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 M001163 Rep. Matsui, Doris O. [D-CA-5] D CA 2010-04-15 0
111-hr-4829,M001172 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 M001172 Rep. Markey, Betsy [D-CO-4] D CO 2010-04-15 0
111-hr-4829,C001069 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 C001069 Rep. Courtney, Joe [D-CT-2] D CT 2010-04-15 0
111-hr-4829,M001169 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 M001169 Rep. Murphy, Christopher [D-CT-5] D CT 2010-04-15 0
111-hr-4829,S000364 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 S000364 Rep. Shimkus, John [R-IL-19] R IL 2010-03-11 1
111-hr-4829,K000365 Next Generation 9-1-1 Preservation Act of 2010 111-hr-4829 K000365 Rep. Kagen, Steve [D-WI-8] D WI 2010-03-11 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.454ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API