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-2012-0125" 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 2
agency_id 1
- EPA 12
| 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-2012-0125-0013 | EPA | None EPA-HQ-OPP-2012-0125 | Methyl Nonyl Ketone Interim Registration Review Decision Case Number 3094 | Supporting & Related Material | Decision | 2018-12-11T05:00:00Z | 2018 | 12 | 2018-12-12T02:09:41Z | 0 | 0 | 09000064836e2dfd | |||
| EPA-HQ-OPP-2012-0125-0012 | EPA | None EPA-HQ-OPP-2012-0125 | Interim Registration Review Decisions and Case Closures for Several Pesticides | Notice | 2018-12-11T05:00:00Z | 2018 | 12 | 2018-12-11T05:00:00Z | 2018-12-12T02:10:00Z | 2018-26354 | 0 | 0 | 0900006483982fae | ||
| EPA-HQ-OPP-2012-0125-0005 | EPA | None EPA-HQ-OPP-2012-0125 | Registration Reviews: Proposed Interim Decisions for Several Pesticides | Notice | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-24T04:00:00Z | 2018-07-24T03:59:59Z | 2018-05-25T09:56:01Z | 2018-11193 | 0 | 0 | 09000064832df422 | |
| EPA-HQ-OPP-2012-0125-0006 | EPA | None EPA-HQ-OPP-2012-0125 | Summary of Ecotoxicity Data for Methyl Nonyl Ketone Registration Review | Supporting & Related Material | Report | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:57:49Z | 0 | 0 | 090000648112cdac | |||
| EPA-HQ-OPP-2012-0125-0007 | EPA | None EPA-HQ-OPP-2012-0125 | Toxicology Scoping Document for the Registration Review of Methyl Nonyl Ketone | Supporting & Related Material | Report | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:57:14Z | 0 | 0 | 090000648112cdad | |||
| EPA-HQ-OPP-2012-0125-0009 | EPA | None EPA-HQ-OPP-2012-0125 | Toxicology Scoping Document for Registration Review of Methyl Nonyl Ketone | Supporting & Related Material | Report | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:56:19Z | 0 | 0 | 090000648112cfc9 | |||
| EPA-HQ-OPP-2012-0125-0011 | EPA | None EPA-HQ-OPP-2012-0125 | Methyl Nonyl Ketone Proposed Interim Registration Review Decision Case Number 3094 | Supporting & Related Material | Decision | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:56:57Z | 0 | 0 | 0900006483094d1a | |||
| EPA-HQ-OPP-2012-0125-0010 | EPA | None EPA-HQ-OPP-2012-0125 | Product Chemistry Scoping Document for the Registration Review of Methyl Nonyl Ketone | Supporting & Related Material | Report | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:56:36Z | 0 | 0 | 090000648112d003 | |||
| EPA-HQ-OPP-2012-0125-0008 | EPA | None EPA-HQ-OPP-2012-0125 | Summary of Ecotoxicity Data for Methyl Nonyl Ketone Registration Review Scoping Document | Supporting & Related Material | Report | 2018-05-24T04:00:00Z | 2018 | 5 | 2018-05-25T09:57:31Z | 0 | 0 | 090000648112cfc8 | |||
| EPA-HQ-OPP-2012-0125-0004 | EPA | None EPA-HQ-OPP-2012-0125 | Methyl Nonyl Ketone Registration Review Case 3094 Final Work Plan | Supporting & Related Material | Work Plan | 2012-09-27T04:00:00Z | 2012 | 9 | 2012-09-27T19:29:03Z | 0 | 0 | 090000648112bdd6 | |||
| EPA-HQ-OPP-2012-0125-0001 | EPA | None EPA-HQ-OPP-2012-0125 | Registration Reviews: Pesticide Dockets Opened for Review and Comment and Other Docket Act | Notice | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T04:00:00Z | 2012-05-30T03:59:59Z | 2012-05-30T02:01:03Z | 2012-07449 | 0 | 0 | 0900006480fe3037 | |
| EPA-HQ-OPP-2012-0125-0002 | EPA | None EPA-HQ-OPP-2012-0125 | Methyl Nonyl Ketone Preliminary Work Plan and Summary Document. Registration Review: Initial Docket. Case 3094. PC Code 044102 | Supporting & Related Material | Report | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T21:57:00Z | 0 | 0 | 0900006480fe3480 |
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;