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

14 rows where bill_id = "94-hconres-685" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 14
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
94-hconres-685,J000115 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 J000115 Rep. Johnson, Albert W. [R-PA-23] R     0
94-hconres-685,F000123 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 F000123 Rep. Findley, Paul [R-IL-20] R     0
94-hconres-685,C000567 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 C000567 Rep. Cochran, Thad [R-MS-4] R MS   0
94-hconres-685,S000669 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 S000669 Rep. Snyder, M. G. (Gene) [R-KY-4] R KY   0
94-hconres-685,W000121 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 W000121 Rep. Wampler, William C. [R-VA-9] R VA   0
94-hconres-685,G000268 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 G000268 Rep. Goldwater, Barry, Jr. [R-CA-27] R     0
94-hconres-685,B000280 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 B000280 Rep. Beard, Robin [R-TN-6] R     0
94-hconres-685,S000846 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 S000846 Rep. Steiger, Sam [R-AZ-3] R     0
94-hconres-685,C000475 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 C000475 Rep. Clausen, Don H. [R-CA-1] R     0
94-hconres-685,T000234 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 T000234 Rep. Thone, Charles [R-NE-1] R     0
94-hconres-685,M000923 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 M000923 Rep. Moore, W. Henson [R-LA-6] R     0
94-hconres-685,M000399 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 M000399 Rep. McDade, Joseph M. [R-PA-10] R     0
94-hconres-685,M000349 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 M000349 Rep. McCollister, John Y. [R-NE-2] R     0
94-hconres-685,L000265 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pensions which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-685 L000265 Rep. Levitas, Elliott H. [D-GA-4] 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 5.604ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API