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-6522" 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 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-6522,G000552 End Tax Uncertainty Act of 2010 111-hr-6522 G000552 Rep. Gohmert, Louie [R-TX-1] R TX 2010-12-15 1
111-hr-6522,K000220 End Tax Uncertainty Act of 2010 111-hr-6522 K000220 Rep. Kingston, Jack [R-GA-1] R GA 2010-12-15 1
111-hr-6522,M001138 End Tax Uncertainty Act of 2010 111-hr-6522 M001138 Rep. Manzullo, Donald A. [R-IL-16] R IL 2010-12-15 1
111-hr-6522,A000358 End Tax Uncertainty Act of 2010 111-hr-6522 A000358 Rep. Akin, W. Todd [R-MO-2] R MO 2010-12-15 1
111-hr-6522,G000548 End Tax Uncertainty Act of 2010 111-hr-6522 G000548 Rep. Garrett, Scott [R-NJ-5] R NJ 2010-12-15 1
111-hr-6522,K000362 End Tax Uncertainty Act of 2010 111-hr-6522 K000362 Rep. King, Steve [R-IA-5] R IA 2010-12-15 1
111-hr-6522,B001248 End Tax Uncertainty Act of 2010 111-hr-6522 B001248 Rep. Burgess, Michael C. [R-TX-26] R TX 2010-12-15 1
111-hr-6522,L000566 End Tax Uncertainty Act of 2010 111-hr-6522 L000566 Rep. Latta, Robert E. [R-OH-5] R OH 2010-12-15 1
111-hr-6522,B001257 End Tax Uncertainty Act of 2010 111-hr-6522 B001257 Rep. Bilirakis, Gus M. [R-FL-9] R FL 2010-12-15 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.139ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API