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-684" 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-684,E000084 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 E000084 Rep. Edwards, Jack [R-AL-1] R     0
94-hconres-684,B001008 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 B001008 Rep. Buchanan, John [R-AL-6] R     0
94-hconres-684,S000804 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 S000804 Rep. Stanton, J. William [R-OH-11] R     0
94-hconres-684,M000718 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 M000718 Rep. Miller, Clarence E. [R-OH-10] R     0
94-hconres-684,K000153 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 K000153 Rep. Ketchum, William M. [R-CA-36] R     0
94-hconres-684,B000244 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 B000244 Rep. Bauman, Robert E. [R-MD-1] R     0
94-hconres-684,H000747 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 H000747 Rep. Holt, Marjorie S. [R-MD-4] R     0
94-hconres-684,S000146 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 S000146 Rep. Schulze, Richard T. [R-PA-5] R     0
94-hconres-684,S000217 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 S000217 Rep. Sebelius, Keith G. [R-KS-1] R     0
94-hconres-684,J000072 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 J000072 Rep. Jeffords, James M. [R-VT-At Large] I     0
94-hconres-684,R000469 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 R000469 Rep. Rousselot, John H. [R-CA-24] R CA   0
94-hconres-684,G000386 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 G000386 Rep. Grassley, Chuck [R-IA-3] R IA   0
94-hconres-684,H001011 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 H001011 Rep. Hutchinson, Edward [R-MI-4] R     0
94-hconres-684,B001080 A resolution expressing the sense of the Congress in favor of eliminating the reduction in veterans' pension which results when cost-of-living increases in social security or railroad retirement benefits occur. 94-hconres-684 B001080 Rep. Burgener, Clair W. [R-CA-42] 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 1134.492ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API