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

7 rows where bill_id = "110-hr-6008" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, sponsorship_date, sponsorship_date (date)

is_original_cosponsor 2

  • 1 4
  • 0 3
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hr-6008,M001152 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 M001152 Rep. Musgrave, Marilyn N. [R-CO-4] R CO 2008-05-21 0
110-hr-6008,S001167 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 S001167 Rep. Sali, Bill [R-ID-1] R ID 2008-05-15 0
110-hr-6008,J000032 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 J000032 Rep. Jackson-Lee, Sheila [D-TX-18] D TX 2008-05-15 0
110-hr-6008,A000358 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 A000358 Rep. Akin, W. Todd [R-MO-2] R MO 2008-05-08 1
110-hr-6008,B000208 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 2008-05-08 1
110-hr-6008,M001134 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 M001134 Rep. Myrick, Sue Wilkins [R-NC-9] R NC 2008-05-08 1
110-hr-6008,I000056 Improving Methods to Promote Regular Occurrences of the Verification of Employability Status Act of 2008 110-hr-6008 I000056 Rep. Issa, Darrell E. [R-CA-49] R CA 2008-05-08 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 238.986ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API