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 = "101-hconres-357" 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 1

  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hconres-357,F000141 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 F000141 Rep. Fish, Hamilton, Jr. [R-NY-21] R NY 1990-09-19 0
101-hconres-357,K000307 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 K000307 Rep. Kolter, Joseph P. [D-PA-4] D PA 1990-09-19 0
101-hconres-357,C000634 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 C000634 Rep. Collins, Cardiss [D-IL-7] D IL 1990-09-12 0
101-hconres-357,R000053 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 R000053 Rep. Rangel, Charles B. [D-NY-16] D NY 1990-09-12 0
101-hconres-357,M000015 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 M000015 Rep. Machtley, Ronald K. [R-RI-1] R RI 1990-08-03 0
101-hconres-357,S000586 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 S000586 Rep. Smith, Lawrence [D-FL-16] D FL 1990-08-03 0
101-hconres-357,B000556 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 B000556 Rep. Bliley, Tom [R-VA-3] R VA 1990-08-03 0
101-hconres-357,H000797 Expressing the sense of the Congress that medical examiners and coroners should make reasonable, good faith efforts to locate the next of kin of deceased individuals. 101-hconres-357 H000797 Rep. Horton, Frank J. [R-NY-29] R NY 1990-08-03 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 5.118ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API