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 = "112-hr-6101" 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

  • 0 12
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-6101,S001145 Student Veteran ACE Act 112-hr-6101 S001145 Rep. Schakowsky, Janice D. [D-IL-9] D IL 2012-12-13 0
112-hr-6101,G000553 Student Veteran ACE Act 112-hr-6101 G000553 Rep. Green, Al [D-TX-9] D TX 2012-12-05 0
112-hr-6101,S000810 Student Veteran ACE Act 112-hr-6101 S000810 Rep. Stark, Fortney Pete [D-CA-13] D CA 2012-10-19 0
112-hr-6101,M001149 Student Veteran ACE Act 112-hr-6101 M001149 Rep. Michaud, Michael H. [D-ME-2] D ME 2012-09-20 0
112-hr-6101,M001143 Student Veteran ACE Act 112-hr-6101 M001143 Rep. McCollum, Betty [D-MN-4] D MN 2012-09-20 0
112-hr-6101,K000336 Student Veteran ACE Act 112-hr-6101 K000336 Rep. Kucinich, Dennis J. [D-OH-10] D OH 2012-09-11 0
112-hr-6101,R000581 Student Veteran ACE Act 112-hr-6101 R000581 Rep. Richardson, Laura [D-CA-37] D CA 2012-09-11 0
112-hr-6101,P000598 Student Veteran ACE Act 112-hr-6101 P000598 Rep. Polis, Jared [D-CO-2] D CO 2012-09-11 0
112-hr-6101,N000147 Student Veteran ACE Act 112-hr-6101 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2012-08-02 0
112-hr-6101,W000187 Student Veteran ACE Act 112-hr-6101 W000187 Rep. Waters, Maxine [D-CA-35] D CA 2012-08-02 0
112-hr-6101,L000563 Student Veteran ACE Act 112-hr-6101 L000563 Rep. Lipinski, Daniel [D-IL-3] D IL 2012-08-02 0
112-hr-6101,L000560 Student Veteran ACE Act 112-hr-6101 L000560 Rep. Larsen, Rick [D-WA-2] D WA 2012-07-24 0
112-hr-6101,R000053 Student Veteran ACE Act 112-hr-6101 R000053 Rep. Rangel, Charles B. [D-NY-15] D NY 2012-07-11 1
112-hr-6101,S000030 Student Veteran ACE Act 112-hr-6101 S000030 Rep. Sanchez, Loretta [D-CA-47] D CA 2012-07-11 1
112-hr-6101,F000116 Student Veteran ACE Act 112-hr-6101 F000116 Rep. Filner, Bob [D-CA-51] D CA 2012-07-11 1
112-hr-6101,J000255 Student Veteran ACE Act 112-hr-6101 J000255 Rep. Jones, Walter B., Jr. [R-NC-3] R NC 2012-07-11 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 5.228ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API