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

8 rows where bill_id = "114-hr-5486" 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 4
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
114-hr-5486,A000371 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 A000371 Rep. Aguilar, Pete [D-CA-31] D CA 2016-07-14 0
114-hr-5486,C001097 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 C001097 Rep. Cárdenas, Tony [D-CA-29] D CA 2016-07-08 0
114-hr-5486,C001053 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 C001053 Rep. Cole, Tom [R-OK-4] R OK 2016-07-06 0
114-hr-5486,M001160 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 M001160 Rep. Moore, Gwen [D-WI-4] D WI 2016-06-21 0
114-hr-5486,M001144 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 M001144 Rep. Miller, Jeff [R-FL-1] R FL 2016-06-15 1
114-hr-5486,S001185 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 S001185 Rep. Sewell, Terri A. [D-AL-7] D AL 2016-06-15 1
114-hr-5486,B001274 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 B001274 Rep. Brooks, Mo [R-AL-5] R AL 2016-06-15 1
114-hr-5486,S000250 Poarch Band of Creek Indians Land Reaffirmation Act 114-hr-5486 S000250 Rep. Sessions, Pete [R-TX-32] R TX 2016-06-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 6.141ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API