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

22 rows where bill_id = "118-sres-45" 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

  • 1 20
  • 0 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-sres-45,C001056 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001056 Sen. Cornyn, John [R-TX] R TX 2023-05-15 0
118-sres-45,L000577 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 L000577 Sen. Lee, Mike [R-UT] R UT 2023-05-15 0
118-sres-45,B001261 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 B001261 Sen. Barrasso, John [R-WY] R WY 2023-02-09 1
118-sres-45,B001310 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 B001310 Sen. Braun, Mike [R-IN] R IN 2023-02-09 1
118-sres-45,C001047 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001047 Sen. Capito, Shelley Moore [R-WV] R WV 2023-02-09 1
118-sres-45,C001075 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001075 Sen. Cassidy, Bill [R-LA] R LA 2023-02-09 1
118-sres-45,C001095 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001095 Sen. Cotton, Tom [R-AR] R AR 2023-02-09 1
118-sres-45,C001096 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001096 Sen. Cramer, Kevin [R-ND] R ND 2023-02-09 1
118-sres-45,C000880 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C000880 Sen. Crapo, Mike [R-ID] R ID 2023-02-09 1
118-sres-45,C001098 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 C001098 Sen. Cruz, Ted [R-TX] R TX 2023-02-09 1
118-sres-45,F000463 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 F000463 Sen. Fischer, Deb [R-NE] R NE 2023-02-09 1
118-sres-45,H001061 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 H001061 Sen. Hoeven, John [R-ND] R ND 2023-02-09 1
118-sres-45,H001079 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 H001079 Sen. Hyde-Smith, Cindy [R-MS] R MS 2023-02-09 1
118-sres-45,L000575 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 L000575 Sen. Lankford, James [R-OK] R OK 2023-02-09 1
118-sres-45,M001190 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 M001190 Sen. Mullin, Markwayne [R-OK] R OK 2023-02-09 1
118-sres-45,R000584 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 R000584 Sen. Risch, James E. [R-ID] R ID 2023-02-09 1
118-sres-45,R000605 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 R000605 Sen. Rounds, Mike [R-SD] R SD 2023-02-09 1
118-sres-45,R000595 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 R000595 Sen. Rubio, Marco [R-FL] R FL 2023-02-09 1
118-sres-45,S001227 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 S001227 Sen. Schmitt, Eric [R-MO] R MO 2023-02-09 1
118-sres-45,T000476 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 T000476 Sen. Tillis, Thomas [R-NC] R NC 2023-02-09 1
118-sres-45,W000437 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 W000437 Sen. Wicker, Roger F. [R-MS] R MS 2023-02-09 1
118-sres-45,B001236 A resolution expressing the sense of the Senate that the current influx of migrants is causing a crisis at the southern border. 118-sres-45 B001236 Sen. Boozman, John [R-AR] R AR 2023-02-09 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 268.791ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API