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 = "112-hr-6513" 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
112-hr-6513,L000567 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 L000567 Rep. Lance, Leonard [R-NJ-7] R NJ 2012-10-09 0
112-hr-6513,E000179 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 E000179 Rep. Engel, Eliot L. [D-NY-17] D NY 2012-09-21 1
112-hr-6513,F000451 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 F000451 Rep. Fitzpatrick, Michael G. [R-PA-8] R PA 2012-09-21 1
112-hr-6513,G000549 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 G000549 Rep. Gerlach, Jim [R-PA-6] R PA 2012-09-21 1
112-hr-6513,G000548 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 G000548 Rep. Garrett, Scott [R-NJ-5] R NJ 2012-09-21 1
112-hr-6513,H000627 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 H000627 Rep. Hinchey, Maurice D. [D-NY-22] D NY 2012-09-21 1
112-hr-6513,H001054 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 H001054 Rep. Hayworth, Nan A. S. [R-NY-19] R NY 2012-09-21 1
112-hr-6513,P000096 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 P000096 Rep. Pascrell, Bill, Jr. [D-NJ-8] D NJ 2012-09-21 1
112-hr-6513,M001169 To extend the authorization of the Highlands Conservation Act through fiscal year 2024. 112-hr-6513 M001169 Rep. Murphy, Christopher [D-CT-5] D CT 2012-09-21 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 8.721ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API