documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-OPP-2014-0679" and posted_year = 2017 sorted by posted_date descending
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)
| 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-2014-0679-0027 | EPA | None EPA-HQ-OPP-2014-0679 | Registration Decision of New Active Ingredient Cyclaniliprole | Supporting & Related Material | Decision | 2017-08-03T04:00:00Z | 2017 | 8 | 2017-08-06T04:02:52Z | 0 | 0 | 09000064827f1a80 | |||
| EPA-HQ-OPP-2014-0679-0026 | EPA | None EPA-HQ-OPP-2014-0679 | Pesticide Tolerances; Exemptions: Cyclaniliprole | Rule | Final Rule | 2017-08-03T04:00:00Z | 2017 | 8 | 2017-08-03T04:00:00Z | 2017-10-03T03:59:59Z | 2017-08-06T04:02:46Z | 2017-16375 | 0 | 0 | 0900006482999883 |
| EPA-HQ-OPP-2014-0679-0009 | EPA | None EPA-HQ-OPP-2014-0679 | Review of Submitted Data Relating to Claims of Mixture Toxicity Associated with Cyclaniliprole | Supporting & Related Material | Memorandum | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:48:16Z | 0 | 0 | 0900006482576866 | |||
| EPA-HQ-OPP-2014-0679-0013 | EPA | None EPA-HQ-OPP-2014-0679 | Cyclaniliprole. First Food Use Petition for the Establishment of Permanent Tolerances and Registration. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Risk Assessment | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:47:44Z | 0 | 0 | 090000648258380a | |||
| EPA-HQ-OPP-2014-0679-0010 | EPA | None EPA-HQ-OPP-2014-0679 | Cyclaniliprole: Comparison of Hazard and Chemical/Fate Properties for Several Alternative Insecticides. PC Code: 026202; DP Barcode 439281 | Supporting & Related Material | Memorandum | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:47:55Z | 0 | 0 | 090000648257687f | |||
| EPA-HQ-OPP-2014-0679-0008 | EPA | None EPA-HQ-OPP-2014-0679 | Review of the Benefits as Described by the Registrant for the Proposed Registration of Cyclaniliprole (DP# 427873) | Supporting & Related Material | Memorandum | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:47:33Z | 0 | 0 | 090000648257680b | |||
| EPA-HQ-OPP-2014-0679-0007 | EPA | None EPA-HQ-OPP-2014-0679 | Public Participation for New Active Ingredient Cyclaniliprole | Other | Public Participation | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-18T04:00:00Z | 2017-06-18T03:59:59Z | 2017-06-17T13:02:02Z | 0 | 0 | 09000064825e0c11 | |
| EPA-HQ-OPP-2014-0679-0014 | EPA | None EPA-HQ-OPP-2014-0679 | Draft; Cyclaniliprole 50SL US Insecticide Label | Supporting & Related Material | Fact/Data Sheet | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:48:00Z | 0 | 0 | 09000064825bd6f2 | |||
| EPA-HQ-OPP-2014-0679-0015 | EPA | None EPA-HQ-OPP-2014-0679 | Draft; Technical Cyclaniliprole Insecticide Label | Supporting & Related Material | Fact/Data Sheet | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:48:05Z | 0 | 0 | 09000064825bd6f3 | |||
| EPA-HQ-OPP-2014-0679-0012 | EPA | None EPA-HQ-OPP-2014-0679 | Cyclaniliprole: Human Health Risk Assessment for the Proposed New Insecticide Active Ingredient | Supporting & Related Material | Risk Assessment | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:47:39Z | 0 | 0 | 0900006482583809 | |||
| EPA-HQ-OPP-2014-0679-0016 | EPA | None EPA-HQ-OPP-2014-0679 | Proposed Registration Decision for the New Active Ingredient Cyclaniliprole | Supporting & Related Material | Decision | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:48:22Z | 0 | 0 | 09000064825c658d | |||
| EPA-HQ-OPP-2014-0679-0011 | EPA | None EPA-HQ-OPP-2014-0679 | Ecological Risk Assessment for the Section 3 Registration of the New Chemical Cyclaniliprole | Supporting & Related Material | Risk Assessment | 2017-05-18T04:00:00Z | 2017 | 5 | 2017-05-28T04:47:49Z | 0 | 0 | 0900006482579fd1 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;