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

12 rows where bill_id = "95-hr-8703" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 12
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
95-hr-8703,B000029 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 B000029 Rep. Bafalis, L. A. (Skip) [R-FL-10] R     0
95-hr-8703,M001088 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 M001088 Rep. Murphy, Austin J. [D-PA-22] D     0
95-hr-8703,G000537 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 G000537 Rep. Guyer, Tennyson [R-OH-4] R     0
95-hr-8703,W000636 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 W000636 Rep. Winn, Larry, Jr. [R-KS-3] R     0
95-hr-8703,M001044 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 M001044 Rep. Mottl, Ronald M. [D-OH-23] D     0
95-hr-8703,W000570 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 W000570 Rep. Wilson, Charles [D-TX-2] D     0
95-hr-8703,H000930 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 H000930 Rep. Hughes, William J. [D-NJ-2] D     0
95-hr-8703,E000208 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 E000208 Rep. Ertel, Allen E. [D-PA-17] D     0
95-hr-8703,B001091 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 B001091 Rep. Burke, J. Herbert [R-FL-12] R FL   0
95-hr-8703,L000265 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 L000265 Rep. Levitas, Elliott H. [D-GA-4] D     0
95-hr-8703,G000268 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 G000268 Rep. Goldwater, Barry, Jr. [R-CA-20] R     0
95-hr-8703,B000243 A bill to amend the Immigration and Nationality Act to change certain criteria for determining whether an alien is excludable from admission to or deportable from, the United States as a public charge and to provide that an alien may not be admitted to the United States unless a citizen of the United States enters into an enforceable agreement to provide support to such alien for a period of five years after admission. 95-hr-8703 B000243 Rep. Baucus, Max [D-MT-1] D MT   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 212.26ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API