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

11 rows where bill_id = "111-hr-6496" 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 1

  • 0 11
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
111-hr-6496,P000149 To require reports on the management of Arlington National Cemetery. 111-hr-6496 P000149 Rep. Payne, Donald M. [D-NJ-10] D NJ 2010-12-13 0
111-hr-6496,M001143 To require reports on the management of Arlington National Cemetery. 111-hr-6496 M001143 Rep. McCollum, Betty [D-MN-4] D MN 2010-12-13 0
111-hr-6496,S000185 To require reports on the management of Arlington National Cemetery. 111-hr-6496 S000185 Rep. Scott, Robert C. "Bobby" [D-VA-3] D VA 2010-12-13 0
111-hr-6496,G000544 To require reports on the management of Arlington National Cemetery. 111-hr-6496 G000544 Rep. Gonzalez, Charles A. [D-TX-20] D TX 2010-12-09 0
111-hr-6496,M000312 To require reports on the management of Arlington National Cemetery. 111-hr-6496 M000312 Rep. McGovern, James P. [D-MA-3] D MA 2010-12-09 0
111-hr-6496,N000147 To require reports on the management of Arlington National Cemetery. 111-hr-6496 N000147 Del. Norton, Eleanor Holmes [D-DC-At Large] D DC 2010-12-09 0
111-hr-6496,B000208 To require reports on the management of Arlington National Cemetery. 111-hr-6496 B000208 Rep. Bartlett, Roscoe G. [R-MD-6] R MD 2010-12-09 0
111-hr-6496,B001234 To require reports on the management of Arlington National Cemetery. 111-hr-6496 B001234 Rep. Baca, Joe [D-CA-43] D CA 2010-12-08 0
111-hr-6496,M001137 To require reports on the management of Arlington National Cemetery. 111-hr-6496 M001137 Rep. Meeks, Gregory W. [D-NY-6] D NY 2010-12-08 0
111-hr-6496,W000804 To require reports on the management of Arlington National Cemetery. 111-hr-6496 W000804 Rep. Wittman, Robert J. [R-VA-1] R VA 2010-12-08 0
111-hr-6496,K000336 To require reports on the management of Arlington National Cemetery. 111-hr-6496 K000336 Rep. Kucinich, Dennis J. [D-OH-10] D OH 2010-12-08 0

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 5.143ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API