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 = "102-hr-3389" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 0 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
102-hr-3389,A000212 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 A000212 Rep. Annunzio, Frank [D-IL-11] D IL 1992-04-01 0
102-hr-3389,M000590 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 M000590 Rep. McNulty, Michael R. [D-NY-23] D NY 1992-04-01 0
102-hr-3389,H000797 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 H000797 Rep. Horton, Frank J. [R-NY-29] R NY 1992-04-01 0
102-hr-3389,D000586 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 D000586 Rep. Dwyer, Bernard J. [D-NJ-6] D NJ 1992-04-01 0
102-hr-3389,V000108 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 V000108 Rep. Visclosky, Peter J. [D-IN-1] D IN 1992-04-01 0
102-hr-3389,K000009 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 K000009 Rep. Kaptur, Marcy [D-OH-9] D OH 1992-04-01 0
102-hr-3389,R000383 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 R000383 Rep. Roe, Robert A. [D-NJ-8] D NJ 1992-04-01 0
102-hr-3389,E000179 To provide for adjustment of immigration status for certain Polish and Hungarian parolees. 102-hr-3389 E000179 Rep. Engel, Eliot L. [D-NY-19] D NY 1992-04-01 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.61ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API