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 = "109-s-3887" 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

  • 0 10
  • 1 8
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
109-s-3887,I000025 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 I000025 Sen. Inouye, Daniel K. [D-HI] D HI 2006-12-05 0
109-s-3887,C000127 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 C000127 Sen. Cantwell, Maria [D-WA] D WA 2006-12-05 0
109-s-3887,L000261 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 L000261 Sen. Levin, Carl [D-MI] D MI 2006-09-27 0
109-s-3887,B000711 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 B000711 Sen. Boxer, Barbara [D-CA] D CA 2006-09-21 0
109-s-3887,R000361 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 R000361 Sen. Rockefeller, John D., IV [D-WV] D WV 2006-09-20 0
109-s-3887,M000639 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 M000639 Sen. Menendez, Robert [D-NJ] D NJ 2006-09-19 0
109-s-3887,S000064 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 S000064 Sen. Sarbanes, Paul S. [D-MD] D MD 2006-09-19 0
109-s-3887,C000705 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 C000705 Sen. Conrad, Kent [D-ND] D ND 2006-09-15 0
109-s-3887,D000388 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 D000388 Sen. Dodd, Christopher J. [D-CT] D CT 2006-09-13 0
109-s-3887,L000123 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 L000123 Sen. Lautenberg, Frank R. [D-NJ] D NJ 2006-09-12 0
109-s-3887,M001111 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 M001111 Sen. Murray, Patty [D-WA] D WA 2006-09-11 1
109-s-3887,M000702 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 M000702 Sen. Mikulski, Barbara A. [D-MD] D MD 2006-09-11 1
109-s-3887,L000174 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 L000174 Sen. Leahy, Patrick J. [D-VT] D VT 2006-09-11 1
109-s-3887,F000062 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 F000062 Sen. Feinstein, Dianne [D-CA] D CA 2006-09-11 1
109-s-3887,A000069 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 A000069 Sen. Akaka, Daniel K. [D-HI] D HI 2006-09-11 1
109-s-3887,K000148 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 K000148 Sen. Kerry, John F. [D-MA] D MA 2006-09-11 1
109-s-3887,K000105 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 K000105 Sen. Kennedy, Edward M. [D-MA] D MA 2006-09-11 1
109-s-3887,L000304 A bill to prohibit the Internal Revenue Service from using private debt collection companies, and for other purposes. 109-s-3887 L000304 Sen. Lieberman, Joseph I. [D-CT] D CT 2006-09-11 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 3.838ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API