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

11 rows where bill_id = "103-hres-503" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 1 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hres-503,S000718 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 S000718 Rep. Spence, Floyd [R-SC-2] R SC 1994-08-01 1
103-hres-503,S000056 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 S000056 Rep. Sangmeister, George E. [D-IL-11] D IL 1994-08-01 1
103-hres-503,S000522 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 S000522 Rep. Smith, Christopher H. [R-NJ-4] R NJ 1994-08-01 1
103-hres-503,B000463 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 B000463 Rep. Bilirakis, Michael [R-FL-9] R FL 1994-08-01 1
103-hres-503,B000911 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 B000911 Rep. Brown, Corrine [D-FL-3] D FL 1994-08-01 1
103-hres-503,Q000016 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 Q000016 Rep. Quinn, Jack [R-NY-30] R NY 1994-08-01 1
103-hres-503,B000013 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 B000013 Rep. Bachus, Spencer [R-AL-6] R AL 1994-08-01 1
103-hres-503,R000053 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 R000053 Rep. Rangel, Charles B. [D-NY-15] D NY 1994-08-01 1
103-hres-503,M000015 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 M000015 Rep. Machtley, Ronald K. [R-RI-1] R RI 1994-08-01 1
103-hres-503,S000059 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 S000059 Rep. Santorum, Rick [R-PA-18] R PA 1994-08-01 1
103-hres-503,F000010 Expressing the sense of the House of Representatives that Congress, in providing funds for any fiscal year for programs to assist the homeless, should ensure that these funds are fairly apportioned for homeless veterans to help return homeless veterans to self-sufficient and productive lives. 103-hres-503 F000010 Del. Faleomavaega, Eni F. H. [D-AS-At Large] D AS 1994-08-01 1

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 590.537ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API