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

6 rows where bill_id = "95-hr-12422" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

is_original_cosponsor 1

  • 0 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hr-12422,L000187 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 L000187 Rep. Lederer, Raymond F. [D-PA-3] D     0
95-hr-12422,E000043 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 E000043 Rep. Edgar, Robert W. [D-PA-7] D     0
95-hr-12422,E000096 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 E000096 Rep. Eilberg, Joshua [D-PA-4] D     0
95-hr-12422,K000319 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 K000319 Rep. Kostmayer, Peter H. [D-PA-8] D     0
95-hr-12422,M001132 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 M001132 Rep. Myers, Michael O. [D-PA-1] D     0
95-hr-12422,N000113 A bill to authorize the Secretary of the Interior to acquire the Walnut Street Theatre, a national landmark, for inclusion as a national historic site in Independence National Historical Park, Philadelphia, Pennsylvania, and for other purposes. 95-hr-12422 N000113 Rep. Nix, Robert N. C. [D-PA-2] D PA   0

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.058ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API