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 = "110-hconres-434" 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 8
  • 1 4
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hconres-434,M001143 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 M001143 Rep. McCollum, Betty [D-MN-4] D MN 2008-11-20 0
110-hconres-434,I000023 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 I000023 Rep. Inglis, Bob [R-SC-4] R SC 2008-11-19 0
110-hconres-434,W000119 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 W000119 Rep. Wamp, Zach [R-TN-3] R TN 2008-11-19 0
110-hconres-434,D000533 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 D000533 Rep. Duncan, John J., Jr. [R-TN-2] R TN 2008-11-19 0
110-hconres-434,H000627 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 H000627 Rep. Hinchey, Maurice D. [D-NY-22] D NY 2008-11-19 0
110-hconres-434,S000522 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 S000522 Rep. Smith, Christopher H. [R-NJ-4] R NJ 2008-10-02 0
110-hconres-434,M000934 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 M000934 Rep. Moran, Jerry [R-KS-1] R KS 2008-10-02 0
110-hconres-434,S001143 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 S001143 Rep. Souder, Mark E. [R-IN-3] R IN 2008-09-29 0
110-hconres-434,W000672 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 W000672 Rep. Wolf, Frank R. [R-VA-10] R VA 2008-09-26 1
110-hconres-434,P000373 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 P000373 Rep. Pitts, Joseph R. [R-PA-16] R PA 2008-09-26 1
110-hconres-434,M000312 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 M000312 Rep. McGovern, James P. [D-MA-3] D MA 2008-09-26 1
110-hconres-434,M001147 Condemning the recent religious violence in India and calling on the Government of India to stop the violence and address its root causes. 110-hconres-434 M001147 Rep. McCotter, Thaddeus G. [R-MI-11] R MI 2008-09-26 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 328.272ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API