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 = "96-hconres-445" sorted by sponsorship_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: party

is_original_cosponsor 1

  • 0 12
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
96-hconres-445,Y000013 A concurrent resolution 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. 96-hconres-445 Y000013 Rep. Yates, Sidney R. [D-IL-9] D IL   0
96-hconres-445,B001153 A concurrent resolution 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. 96-hconres-445 B001153 Rep. Burton, John [D-CA-5] D     0
96-hconres-445,O000134 A concurrent resolution 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. 96-hconres-445 O000134 Rep. Ottinger, Richard L. [D-NY-24] D NY   0
96-hconres-445,E000043 A concurrent resolution 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. 96-hconres-445 E000043 Rep. Edgar, Robert W. [D-PA-7] D     0
96-hconres-445,E000077 A concurrent resolution 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. 96-hconres-445 E000077 Rep. Edwards, Mickey [R-OK-5] R     0
96-hconres-445,B000862 A concurrent resolution 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. 96-hconres-445 B000862 Rep. Brodhead, William [D-MI-17] D     0
96-hconres-445,W000406 A concurrent resolution 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. 96-hconres-445 W000406 Rep. Whitehurst, G. William [R-VA-2] R     0
96-hconres-445,S000810 A concurrent resolution 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. 96-hconres-445 S000810 Rep. Stark, Fortney Pete [D-CA-9] D     0
96-hconres-445,A000170 A concurrent resolution 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. 96-hconres-445 A000170 Rep. Ambro, Jerome A. [D-NY-3] D     0
96-hconres-445,F000088 A concurrent resolution 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. 96-hconres-445 F000088 Rep. Ferraro, Geraldine A. [D-NY-9] D     0
96-hconres-445,F000261 A concurrent resolution 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. 96-hconres-445 F000261 Rep. Ford, Harold E. [D-TN-8] D     0
96-hconres-445,P000444 A concurrent resolution 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. 96-hconres-445 P000444 Rep. Porter, John Edward [R-IL-10] R     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 97.357ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API