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

18 rows where bill_id = "118-sres-280" 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

  • 1 18
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
118-sres-280,S000770 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 S000770 Sen. Stabenow, Debbie [D-MI] D MI 2023-06-22 1
118-sres-280,K000384 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 K000384 Sen. Kaine, Tim [D-VA] D VA 2023-06-22 1
118-sres-280,H001076 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 H001076 Sen. Hassan, Margaret Wood [D-NH] D NH 2023-06-22 1
118-sres-280,L000570 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 L000570 Sen. Lujan, Ben Ray [D-NM] D NM 2023-06-22 1
118-sres-280,C001047 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 C001047 Sen. Capito, Shelley Moore [R-WV] R WV 2023-06-22 1
118-sres-280,C001056 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 C001056 Sen. Cornyn, John [R-TX] R TX 2023-06-22 1
118-sres-280,P000595 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 P000595 Sen. Peters, Gary C. [D-MI] D MI 2023-06-22 1
118-sres-280,K000367 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 K000367 Sen. Klobuchar, Amy [D-MN] D MN 2023-06-22 1
118-sres-280,C001070 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 C001070 Sen. Casey, Robert P., Jr. [D-PA] D PA 2023-06-22 1
118-sres-280,B001261 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 B001261 Sen. Barrasso, John [R-WY] R WY 2023-06-22 1
118-sres-280,W000805 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 W000805 Sen. Warner, Mark R. [D-VA] D VA 2023-06-22 1
118-sres-280,B001319 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 B001319 Sen. Britt, Katie Boyd [R-AL] R AL 2023-06-22 1
118-sres-280,W000437 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 W000437 Sen. Wicker, Roger F. [R-MS] R MS 2023-06-22 1
118-sres-280,M001183 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 M001183 Sen. Manchin, Joe, III [D-WV] D WV 2023-06-22 1
118-sres-280,P000145 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 P000145 Sen. Padilla, Alex [D-CA] D CA 2023-06-22 1
118-sres-280,C001113 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 C001113 Sen. Cortez Masto, Catherine [D-NV] D NV 2023-06-22 1
118-sres-280,W000790 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 W000790 Sen. Warnock, Raphael G. [D-GA] D GA 2023-06-22 1
118-sres-280,Y000064 A resolution recognizing National Foster Care Month as an opportunity to raise awareness about the challenges of children in the foster care system, and encouraging Congress to implement policies to improve the lives of children in the foster care system. 118-sres-280 Y000064 Sen. Young, Todd [R-IN] R IN 2023-06-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 330.498ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API