home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

11 rows where docket_id = "EPA-HQ-OPP-2008-0686" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2019 · 11 ✖

agency_id 1

  • EPA 11
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
EPA-HQ-OPP-2008-0686-0029 EPA None EPA-HQ-OPP-2008-0686 Oxytetracycline Chronic Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Section 3 Registration Action on Citrus Crop Group 10-10 and for Registration Review Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:34Z   0 0 09000064839ca431
EPA-HQ-OPP-2008-0686-0031 EPA None EPA-HQ-OPP-2008-0686 Review of Oxytetracycline’s Safety with Regard to Its Microbiological Effect on Bacteria of Human Health Concern (FDACVM Guidance to Industry #152) for Registration Review of Uses on Apple, Pear, Peach and Nectarine Trees Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:36Z   0 0 09000064839ca6be
EPA-HQ-OPP-2008-0686-0032 EPA None EPA-HQ-OPP-2008-0686 Revised Oxytetracycline/Oxytetracycline Hydrochloride/Oxytetracycline Calcium: Draft Human Health Risk Assessment in Support of Registration Review and Tolerance Establishment in/on Citrus Fruit Crop Group 10-10 Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:37Z   0 0 09000064839ca6bf
EPA-HQ-OPP-2008-0686-0026 EPA None EPA-HQ-OPP-2008-0686 Letter to Michael L. Goodis, P.E., Director, Registration Division, Office of Pesticide Programs, USEPA, from Elizabeth A. Rettie, D.V.M, Acting Director, Office of New Animal Drug Evaluation, Center for Veterinary Medicine, U.S. Food & Drug Administration Supporting & Related Material Letter 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:31Z   0 0 09000064839ca42e
EPA-HQ-OPP-2008-0686-0022 EPA None EPA-HQ-OPP-2008-0686 Pesticide Product Registration: Registration Review Proposed Interim Decisions for Several Pesticides Notice   2019-03-18T04:00:00Z 2019 3 2019-03-18T04:00:00Z 2019-05-18T03:59:59Z 2019-11-05T02:02:21Z 2019-04969 0 0 0900006483afc3b3
EPA-HQ-OPP-2008-0686-0030 EPA None EPA-HQ-OPP-2008-0686 Registration Review: Preliminary Environmental Fate and Ecological Risk Assessment for Oxytetracycline and Proposed New Use on Citrus Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:35Z   0 0 09000064839ca6bd
EPA-HQ-OPP-2008-0686-0025 EPA None EPA-HQ-OPP-2008-0686 Letter to Michael L. Goodis, P.E., Director, Registration Division, Office of Pesticide Programs, USEPA, from Edward Cox, MD, MPH, Director, Office of Antimicrobial Products Office of New Drugs, Center for Drug Evaluation and Research, U.S. Food and Drug Administration Supporting & Related Material Letter 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:30Z   0 0 09000064839ca42d
EPA-HQ-OPP-2008-0686-0028 EPA None EPA-HQ-OPP-2008-0686 Oxytetracycline: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:33Z   0 0 09000064839ca430
EPA-HQ-OPP-2008-0686-0023 EPA None EPA-HQ-OPP-2008-0686 Antibiotics (Kasugamycin, Oxytetracycline, Streptomycin) Screening Analysis of Toxicological Profiles to Consider Whether a Candidate Common Mechanism Group Can Be Established Supporting & Related Material Analysis 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:28Z   0 0 09000064839ca42b
EPA-HQ-OPP-2008-0686-0027 EPA None EPA-HQ-OPP-2008-0686 Oxytetracycline Proposed Interim Registration Review Decision Case Number 0655 Supporting & Related Material Decision 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:32Z   0 0 09000064839ca42f
EPA-HQ-OPP-2008-0686-0024 EPA None EPA-HQ-OPP-2008-0686 Drinking Water Assessment for the Registration Review and New Use of Oxytetracycline on Florida Citrus Supporting & Related Material Risk Assessment 2019-03-18T04:00:00Z 2019 3     2019-03-18T21:37:29Z   0 0 09000064839ca42c

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 937.93ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API