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-14969" 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-14969,C000782 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 C000782 Rep. Cornell, Robert J. [D-WI-8] D     0
94-hr-14969,F000350 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 F000350 Rep. Fraser, Donald M. [D-MN-5] D     0
94-hr-14969,F000286 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 F000286 Rep. Forsythe, Edwin B. [R-NJ-6] R     0
94-hr-14969,F000141 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 F000141 Rep. Fish, Hamilton, Jr. [R-NY-25] R NY   0
94-hr-14969,M000703 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 M000703 Rep. Mikva, Abner J. [D-IL-10] D IL   0
94-hr-14969,P000218 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 P000218 Rep. Pepper, Claude [D-FL-14] D FL   0
94-hr-14969,T000362 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 T000362 Rep. Treen, David C. [R-LA-3] R     0
94-hr-14969,W000570 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 W000570 Rep. Wilson, Charles [D-TX-2] D     0
94-hr-14969,W000686 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 W000686 Del. Won Pat, Antonio B. [D-GU-At Large] D     0
94-hr-14969,Y000028 A bill to amend title II of the Social Security Act to provide that attorneys' fees allowed in administrative or judicial proceedings under that title (or under title XVIII of such Act), in cases where the claimants are successful, shall be paid by the Secretary of Health, Education, and Welfare rather than deducted from the amounts awarded claimants. 94-hr-14969 Y000028 Rep. Young, Andrew [D-GA-5] D     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 4.935ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API