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

9 rows where bill_id = "103-hr-4839" 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 1

  • 0 9
Link bill_id bioguide_id full_name party state sponsorship_date ▲ is_original_cosponsor
103-hr-4839,F000030 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 F000030 Rep. Farr, Sam [D-CA-17] D CA 1994-10-07 0
103-hr-4839,S000148 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 S000148 Rep. Schumer, Charles E. [D-NY-9] D NY 1994-09-30 0
103-hr-4839,E000250 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 E000250 Rep. Evans, Lane [D-IL-17] D IL 1994-09-30 0
103-hr-4839,L000225 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 L000225 Rep. Lehman, Richard H. [D-CA-19] D CA 1994-08-19 0
103-hr-4839,L000342 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 L000342 Rep. Lipinski, William O. [D-IL-3] D IL 1994-08-19 0
103-hr-4839,L000090 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 L000090 Rep. Lantos, Tom [D-CA-12] D CA 1994-08-19 0
103-hr-4839,S000142 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 S000142 Rep. Schroeder, Patricia [D-CO-1] D CO 1994-08-19 0
103-hr-4839,D000191 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 D000191 Rep. DeFazio, Peter A. [D-OR-4] D OR 1994-08-19 0
103-hr-4839,M000725 To require the Secretary of Agriculture to issue regulations concerning use of the term "fresh" in the labeling of poultry, and for other purposes. 103-hr-4839 M000725 Rep. Miller, George [D-CA-7] D CA 1994-08-19 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 7.0ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API