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 = "118-hconres-17" 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 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-hconres-17,P000609 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 P000609 Rep. Palmer, Gary J. [R-AL-6] R AL 2023-03-08 0
118-hconres-17,P000048 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 P000048 Rep. Pfluger, August [R-TX-11] R TX 2023-03-08 0
118-hconres-17,B001275 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 B001275 Rep. Bucshon, Larry [R-IN-8] R IN 2023-03-08 0
118-hconres-17,C001114 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 C001114 Rep. Curtis, John R. [R-UT-3] R UT 2023-03-08 0
118-hconres-17,C001120 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 C001120 Rep. Crenshaw, Dan [R-TX-2] R TX 2023-03-08 0
118-hconres-17,L000589 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 L000589 Rep. Lesko, Debbie [R-AZ-8] R AZ 2023-03-08 0
118-hconres-17,D000615 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 D000615 Rep. Duncan, Jeff [R-SC-3] R SC 2023-02-27 0
118-hconres-17,J000302 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 J000302 Rep. Joyce, John [R-PA-13] R PA 2023-02-27 0
118-hconres-17,B001306 Expressing the sense of Congress that the Federal Government should not impose any restrictions on the export of crude oil or other petroleum products. 118-hconres-17 B001306 Rep. Balderson, Troy [R-OH-12] R OH 2023-02-27 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 23.293ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API