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

9 rows where bill_id = "104-hres-486" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: state, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 0 7
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
104-hres-486,B000072 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 B000072 Rep. Baker, Richard H. [R-LA-6] R LA 1996-09-30 0
104-hres-486,F000349 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 F000349 Rep. Franks, Bob [R-NJ-7] R NJ 1996-09-30 0
104-hres-486,H000807 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 H000807 Rep. Hostettler, John N. [R-IN-8] R IN 1996-09-11 0
104-hres-486,B000208 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 1996-09-11 0
104-hres-486,D000435 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 D000435 Rep. Dornan, Robert K. [R-CA-46] R CA 1996-09-11 0
104-hres-486,F000111 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 F000111 Rep. Fields, Jack [R-TX-8] R TX 1996-09-11 0
104-hres-486,B000078 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 B000078 Rep. Baker, Bill [R-CA-10] R CA 1996-09-11 0
104-hres-486,D000217 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 D000217 Rep. DeLay, Tom [R-TX-22] R TX 1996-07-22 1
104-hres-486,R000004 Amending the Rules of the House of Representatives to require witnesses at committee hearings to submit statements identifying Federal grants or contracts received during the current and previous two fiscal years. 104-hres-486 R000004 Rep. Radanovich, George [R-CA-19] R CA 1996-07-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 219.662ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API