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

15 rows where bill_id = "101-hconres-6" 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 15
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
101-hconres-6,S000948 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. 101-hconres-6 S000948 Rep. Stokes, Louis [D-OH-21] D OH 1990-07-26 0
101-hconres-6,L000342 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. 101-hconres-6 L000342 Rep. Lipinski, William O. [D-IL-5] D IL 1990-04-18 0
101-hconres-6,P000047 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. 101-hconres-6 P000047 Rep. Panetta, Leon [D-CA-16] D CA 1989-11-19 0
101-hconres-6,D000435 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. 101-hconres-6 D000435 Rep. Dornan, Robert K. [R-CA-38] R CA 1989-11-13 0
101-hconres-6,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. 101-hconres-6 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 1989-10-31 0
101-hconres-6,G000025 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. 101-hconres-6 G000025 Rep. Gallo, Dean A. [R-NJ-11] R NJ 1989-09-19 0
101-hconres-6,R000011 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. 101-hconres-6 R000011 Rep. Rahall, Nick J., II [D-WV-4] D WV 1989-09-19 0
101-hconres-6,B000462 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. 101-hconres-6 B000462 Rep. Bilbray, James H. [D-NV-1] D NV 1989-09-19 0
101-hconres-6,P000034 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. 101-hconres-6 P000034 Rep. Pallone, Frank, Jr. [D-NJ-3] D NJ 1989-06-29 0
101-hconres-6,C000174 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. 101-hconres-6 C000174 Rep. Carper, Thomas R. [D-DE-At Large] D DE 1989-06-06 0
101-hconres-6,C000809 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. 101-hconres-6 C000809 Rep. Courter, Jim [R-NJ-12] R NJ 1989-05-02 0
101-hconres-6,F000215 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. 101-hconres-6 F000215 Rep. Florio, James J. [D-NJ-1] D NJ 1989-04-26 0
101-hconres-6,C000714 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. 101-hconres-6 C000714 Rep. Conyers, John, Jr. [D-MI-1] D MI 1989-04-12 0
101-hconres-6,K000259 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. 101-hconres-6 K000259 Rep. Kleczka, Gerald D. [D-WI-4] D WI 1989-03-23 0
101-hconres-6,G000120 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. 101-hconres-6 G000120 Rep. Gejdenson, Sam [D-CT-2] D CT 1989-03-21 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 91.925ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API