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

9 rows where bill_id = "108-hr-3261" 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 2

  • 1 5
  • 0 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
108-hr-3261,W000314 Database and Collections of Information Misappropriation Act 108-hr-3261 W000314 Rep. Wexler, Robert [D-FL-19] D FL 2003-11-20 0
108-hr-3261,T000463 Database and Collections of Information Misappropriation Act 108-hr-3261 T000463 Rep. Turner, Michael R. [R-OH-3] R OH 2003-11-20 0
108-hr-3261,P000449 Database and Collections of Information Misappropriation Act 108-hr-3261 P000449 Rep. Portman, Rob [R-OH-2] R OH 2003-11-20 0
108-hr-3261,D000210 Database and Collections of Information Misappropriation Act 108-hr-3261 D000210 Rep. Delahunt, William D. [D-MA-10] D MA 2003-11-20 0
108-hr-3261,S000583 Database and Collections of Information Misappropriation Act 108-hr-3261 S000583 Rep. Smith, Lamar [R-TX-21] R TX 2003-10-08 1
108-hr-3261,H000666 Database and Collections of Information Misappropriation Act 108-hr-3261 H000666 Rep. Hobson, David L. [R-OH-7] R OH 2003-10-08 1
108-hr-3261,G000439 Database and Collections of Information Misappropriation Act 108-hr-3261 G000439 Rep. Greenwood, James C. [R-PA-8] R PA 2003-10-08 1
108-hr-3261,T000058 Database and Collections of Information Misappropriation Act 108-hr-3261 T000058 Rep. Tauzin, W. J. (Billy) [R-LA-3] R LA 2003-10-08 1
108-hr-3261,S000244 Database and Collections of Information Misappropriation Act 108-hr-3261 S000244 Rep. Sensenbrenner, F. James, Jr. [R-WI-5] R WI 2003-10-08 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 4.145ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API