documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "EPA-HQ-OPP-2015-0787" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, 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-2015-0787-0028 | EPA | None EPA-HQ-OPP-2015-0787 | Application for Section 3 Registration for Use on Crop Subgroup 1 C, tuberous and corm vegetables and Crop Group 3-07, bulb vegetables. Summary of Analytical Chemistry and Residue Data | Supporting & Related Material | Risk Assessment | 2018-05-18T04:00:00Z | 2018 | 5 | 2018-05-25T11:06:51Z | 0 | 0 | 090000648320c33f | |||
| EPA-HQ-OPP-2015-0787-0027 | EPA | None EPA-HQ-OPP-2015-0787 | Pyroxasulfone Human Health Risk Assessment for the Section 3 New Uses of Pyroxasulfone on Crop Subgroup lC, tuberous and corm vegetables and Crop Group 3-07, bulb vegetables. | Supporting & Related Material | Risk Assessment | 2018-05-18T04:00:00Z | 2018 | 5 | 2018-05-25T11:06:34Z | 0 | 0 | 090000648320c33b | |||
| EPA-HQ-OPP-2015-0787-0029 | EPA | None EPA-HQ-OPP-2015-0787 | Acute and Chronic Aggregate (Food and Water) Dietary Exposure and Risk Assessments for New Uses of Pyroxasulfone on Crop Subgroup IC, Tuberous and Corm Vegetables and Crop Group 3-07, Bulb Vegetables | Supporting & Related Material | Risk Assessment | 2018-05-18T04:00:00Z | 2018 | 5 | 2018-05-25T11:07:09Z | 0 | 0 | 090000648320c0c8 | |||
| EPA-HQ-OPP-2015-0787-0026 | EPA | None EPA-HQ-OPP-2015-0787 | Pesticide Tolerances: Pyroxasulfone | Rule | Final Rule | 2018-05-17T04:00:00Z | 2018 | 5 | 2018-05-17T04:00:00Z | 2018-07-17T03:59:59Z | 2018-05-18T16:43:16Z | 2018-10582 | 0 | 0 | 0900006483275efa |
| EPA-HQ-OPP-2015-0787-0015 | EPA | None EPA-HQ-OPP-2015-0787 | Pesticide Petitions: Residues of Pyroxasulfone in or on Various Commodities | Proposed Rule | Petition | 2018-03-15T04:00:00Z | 2018 | 3 | 2018-03-15T04:00:00Z | 2018-04-17T03:59:59Z | 2018-04-16T01:00:42Z | 2018-05291 | 0 | 0 | 0900006483017199 |
| EPA-HQ-OPP-2015-0787-0016 | EPA | None EPA-HQ-OPP-2015-0787 | Pesticide Product Registration; Applications: Pyroxasulfone New Uses | Notice | 2018-03-15T04:00:00Z | 2018 | 3 | 2018-03-15T04:00:00Z | 2018-04-17T03:59:59Z | 2018-04-15T01:03:03Z | 2018-05292 | 0 | 0 | 0900006483016c0c | |
| EPA-HQ-OPP-2015-0787-0017 | EPA | None EPA-HQ-OPP-2015-0787 | Pyroxasulfone. Application for Section 3 Registration for Use on Crop Subgroup 1 C, tuberous and corm vegetables and Crop Group 3-07, bulb vegetables. Summary of Analytical Chemistry and Residue Data. Petition No. 6F8521 | Supporting & Related Material | Risk Assessment | 2018-03-15T04:00:00Z | 2018 | 3 | 2018-03-16T01:26:55Z | 0 | 0 | 0900006482f7c986 | |||
| EPA-HQ-OPP-2015-0787-0013 | EPA | None EPA-HQ-OPP-2015-0787 | K-1 CHEMICAL U.S.A., INC Notice of Filing Pesticide Petition No. [not yet assigned] establishing tolerances for residues of pyroxasulfone on various agricultural commodities | Supporting & Related Material | Petition | 2018-01-26T05:00:00Z | 2018 | 1 | 2018-01-27T02:38:37Z | 0 | 0 | 09000064829eaddc | |||
| EPA-HQ-OPP-2015-0787-0012 | EPA | None EPA-HQ-OPP-2015-0787 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | Petition | 2018-01-26T05:00:00Z | 2018 | 1 | 2018-01-26T05:00:00Z | 2018-02-27T04:59:59Z | 2018-02-22T02:01:50Z | 2018-01498 | 0 | 0 | 0900006482e6e0f3 |
| EPA-HQ-OPP-2015-0787-0011 | EPA | None EPA-HQ-OPP-2015-0787 | Pesticide Product Registrations: New Uses | Notice | Notice of Receipt of Petition | 2018-01-26T05:00:00Z | 2018 | 1 | 2018-01-26T05:00:00Z | 2018-02-27T04:59:59Z | 2018-01-27T02:38:47Z | 2018-01500 | 0 | 0 | 0900006482e6d8c3 |
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;