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

17 rows where bill_id = "110-hr-5596" 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 17
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hr-5596,C001051 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 C001051 Rep. Carter, John R. [R-TX-31] R TX 2008-09-18 0
110-hr-5596,M001144 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 M001144 Rep. Miller, Jeff [R-FL-1] R FL 2008-05-13 0
110-hr-5596,B001247 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 B001247 Rep. Brown-Waite, Ginny [R-FL-5] R FL 2008-04-23 0
110-hr-5596,B000575 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 B000575 Rep. Blunt, Roy [R-MO-7] R MO 2008-04-23 0
110-hr-5596,A000361 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 A000361 Rep. Alexander, Rodney [R-LA-5] R LA 2008-04-23 0
110-hr-5596,S001171 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 S001171 Rep. Shuler, Heath [D-NC-11] D NC 2008-04-23 0
110-hr-5596,G000021 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 G000021 Rep. Gallegly, Elton [R-CA-24] R CA 2008-04-16 0
110-hr-5596,R000409 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 R000409 Rep. Rohrabacher, Dana [R-CA-46] R CA 2008-04-16 0
110-hr-5596,H000981 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 H000981 Rep. Hunter, Duncan [R-CA-52] R CA 2008-04-16 0
110-hr-5596,W000119 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 W000119 Rep. Wamp, Zach [R-TN-3] R TN 2008-04-16 0
110-hr-5596,B001243 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 B001243 Rep. Blackburn, Marsha [R-TN-7] R TN 2008-04-16 0
110-hr-5596,K000220 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 K000220 Rep. Kingston, Jack [R-GA-1] R GA 2008-04-16 0
110-hr-5596,L000274 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 L000274 Rep. Lewis, Jerry [R-CA-41] R CA 2008-04-16 0
110-hr-5596,S000244 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 S000244 Rep. Sensenbrenner, F. James, Jr. [R-WI-5] R WI 2008-04-15 0
110-hr-5596,T000458 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 T000458 Rep. Tancredo, Thomas G. [R-CO-6] R CO 2008-04-15 0
110-hr-5596,B000461 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 B000461 Rep. Bilbray, Brian P. [R-CA-50] R CA 2008-04-15 0
110-hr-5596,F000448 To extend the basic pilot program for employment eligibility confirmation. 110-hr-5596 F000448 Rep. Franks, Trent [R-AZ-2] R AZ 2008-04-15 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 6.14ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API