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 = "103-hr-2880" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 1

  • 0 10
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hr-2880,B000078 Loser Pays Act 103-hr-2880 B000078 Rep. Baker, Bill [R-CA-10] R CA 1993-11-08 0
103-hr-2880,G000225 Loser Pays Act 103-hr-2880 G000225 Rep. Gingrich, Newt [R-GA-6] R GA 1993-10-14 0
103-hr-2880,A000217 Loser Pays Act 103-hr-2880 A000217 Rep. Armey, Richard K. [R-TX-26] R TX 1993-10-12 0
103-hr-2880,A000214 Loser Pays Act 103-hr-2880 A000214 Rep. Applegate, Douglas [D-OH-18] D OH 1993-08-06 0
103-hr-2880,Z000008 Loser Pays Act 103-hr-2880 Z000008 Rep. Zimmer, Dick [R-NJ-12] R NJ 1993-08-06 0
103-hr-2880,S000675 Loser Pays Act 103-hr-2880 S000675 Rep. Solomon, Gerald B. H. [R-NY-22] R NY 1993-08-06 0
103-hr-2880,T000314 Loser Pays Act 103-hr-2880 T000314 Rep. Torkildsen, Peter G. [R-MA-6] R MA 1993-08-06 0
103-hr-2880,G000021 Loser Pays Act 103-hr-2880 G000021 Rep. Gallegly, Elton [R-CA-23] R CA 1993-08-06 0
103-hr-2880,B000208 Loser Pays Act 103-hr-2880 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 1993-08-06 0
103-hr-2880,D000435 Loser Pays Act 103-hr-2880 D000435 Rep. Dornan, Robert K. [R-CA-46] R CA 1993-08-06 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 323.136ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API