documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPP-2018-0514" 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)
document_type 4
agency_id 1
- EPA 7
| 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-2018-0514-0008 | EPA | None EPA-HQ-OPP-2018-0514 | Pyraflufen-Ethyl. Chronic and Cancer Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments in Support of Registration Review | Supporting & Related Material | Risk Assessment | 2019-09-12T04:00:00Z | 2019 | 9 | 2019-09-13T00:39:03Z | 0 | 0 | 0900006483ed6198 | |||
| EPA-HQ-OPP-2018-0514-0007 | EPA | None EPA-HQ-OPP-2018-0514 | Petition for the Establishment of a Permanent Tolerance for Residues and Registration for Uses on Hops, and for Crop Group Expansions and Conversions to Include Stone Fruit Group 12-12, Tree Nut Group 14-12, Tuberous and Corm Vegetable Subgroup 1C, Small Vine Climbing Fruit ..... | Supporting & Related Material | Risk Assessment | 2019-09-12T04:00:00Z | 2019 | 9 | 2019-09-13T00:38:42Z | 0 | 0 | 0900006483ed6199 | |||
| EPA-HQ-OPP-2018-0514-0005 | EPA | None EPA-HQ-OPP-2018-0514 | Pesticide Tolerances: Pyraflufen-ethyl | Rule | 2019-09-12T04:00:00Z | 2019 | 9 | 2019-09-12T04:00:00Z | 2019-11-13T04:59:59Z | 2019-11-13T02:01:10Z | 2019-19662 | 0 | 0 | 0900006483f43ea3 | |
| EPA-HQ-OPP-2018-0514-0006 | EPA | None EPA-HQ-OPP-2018-0514 | Human Health Risk Assessment for a Section 3 Registration of New Food Use on Hops and Conversions and Expansions of the Following Crop Groups: Nut, Tree, Group 14-12, Fruit, Stone, Group 12-12, Fruit, Small, Vine Climbing, Except Fuzzy Kiwifruit, Subgroup 13-07F, Vegetable, Tuberous and Corm, Subgroup lC, Tropical and Subtropical, Small Fruit, Edible Peel Subgroup 23A and Cottonseed Subgroup 20C | Supporting & Related Material | Risk Assessment | 2019-09-12T04:00:00Z | 2019 | 9 | 2019-09-13T00:39:28Z | 0 | 0 | 0900006483ed5af9 | |||
| EPA-HQ-OPP-2018-0514-0003 | EPA | None EPA-HQ-OPP-2018-0514 | Pesticide Product Registration; Receipt of Applications for New Uses | Notice | 2019-05-20T04:00:00Z | 2019 | 5 | 2019-05-20T04:00:00Z | 2019-06-20T03:59:59Z | 2019-05-29T01:02:39Z | 2019-10449 | 0 | 0 | 0900006483ca26b7 | |
| EPA-HQ-OPP-2018-0514-0002 | EPA | None EPA-HQ-OPP-2018-0514 | Interregional Research Project No. 4 (IR-4) Notice of Filing Pesticide Petition No. 8E8684 establishing a tolerance for residues of pyraflufen-ethyl, including its metabolites and degradates, in various commodities | Supporting & Related Material | Petition | 2019-05-14T04:00:00Z | 2019 | 5 | 2019-05-15T04:14:15Z | 0 | 0 | 090000648363e283 | |||
| EPA-HQ-OPP-2018-0514-0001 | EPA | None EPA-HQ-OPP-2018-0514 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2018-10-18T04:00:00Z | 2018 | 10 | 2018-10-18T04:00:00Z | 2018-11-20T04:59:59Z | 2018-12-05T00:41:38Z | 2018-22659 | 0 | 0 | 0900006483806df8 |
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;