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

14 rows where bill_id = "98-hconres-346" 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 6
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
98-hconres-346,E000031 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 E000031 Rep. Eckart, Dennis E. [D-OH-11] D OH 1984-10-11 0
98-hconres-346,H000058 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 H000058 Rep. Hall, Katie [D-IN-1] D IN 1984-10-11 0
98-hconres-346,S000749 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 S000749 Rep. Spratt, John M., Jr. [D-SC-5] D SC 1984-10-11 0
98-hconres-346,W000227 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 W000227 Rep. Weaver, James H. [D-OR-4] D OR 1984-10-11 0
98-hconres-346,G000047 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 G000047 Rep. Garcia, Robert [D-NY-18] D NY 1984-10-11 0
98-hconres-346,H000930 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 H000930 Rep. Hughes, William J. [D-NJ-2] D NJ 1984-10-11 0
98-hconres-346,A000022 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 A000022 Rep. Ackerman, Gary L. [D-NY-7] D NY 1984-10-11 0
98-hconres-346,V000087 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 V000087 Rep. Vento, Bruce F. [D-MN-4] D MN 1984-10-11 0
98-hconres-346,B000153 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 B000153 Rep. Barnard, Doug, Jr. [D-GA-10] D GA 1984-08-10 1
98-hconres-346,E000259 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 E000259 Rep. Evans, Cooper [R-IA-3] R IA 1984-08-10 1
98-hconres-346,P000170 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 P000170 Rep. Pease, Donald J. [D-OH-13] D OH 1984-08-10 1
98-hconres-346,H000206 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 H000206 Rep. Harkin, Tom [D-IA-5] D IA 1984-08-10 1
98-hconres-346,K000009 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 K000009 Rep. Kaptur, Marcy [D-OH-9] D OH 1984-08-10 1
98-hconres-346,O000134 A concurrent resolution expressing the sense of the Congress that the United States should not issue bearer or zero coupon debt instruments. 98-hconres-346 O000134 Rep. Ottinger, Richard L. [D-NY-20] D NY 1984-08-10 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 6.019ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API