documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2016-0295" 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 8
| 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-2016-0295-0008 | EPA | None EPA-HQ-OPP-2016-0295 | Nitrapyrin: Petition for the Establishment of Permanent Tolerances to Support New Use on Tree Nuts 14-12 and Registration Review, Summary of Analytical Chemistry and Residue Data. MRID No.: 49892001 thru -05 | Supporting & Related Material | Risk Assessment | 2017-11-30T05:00:00Z | 2017 | 11 | 2017-12-01T02:11:02Z | 0 | 0 | 0900006482b9fc8a | |||
| EPA-HQ-OPP-2016-0295-0006 | EPA | None EPA-HQ-OPP-2016-0295 | Nitrapyrin: Drinking Water Assessment in Support of Registration Review and Section 3 NU on Corn, Sorghum, Wheat and Tree Nuts | Supporting & Related Material | Risk Assessment | 2017-11-30T05:00:00Z | 2017 | 11 | 2017-12-01T02:10:53Z | 0 | 0 | 0900006482b9fc88 | |||
| EPA-HQ-OPP-2016-0295-0007 | EPA | None EPA-HQ-OPP-2016-0295 | Nitrapyrin. Human Health Risk Assessment for Registration Review and New Use on Tree Nuts (Crop Group 14-12) | Supporting & Related Material | Risk Assessment | 2017-11-30T05:00:00Z | 2017 | 11 | 2017-12-01T02:10:44Z | 0 | 0 | 0900006482b9fc89 | |||
| EPA-HQ-OPP-2016-0295-0004 | EPA | None EPA-HQ-OPP-2016-0295 | Pesticide Tolerances: Nitrapyrin | Rule | Final Rule | 2017-11-30T05:00:00Z | 2017 | 11 | 2017-11-30T16:23:26Z | 2017-25829 | 0 | 0 | 0900006482cc093d | ||
| EPA-HQ-OPP-2016-0295-0005 | EPA | None EPA-HQ-OPP-2016-0295 | Nitrapyrin: Acute and Chronic Dietary (Food and Water) Exposure and Risk Assessment for a Section 3 Registration of Tree Nut group 14-12, in support of the Human Health Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2017-11-30T05:00:00Z | 2017 | 11 | 2017-12-01T02:11:11Z | 0 | 0 | 0900006482b9fc87 | |||
| EPA-HQ-OPP-2016-0295-0003 | EPA | None EPA-HQ-OPP-2016-0295 | Pesticide Product Registrations: Receipt of Applications for New Uses | Notice | Notice of Receipt of Petition | 2016-07-22T04:00:00Z | 2016 | 7 | 2016-07-22T04:00:00Z | 2016-09-20T03:59:59Z | 2016-09-08T22:54:09Z | 2016-17407 | 0 | 0 | 09000064820f2a77 |
| EPA-HQ-OPP-2016-0295-0002 | EPA | None EPA-HQ-OPP-2016-0295 | Dow AgroSciences LLC Notice of Filing Pesticide Petition #[number not yet assigned] establishing a tolerance for residues of nitrapyrin [2-chloro-6-(trichloromethyl) pyridine] and its metabolite, 6-chloropicolinic acid (6-CPA) in or on Nut, tree group 14-12 and almond hulls | Supporting & Related Material | Petition | 2016-07-20T04:00:00Z | 2016 | 7 | 2016-07-22T00:37:11Z | 0 | 0 | 090000648200aa96 | |||
| EPA-HQ-OPP-2016-0295-0001 | EPA | None EPA-HQ-OPP-2016-0295 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2016-07-20T04:00:00Z | 2016 | 7 | 2016-07-20T04:00:00Z | 2016-08-20T03:59:59Z | 2016-07-22T00:37:16Z | 2016-17164 | 0 | 0 | 09000064820d479e |
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;