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

10 rows where bill_id = "94-hr-15530" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hr-15530,G000513 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 G000513 Rep. Gude, Gilbert [R-MD-8] R     0
94-hr-15530,H000456 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 H000456 Rep. Heinz, John [R-PA-18] R     0
94-hr-15530,H000752 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 H000752 Rep. Holtzman, Elizabeth [D-NY-16] D     0
94-hr-15530,H000930 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 H000930 Rep. Hughes, William J. [D-NJ-2] D     0
94-hr-15530,K000162 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 K000162 Rep. Keys, Martha E. [D-KS-2] D     0
94-hr-15530,M000250 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 M000250 Rep. Matsunaga, Spark M. [D-HI-1] D HI   0
94-hr-15530,P000218 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 P000218 Rep. Pepper, Claude [D-FL-14] D FL   0
94-hr-15530,P000272 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 P000272 Rep. Pettis, Jerry L. [R-CA-33] R     0
94-hr-15530,S000948 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 S000948 Rep. Stokes, Louis [D-OH-21] D OH   0
94-hr-15530,S000062 A bill to provide for quality assurance and utilization control in home health care under the medicare, medicaid, and social services programs in accordance with a plan to be developed by a commission specifically established for that purpose. 94-hr-15530 S000062 Rep. Sarasin, Ronald A. [R-CT-5] R     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 210.433ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API