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

8 rows where bill_id = "111-hconres-256" 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 7
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hconres-256,P000258 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 P000258 Rep. Peterson, Collin C. [D-MN-7] D MN 2010-06-23 0
111-hconres-256,B001149 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 B001149 Rep. Burton, Dan [R-IN-5] R IN 2010-04-15 0
111-hconres-256,W000792 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 W000792 Rep. Weiner, Anthony D. [D-NY-9] D NY 2010-04-15 0
111-hconres-256,S001171 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 S001171 Rep. Shuler, Heath [D-NC-11] D NC 2010-04-15 0
111-hconres-256,M001144 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 M001144 Rep. Miller, Jeff [R-FL-1] R FL 2010-04-15 0
111-hconres-256,K000360 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 K000360 Rep. Kirk, Mark Steven [R-IL-10] R IL 2010-04-15 0
111-hconres-256,I000023 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 I000023 Rep. Inglis, Bob [R-SC-4] R SC 2010-04-15 0
111-hconres-256,K000366 Expressing the sense of Congress that any official within the Government of Iran at the level of deputy minister or higher or officer within the Iranian Revolutionary Guard is presumptively ineligible for a travel visa to the United States. 111-hconres-256 K000366 Rep. Klein, Ron [D-FL-22] D FL 2010-03-22 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 77.176ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API