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-2015-0817" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 9
  • Other 1
  • Proposed Rule 1

posted_year 1

  • 2017 · 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-2015-0817-0019 EPA None EPA-HQ-OPP-2015-0817 Pesticide Product Draft Label - Flutianil Technical (11581-L) Supporting & Related Material Fact/Data Sheet 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:51Z   0 0 0900006482d3fb16
EPA-HQ-OPP-2015-0817-0021 EPA None EPA-HQ-OPP-2015-0817 Flutianil: Section 3 New Chemical Registration Environmental Fate and Ecological Risk Assessment Supporting & Related Material Risk Assessment 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:42:51Z   0 0 0900006482d40693
EPA-HQ-OPP-2015-0817-0024 EPA None EPA-HQ-OPP-2015-0817 Benefits and Public Interest Findings for Flutianil (A New Fungicide) to Control Fungal Diseases on Apples, Cantaloupes, Cherries, Cucumbers, Grapes, Summer Squash and Strawberries (PC# 014018, DP# 437656) Supporting & Related Material Risk Assessment 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:32Z   0 0 0900006482d42bc8
EPA-HQ-OPP-2015-0817-0022 EPA None EPA-HQ-OPP-2015-0817 Flutianil. Human Risk Assessment to Support New Uses for a New Active Ingredient, Flutianil on Apple, Cantaloupe, Cherry, Cucumber, Grape, Summer Squash, and Strawberry. Supporting & Related Material Risk Assessment 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:11Z   0 0 0900006482d41e77
EPA-HQ-OPP-2015-0817-0023 EPA None EPA-HQ-OPP-2015-0817 Flutfanil. Occupational and Residential Exposure Assessment for Proposed New Active Ingredient and Uses on Apples, Cantaloupes, Cherries, Cucumbers, Grapes, Summer Squash, and Strawberries. Supporting & Related Material Risk Assessment 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:41Z   0 0 0900006482d42bc7
EPA-HQ-OPP-2015-0817-0018 EPA None EPA-HQ-OPP-2015-0817 Flutianil: Drinking Water Exposure Assessment for Section 3 New Chemical on Apples, Cantaloupes, Cherries, Cucumbers, Grapes, Summer Squash, and Strawberries Supporting & Related Material Risk Assessment 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:44:01Z   0 0 0900006482cd520e
EPA-HQ-OPP-2015-0817-0025 EPA None EPA-HQ-OPP-2015-0817 Proposed Registration Decision for the Use of the New Active Ingredient Flutianil on Apples, Cantaloupes, Cherries, Cucumbers, Grapes, Squash, and Strawberries. Supporting & Related Material Decision 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:01Z   0 0 0900006482d4eb18
EPA-HQ-OPP-2015-0817-0017 EPA None EPA-HQ-OPP-2015-0817 Public Participation for New Active Ingredient Flutianil Other Public Participation 2017-12-21T05:00:00Z 2017 12 2017-12-21T05:00:00Z 2018-01-23T04:59:59Z 2018-01-04T02:04:24Z   0 0 0900006482d4f9d3
EPA-HQ-OPP-2015-0817-0020 EPA None EPA-HQ-OPP-2015-0817 Pesticide Product Draft Label Gatten (11581-A) Supporting & Related Material Fact/Data Sheet 2017-12-21T05:00:00Z 2017 12     2017-12-22T03:43:22Z   0 0 0900006482d40692
EPA-HQ-OPP-2015-0817-0007 EPA None EPA-HQ-OPP-2015-0817 Oat Agrio Co., Ltd Notice of Filing Pesticide Petition No. establishing tolerance for residues of Flutianil, (Z)-2-[2-fluoro-5(trifluoromethyl)phenylthio]-2-[3-(2-methoxyphenyl)-1,3-thiazolidin-2-ylidene]acetonitrile, including its metabolites and degradates and to establish an exemption from the requirement of a tolerance for indirect or inadvertent residues of flutianil... Supporting & Related Material Petition 2017-10-12T04:00:00Z 2017 10     2017-10-13T01:13:43Z   0 0 09000064829fa0c2
EPA-HQ-OPP-2015-0817-0006 EPA None EPA-HQ-OPP-2015-0817 Residues of Pesticide Chemicals in or on Various Commodities: Pesticide Petitions Proposed Rule   2017-10-12T04:00:00Z 2017 10 2017-10-12T04:00:00Z 2017-11-14T04:59:59Z 2017-11-14T14:00:53Z 2017-22115 0 0 0900006482bc0cac

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