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

15 rows where bill_id = "112-hr-3886" 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 10
  • 0 5
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-3886,C001036 Wildlife VET Act 112-hr-3886 C001036 Rep. Capps, Lois [D-CA-23] D CA 2012-07-12 0
112-hr-3886,S000810 Wildlife VET Act 112-hr-3886 S000810 Rep. Stark, Fortney Pete [D-CA-13] D CA 2012-07-12 0
112-hr-3886,F000030 Wildlife VET Act 112-hr-3886 F000030 Rep. Farr, Sam [D-CA-17] D CA 2012-02-15 0
112-hr-3886,J000285 Wildlife VET Act 112-hr-3886 J000285 Rep. Johnson, Timothy V. [R-IL-15] R IL 2012-02-03 0
112-hr-3886,C000380 Wildlife VET Act 112-hr-3886 C000380 Del. Christensen, Donna M. [D-VI-At Large] D VI 2012-02-03 0
112-hr-3886,G000569 Wildlife VET Act 112-hr-3886 G000569 Rep. Grimm, Michael G. [R-NY-13] R NY 2012-02-02 1
112-hr-3886,S001180 Wildlife VET Act 112-hr-3886 S001180 Rep. Schrader, Kurt [D-OR-5] D OR 2012-02-02 1
112-hr-3886,G000551 Wildlife VET Act 112-hr-3886 G000551 Rep. Grijalva, Raúl M. [D-AZ-7] D AZ 2012-02-02 1
112-hr-3886,M000933 Wildlife VET Act 112-hr-3886 M000933 Rep. Moran, James P. [D-VA-8] D VA 2012-02-02 1
112-hr-3886,L000551 Wildlife VET Act 112-hr-3886 L000551 Rep. Lee, Barbara [D-CA-9] D CA 2012-02-02 1
112-hr-3886,K000336 Wildlife VET Act 112-hr-3886 K000336 Rep. Kucinich, Dennis J. [D-OH-10] D OH 2012-02-02 1
112-hr-3886,C001068 Wildlife VET Act 112-hr-3886 C001068 Rep. Cohen, Steve [D-TN-9] D TN 2012-02-02 1
112-hr-3886,K000369 Wildlife VET Act 112-hr-3886 K000369 Rep. Kissell, Larry [D-NC-8] D NC 2012-02-02 1
112-hr-3886,B001245 Wildlife VET Act 112-hr-3886 B001245 Del. Bordallo, Madeleine Z. [D-GU-At Large] D GU 2012-02-02 1
112-hr-3886,N000147 Wildlife VET Act 112-hr-3886 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2012-02-02 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 6.013ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API