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

11 rows where bill_id = "112-hr-3992" 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 8
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-hr-3992,A000022 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 A000022 Rep. Ackerman, Gary L. [D-NY-5] D NY 2012-02-29 0
112-hr-3992,D000610 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 D000610 Rep. Deutch, Theodore E. [D-FL-19] D FL 2012-02-28 0
112-hr-3992,P000587 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 P000587 Rep. Pence, Mike [R-IN-6] R IN 2012-02-27 0
112-hr-3992,S001156 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 S001156 Rep. Sánchez, Linda T. [D-CA-39] D CA 2012-02-27 0
112-hr-3992,N000002 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 N000002 Rep. Nadler, Jerrold [D-NY-8] D NY 2012-02-27 0
112-hr-3992,P000598 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 P000598 Rep. Polis, Jared [D-CO-2] D CO 2012-02-27 0
112-hr-3992,P000592 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 P000592 Rep. Poe, Ted [R-TX-2] R TX 2012-02-24 0
112-hr-3992,G000021 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 G000021 Rep. Gallegly, Elton [R-CA-24] R CA 2012-02-24 0
112-hr-3992,S000583 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 S000583 Rep. Smith, Lamar [R-TX-21] R TX 2012-02-09 1
112-hr-3992,L000397 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 L000397 Rep. Lofgren, Zoe [D-CA-16] D CA 2012-02-09 1
112-hr-3992,R000435 To allow otherwise eligible Israeli nationals to receive E-2 nonimmigrant visas if similarly situated United States nationals are eligible for similar nonimmigrant status in Israel. 112-hr-3992 R000435 Rep. Ros-Lehtinen, Ileana [R-FL-18] R FL 2012-02-09 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 7.029ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API