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

13 rows where bill_id = "112-hr-2463" 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 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-2463,Y000063 Border Security Technology Innovation Act of 2011 112-hr-2463 Y000063 Rep. Yoder, Kevin [R-KS-3] R KS 2011-09-13 0
112-hr-2463,O000168 Border Security Technology Innovation Act of 2011 112-hr-2463 O000168 Rep. Olson, Pete [R-TX-22] R TX 2011-07-29 0
112-hr-2463,H001052 Border Security Technology Innovation Act of 2011 112-hr-2463 H001052 Rep. Harris, Andy [R-MD-1] R MD 2011-07-12 0
112-hr-2463,Q000024 Border Security Technology Innovation Act of 2011 112-hr-2463 Q000024 Rep. Quayle, Benjamin [R-AZ-3] R AZ 2011-07-08 1
112-hr-2463,W000793 Border Security Technology Innovation Act of 2011 112-hr-2463 W000793 Rep. Wu, David [D-OR-1] D OR 2011-07-08 1
112-hr-2463,C001062 Border Security Technology Innovation Act of 2011 112-hr-2463 C001062 Rep. Conaway, K. Michael [R-TX-11] R TX 2011-07-08 1
112-hr-2463,S000583 Border Security Technology Innovation Act of 2011 112-hr-2463 S000583 Rep. Smith, Lamar [R-TX-21] R TX 2011-07-08 1
112-hr-2463,S000244 Border Security Technology Innovation Act of 2011 112-hr-2463 S000244 Rep. Sensenbrenner, F. James, Jr. [R-WI-5] R WI 2011-07-08 1
112-hr-2463,B001271 Border Security Technology Innovation Act of 2011 112-hr-2463 B001271 Rep. Benishek, Dan [R-MI-1] R MI 2011-07-08 1
112-hr-2463,B000213 Border Security Technology Innovation Act of 2011 112-hr-2463 B000213 Rep. Barton, Joe [R-TX-6] R TX 2011-07-08 1
112-hr-2463,H001059 Border Security Technology Innovation Act of 2011 112-hr-2463 H001059 Rep. Hultgren, Randy [R-IL-14] R IL 2011-07-08 1
112-hr-2463,N000182 Border Security Technology Innovation Act of 2011 112-hr-2463 N000182 Rep. Neugebauer, Randy [R-TX-19] R TX 2011-07-08 1
112-hr-2463,B001232 Border Security Technology Innovation Act of 2011 112-hr-2463 B001232 Rep. Biggert, Judy [R-IL-13] R IL 2011-07-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 8.781ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API