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

16 rows where bill_id = "103-hr-1380" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 16
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hr-1380,R000515 Jesse Gray Housing Act 103-hr-1380 R000515 Rep. Rush, Bobby L. [D-IL-1] D IL 1993-09-08 0
103-hr-1380,P000066 Jesse Gray Housing Act 103-hr-1380 P000066 Rep. Parker, Mike [D-MS-4] D MS 1993-07-01 0
103-hr-1380,L000287 Jesse Gray Housing Act 103-hr-1380 L000287 Rep. Lewis, John [D-GA-5] D GA 1993-07-01 0
103-hr-1380,D000222 Jesse Gray Housing Act 103-hr-1380 D000222 Rep. Dellums, Ronald V. [D-CA-9] D CA 1993-07-01 0
103-hr-1380,H000324 Jesse Gray Housing Act 103-hr-1380 H000324 Rep. Hastings, Alcee L. [D-FL-23] D FL 1993-07-01 0
103-hr-1380,E000250 Jesse Gray Housing Act 103-hr-1380 E000250 Rep. Evans, Lane [D-IL-17] D IL 1993-07-01 0
103-hr-1380,R000053 Jesse Gray Housing Act 103-hr-1380 R000053 Rep. Rangel, Charles B. [D-NY-15] D NY 1993-06-10 0
103-hr-1380,C000633 Jesse Gray Housing Act 103-hr-1380 C000633 Rep. Collins, Barbara-Rose [D-MI-15] D MI 1993-06-10 0
103-hr-1380,D000209 Jesse Gray Housing Act 103-hr-1380 D000209 Del. de Lugo, Ron [D-VI-At Large] D VI 1993-06-10 0
103-hr-1380,M000628 Jesse Gray Housing Act 103-hr-1380 M000628 Rep. Meek, Carrie P. [D-FL-17] D FL 1993-06-10 0
103-hr-1380,O000159 Jesse Gray Housing Act 103-hr-1380 O000159 Rep. Owens, Major R. [D-NY-11] D NY 1993-06-10 0
103-hr-1380,F000392 Jesse Gray Housing Act 103-hr-1380 F000392 Rep. Frost, Martin [D-TX-24] D TX 1993-06-10 0
103-hr-1380,N000147 Jesse Gray Housing Act 103-hr-1380 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 1993-06-10 0
103-hr-1380,S000185 Jesse Gray Housing Act 103-hr-1380 S000185 Rep. Scott, Robert C. "Bobby" [D-VA-3] D VA 1993-06-10 0
103-hr-1380,T000193 Jesse Gray Housing Act 103-hr-1380 T000193 Rep. Thompson, Bennie G. [D-MS-2] D MS 1993-06-10 0
103-hr-1380,T000326 Jesse Gray Housing Act 103-hr-1380 T000326 Rep. Towns, Edolphus [D-NY-10] D NY 1993-06-10 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 90.421ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API