documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "EPA-HQ-OPP-2008-0440" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, comment_start_date (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-2008-0440-0041 | EPA | None EPA-HQ-OPP-2008-0440 | Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates | Notice | 2015-12-23T05:00:00Z | 2015 | 12 | 2015-12-23T05:00:00Z | 2016-02-24T04:59:59Z | 2016-09-13T01:00:42Z | 2015-32326 | 0 | 0 | 0900006481dcc7f2 | |
| EPA-HQ-OPP-2008-0440-0040 | EPA | None EPA-HQ-OPP-2008-0440 | Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates | Notice | Extension of Comment Period | 2015-11-20T05:00:00Z | 2015 | 11 | 2015-11-20T05:00:00Z | 2016-01-09T04:59:59Z | 2016-01-08T22:01:16Z | 2015-29690 | 0 | 0 | 0900006481d5efeb |
| EPA-HQ-OPP-2008-0440-0035 | EPA | None EPA-HQ-OPP-2008-0440 | Response to Comments Submitted to the Dicrotophos Registration Review Docket (Docket ID: EPA-HQ-OPP-2008-0440) and Addendum to the Dicrotophos Preliminary Ecological Risk Assessment | Supporting & Related Material | Comment Response | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:21Z | 0 | 0 | 0900006481c72cf6 | |||
| EPA-HQ-OPP-2008-0440-0031 | EPA | None EPA-HQ-OPP-2008-0440 | Pesticide Registration: Draft Human Health and Ecological Risk Assessments for Sulfonylureas and Certain Other Pesticides | Notice | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T04:00:00Z | 2015-11-25T04:59:59Z | 2015-09-25T17:40:06Z | 2015-24452 | 0 | 0 | 0900006481c970b1 | |
| EPA-HQ-OPP-2008-0440-0032 | EPA | None EPA-HQ-OPP-2008-0440 | Information to support registration review of dicrotophos: cotton crop phenology in the southern U.S., recent dicrotophos use patterns, and potential alternative insecticides | Supporting & Related Material | Risk Assessment | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:20Z | 0 | 0 | 0900006481c55760 | |||
| EPA-HQ-OPP-2008-0440-0039 | EPA | None EPA-HQ-OPP-2008-0440 | Literature Review on Neurodevelopment Effects & FQPA Safety Factor Determination for the Organophosphate Pesticides | Supporting & Related Material | Report | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:23Z | 0 | 0 | 0900006481c7d260 | |||
| EPA-HQ-OPP-2008-0440-0036 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Response to Comments on the Human Health Risk Assessment for Registration Review of Dicrotophos | Supporting & Related Material | Comment Response | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:21Z | 0 | 0 | 0900006481c72cf8 | |||
| EPA-HQ-OPP-2008-0440-0038 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Revised Acute and Steady State Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments to Support Registration Review | Supporting & Related Material | Risk Assessment | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:22Z | 0 | 0 | 0900006481c79ec5 | |||
| EPA-HQ-OPP-2008-0440-0037 | EPA | None EPA-HQ-OPP-2008-0440 | Response to Benefits and Usage Comments from Stakeholders, Received for the Dicrotophos Registration Review Docket | Supporting & Related Material | Comment Response | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:21Z | 0 | 0 | 0900006481c72cfa | |||
| EPA-HQ-OPP-2008-0440-0034 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Revised Human Health Risk Assessment for Registration Review of Dicrotophos | Supporting & Related Material | Risk Assessment | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:20Z | 0 | 0 | 0900006481c72cee | |||
| EPA-HQ-OPP-2008-0440-0033 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Revised Drinking Water Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2015-09-25T04:00:00Z | 2015 | 9 | 2015-09-25T17:40:20Z | 0 | 0 | 0900006481c55762 |
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;