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 = "112-sres-203" 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 16
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
112-sres-203,G000386 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 policy to improve the lives of children in the foster care system. 112-sres-203 G000386 Sen. Grassley, Chuck [R-IA] R IA 2011-05-26 1
112-sres-203,G000555 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 policy to improve the lives of children in the foster care system. 112-sres-203 G000555 Sen. Gillibrand, Kirsten E. [D-NY] D NY 2011-05-26 1
112-sres-203,F000457 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 policy to improve the lives of children in the foster care system. 112-sres-203 F000457 Sen. Franken, Al [D-MN] D MN 2011-05-26 1
112-sres-203,C000141 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 policy to improve the lives of children in the foster care system. 112-sres-203 C000141 Sen. Cardin, Benjamin L. [D-MD] D MD 2011-05-26 1
112-sres-203,B001265 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 policy to improve the lives of children in the foster care system. 112-sres-203 B001265 Sen. Begich, Mark [D-AK] D AK 2011-05-26 1
112-sres-203,A000069 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 policy to improve the lives of children in the foster care system. 112-sres-203 A000069 Sen. Akaka, Daniel K. [D-HI] D HI 2011-05-26 1
112-sres-203,C000567 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 policy to improve the lives of children in the foster care system. 112-sres-203 C000567 Sen. Cochran, Thad [R-MS] R MS 2011-05-26 1
112-sres-203,C001035 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 policy to improve the lives of children in the foster care system. 112-sres-203 C001035 Sen. Collins, Susan M. [R-ME] R ME 2011-05-26 1
112-sres-203,L000261 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 policy to improve the lives of children in the foster care system. 112-sres-203 L000261 Sen. Levin, Carl [D-MI] D MI 2011-05-26 1
112-sres-203,N000180 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 policy to improve the lives of children in the foster care system. 112-sres-203 N000180 Sen. Nelson, Ben [D-NE] D NE 2011-05-26 1
112-sres-203,L000123 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 policy to improve the lives of children in the foster care system. 112-sres-203 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 2011-05-26 1
112-sres-203,M001111 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 policy to improve the lives of children in the foster care system. 112-sres-203 M001111 Sen. Murray, Patty [D-WA] D WA 2011-05-26 1
112-sres-203,K000148 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 policy to improve the lives of children in the foster care system. 112-sres-203 K000148 Sen. Kerry, John F. [D-MA] D MA 2011-05-26 1
112-sres-203,I000024 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 policy to improve the lives of children in the foster care system. 112-sres-203 I000024 Sen. Inhofe, James M. [R-OK] R OK 2011-05-26 1
112-sres-203,S000663 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 policy to improve the lives of children in the foster care system. 112-sres-203 S000663 Sen. Snowe, Olympia J. [R-ME] R ME 2011-05-26 1
112-sres-203,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 policy to improve the lives of children in the foster care system. 112-sres-203 C001070 Sen. Casey, Robert P., Jr. [D-PA] D PA 2011-05-26 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 130.54ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API