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

12 rows where docket_id = "EPA-HQ-OPP-2013-0305" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 11
  • Notice 1

posted_year 1

  • 2018 · 12 ✖

agency_id 1

  • EPA 12
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-2013-0305-0021 EPA None EPA-HQ-OPP-2013-0305 Registration Review: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides; Availability Notice   2018-11-30T05:00:00Z 2018 11 2018-11-30T05:00:00Z 2019-03-16T03:59:59Z 2019-03-15T01:04:25Z 2018-26086 0 0 090000648391cdef
EPA-HQ-OPP-2013-0305-0028 EPA None EPA-HQ-OPP-2013-0305 Imazalil: Inhalation Toxicity Study and Analytical Method Validation and Stability Data Evaluation Records Supporting & Related Material Evaluation 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:10:43Z   0 0 09000064837ac1d5
EPA-HQ-OPP-2013-0305-0031 EPA None EPA-HQ-OPP-2013-0305 Imazalil: Environmental Fate Study Data Evaluation Record for OCSPP Guideline 835.3240 - Simulation Test - Aerobic Sewage Treatment: A. Activated Sludge Units Supporting & Related Material Evaluation 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:12:27Z   0 0 09000064837afed5
EPA-HQ-OPP-2013-0305-0029 EPA None EPA-HQ-OPP-2013-0305 Imazalil: Occupational and Residential Registration Review Risk Assessment for the Antimicrobial Uses Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:13:46Z   0 0 09000064837ac1d6
EPA-HQ-OPP-2013-0305-0023 EPA None EPA-HQ-OPP-2013-0305 Imazalil/Imazalil Sulfate: Updated Toxicity Study Data Evaluation Records Supporting & Related Material Evaluation 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:13:22Z   0 0 09000064836cdd57
EPA-HQ-OPP-2013-0305-0032 EPA None EPA-HQ-OPP-2013-0305 Imazalil/Imazalil Sulfate: Updated Toxicity Study Data Evaluation Records Supporting & Related Material Evaluation 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:12:04Z   0 0 09000064837afed6
EPA-HQ-OPP-2013-0305-0027 EPA None EPA-HQ-OPP-2013-0305 Imazalil and Imazalil Sulfate: Tier I Update Review of Human Incidents and Epidemiology for Draft Risk Assessment Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:11:14Z   0 0 09000064837ac1d4
EPA-HQ-OPP-2013-0305-0026 EPA None EPA-HQ-OPP-2013-0305 Imazalil. Acute, Chronic, and Cancer Dietary (Food Only) Exposure and Risk Assessment in Support of the HED Draft Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:11:38Z   0 0 09000064837ac1d3
EPA-HQ-OPP-2013-0305-0025 EPA None EPA-HQ-OPP-2013-0305 Imazalil and Imazalil Sulfate: Preliminary Ecological Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:14:09Z   0 0 090000648379a0e7
EPA-HQ-OPP-2013-0305-0030 EPA None EPA-HQ-OPP-2013-0305 Imazalil and Imazalil Sulfate: Occupational and Residential Registration Review Risk Assessment for Post-Harvest Use Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:15:07Z   0 0 09000064837ac1d7
EPA-HQ-OPP-2013-0305-0024 EPA None EPA-HQ-OPP-2013-0305 Imazalil and Imazalil Sulfate Human Health Draft Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:12:57Z   0 0 09000064836cdd58
EPA-HQ-OPP-2013-0305-0022 EPA None EPA-HQ-OPP-2013-0305 Imazalil: Inhalation Toxicity Study and Analytical Method Validation and Stability Data Evaluation Records Supporting & Related Material Evaluation 2018-11-30T05:00:00Z 2018 11     2018-12-04T19:10:18Z   0 0 09000064836cdd56

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 1551.428ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API