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

12 rows where bill_id = "113-hres-196" 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

  • 1 8
  • 0 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
113-hres-196,M000933 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 M000933 Rep. Moran, James P. [D-VA-8] D VA 2013-05-13 0
113-hres-196,S000185 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 S000185 Rep. Scott, Robert C. "Bobby" [D-VA-3] D VA 2013-05-07 0
113-hres-196,J000032 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 J000032 Rep. Jackson Lee, Sheila [D-TX-18] D TX 2013-05-07 0
113-hres-196,W000207 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 W000207 Rep. Watt, Melvin L. [D-NC-12] D NC 2013-05-06 0
113-hres-196,R000053 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 R000053 Rep. Rangel, Charles B. [D-NY-13] D NY 2013-05-03 1
113-hres-196,C000266 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 C000266 Rep. Chabot, Steve [R-OH-1] R OH 2013-05-03 1
113-hres-196,W000808 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 W000808 Rep. Wilson, Frederica S. [D-FL-24] D FL 2013-05-03 1
113-hres-196,L000551 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 L000551 Rep. Lee, Barbara [D-CA-13] D CA 2013-05-03 1
113-hres-196,C000714 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 C000714 Rep. Conyers, John, Jr. [D-MI-13] D MI 2013-05-03 1
113-hres-196,B001278 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 B001278 Rep. Bonamici, Suzanne [D-OR-1] D OR 2013-05-03 1
113-hres-196,J000288 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 J000288 Rep. Johnson, Henry C. "Hank," Jr. [D-GA-4] D GA 2013-05-03 1
113-hres-196,C001080 Supporting the Sixth Amendment to the United States Constitution, the right to counsel. 113-hres-196 C001080 Rep. Chu, Judy [D-CA-27] D CA 2013-05-03 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 4.864ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API