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

13 rows where bill_id = "109-s-3910" 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 12
  • 1 1
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-s-3910,D000563 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 D000563 Sen. Durbin, Richard J. [D-IL] D IL 2006-12-05 0
109-s-3910,L000304 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 L000304 Sen. Lieberman, Joseph I. [D-CT] D CT 2006-12-04 0
109-s-3910,B001233 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 B001233 Sen. Bayh, Evan [D-IN] D IN 2006-12-04 0
109-s-3910,C000127 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 C000127 Sen. Cantwell, Maria [D-WA] D WA 2006-11-16 0
109-s-3910,P000590 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 P000590 Sen. Pryor, Mark L. [D-AR] D AR 2006-11-16 0
109-s-3910,K000148 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 K000148 Sen. Kerry, John F. [D-MA] D MA 2006-11-14 0
109-s-3910,M000702 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 M000702 Sen. Mikulski, Barbara A. [D-MD] D MD 2006-11-14 0
109-s-3910,L000261 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 L000261 Sen. Levin, Carl [D-MI] D MI 2006-11-14 0
109-s-3910,B000711 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 B000711 Sen. Boxer, Barbara [D-CA] D CA 2006-11-13 0
109-s-3910,L000550 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 L000550 Sen. Landrieu, Mary L. [D-LA] D LA 2006-11-13 0
109-s-3910,L000123 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 2006-11-13 0
109-s-3910,S000064 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 S000064 Sen. Sarbanes, Paul S. [D-MD] D MD 2006-11-13 0
109-s-3910,S000709 A bill to direct the Joint Committee on the Library to accept the donation of a bust depicting Sojourner Truth and to display the bust in a suitable location in the Capitol. 109-s-3910 S000709 Sen. Specter, Arlen [R-PA] R PA 2006-09-19 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 269.648ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API