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 = "108-hconres-459" 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 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
108-hconres-459,O000006 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 O000006 Rep. Oberstar, James L. [D-MN-8] D MN 2004-06-24 0
108-hconres-459,R000395 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 R000395 Rep. Rogers, Harold [R-KY-5] R KY 2004-06-24 0
108-hconres-459,S000364 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 S000364 Rep. Shimkus, John [R-IL-19] R IL 2004-06-24 0
108-hconres-459,H000712 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 H000712 Rep. Holden, Tim [D-PA-17] D PA 2004-06-23 0
108-hconres-459,S001154 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 S001154 Rep. Shuster, Bill [R-PA-9] R PA 2004-06-23 0
108-hconres-459,F000262 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 F000262 Rep. Ford, Harold E., Jr. [D-TN-9] D TN 2004-06-23 0
108-hconres-459,M001120 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 M001120 Rep. Murtha, John P. [D-PA-12] D PA 2004-06-23 0
108-hconres-459,K000008 Expressing the sense of the Congress that a postage stamp should be issued to honor coal miners. 108-hconres-459 K000008 Rep. Kanjorski, Paul E. [D-PA-11] D PA 2004-06-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 5.915ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API