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

16 rows where bill_id = "117-hr-6402" 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 13
  • 1 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
117-hr-6402,M001135 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 M001135 Rep. Manning, Kathy E. [D-NC-6] D NC 2022-12-05 0
117-hr-6402,L000590 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 L000590 Rep. Lee, Susie [D-NV-3] D NV 2022-12-01 0
117-hr-6402,R000305 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 R000305 Rep. Ross, Deborah K. [D-NC-2] D NC 2022-11-30 0
117-hr-6402,B001251 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 B001251 Rep. Butterfield, G. K. [D-NC-1] D NC 2022-11-29 0
117-hr-6402,B001305 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 B001305 Rep. Budd, Ted [R-NC-13] R NC 2022-11-29 0
117-hr-6402,C001069 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 C001069 Rep. Courtney, Joe [D-CT-2] D CT 2022-11-29 0
117-hr-6402,C001072 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 C001072 Rep. Carson, Andre [D-IN-7] D IN 2022-08-26 0
117-hr-6402,H001068 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 H001068 Rep. Huffman, Jared [D-CA-2] D CA 2022-08-26 0
117-hr-6402,S000168 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 S000168 Rep. Salazar, Maria Elvira [R-FL-27] R FL 2022-08-19 0
117-hr-6402,S001212 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 S001212 Rep. Stauber, Pete [R-MN-8] R MN 2022-08-19 0
117-hr-6402,S001218 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 S001218 Rep. Stansbury, Melanie Ann [D-NM-1] D NM 2022-02-18 0
117-hr-6402,B000825 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 B000825 Rep. Boebert, Lauren [R-CO-3] R CO 2022-02-02 0
117-hr-6402,N000191 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 N000191 Rep. Neguse, Joe [D-CO-2] D CO 2022-01-28 0
117-hr-6402,O000171 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 O000171 Rep. O'Halleran, Tom [D-AZ-1] D AZ 2022-01-13 1
117-hr-6402,C001053 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 C001053 Rep. Cole, Tom [R-OK-4] R OK 2022-01-13 1
117-hr-6402,D000629 To grant a Federal charter to the National American Indian Veterans, Incorporated. 117-hr-6402 D000629 Rep. Davids, Sharice [D-KS-3] D KS 2022-01-13 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 6.623ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API