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 = "103-hconres-5" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party, state, sponsorship_date (date)

is_original_cosponsor 1

  • 0 7
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hconres-5,T000317 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 T000317 Rep. Torricelli, Robert G. [D-NJ-9] D NJ 1994-06-23 0
103-hconres-5,C000537 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 C000537 Rep. Clyburn, James E. [D-SC-6] D SC 1994-06-09 0
103-hconres-5,D000191 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 1993-08-04 0
103-hconres-5,R000122 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 R000122 Rep. Reed, Jack [D-RI-2] D RI 1993-03-31 0
103-hconres-5,N000002 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 N000002 Rep. Nadler, Jerrold [D-NY-8] D NY 1993-03-30 0
103-hconres-5,A000022 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 A000022 Rep. Ackerman, Gary L. [D-NY-5] D NY 1993-03-17 0
103-hconres-5,S001144 Expressing the sense of the Congress that any Federal agency that utilizes the Draize rabbit eye irritancy test should develop and validate alternative ophthalmic testing procedures that do not require the use of animal test subjects. 103-hconres-5 S001144 Rep. Shays, Christopher [R-CT-4] R CT 1993-02-17 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 22.023ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API