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-hjres-91" 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 5
  • 1 2
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
110-hjres-91,K000336 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 K000336 Rep. Kucinich, Dennis J. [D-OH-10] D OH 2008-10-02 0
110-hjres-91,O000085 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 O000085 Rep. Olver, John W. [D-MA-1] D MA 2008-09-23 0
110-hjres-91,M000933 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 M000933 Rep. Moran, James P. [D-VA-8] D VA 2008-09-09 0
110-hjres-91,F000339 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 F000339 Rep. Frank, Barney [D-MA-4] D MA 2008-06-26 0
110-hjres-91,H001032 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 H001032 Rep. Holt, Rush [D-NJ-12] D NJ 2008-06-26 0
110-hjres-91,B000574 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 B000574 Rep. Blumenauer, Earl [D-OR-3] D OR 2008-06-05 1
110-hjres-91,A000357 Expressing the sense of Congress that the United States should sign the Declaration of the Oslo Conference on Cluster Munitions and future instruments banning cluster munitions that cause unacceptable harm to civilians. 110-hjres-91 A000357 Rep. Allen, Thomas H. [D-ME-1] D ME 2008-06-05 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 984.577ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API