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-2011-0840" and posted_year = 2012 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)
| 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-2011-0840-0023 | EPA | None EPA-HQ-OPP-2011-0840 | 8/30/12 - Chlorothalonil – Response to Human Health Assessment Scoping Document Public Comments | Supporting & Related Material | Comment Response | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T21:30:29Z | 0 | 0 | 090000648112051e | |||
| EPA-HQ-OPP-2011-0840-0022 | EPA | None EPA-HQ-OPP-2011-0840 | 9/19/12 - Chlorothalonil Registration Review Final Work Plan | Supporting & Related Material | Work Plan | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T21:30:19Z | 0 | 0 | 090000648112051d | |||
| EPA-HQ-OPP-2011-0840-0024 | EPA | None EPA-HQ-OPP-2011-0840 | 8/28/12 - Chlorothalonil Response to Ecological Problem Formulation Public Comments | Supporting & Related Material | Comment Response | 2012-09-26T04:00:00Z | 2012 | 9 | 2012-09-26T21:30:39Z | 0 | 0 | 090000648112051f | |||
| EPA-HQ-OPP-2011-0840-0004 | EPA | None EPA-HQ-OPP-2011-0840 | 9/14/11. Chlorothalonil Appendix A Conventional Uses | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:36Z | 0 | 0 | 0900006480fddea4 | |||
| EPA-HQ-OPP-2011-0840-0005 | EPA | None EPA-HQ-OPP-2011-0840 | 10/17/11. Chlorothalonil California DPR Usage | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:46Z | 0 | 0 | 0900006480fddea5 | |||
| EPA-HQ-OPP-2011-0840-0006 | EPA | None EPA-HQ-OPP-2011-0840 | 5/7/11. Chlorothalonil Screening Level Usage Analysis | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:16:07Z | 0 | 0 | 0900006480fddea6 | |||
| EPA-HQ-OPP-2011-0840-0009 | EPA | None EPA-HQ-OPP-2011-0840 | 3/22/12. Chlorothalonil Summary Document for Registration Review | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:16:02Z | 0 | 0 | 0900006480fddea9 | |||
| EPA-HQ-OPP-2011-0840-0002 | EPA | None EPA-HQ-OPP-2011-0840 | 3/14/12. Chlorothalonil Human Health Scoping Document for Registration Review | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:41Z | 0 | 0 | 0900006480fdde3c | |||
| EPA-HQ-OPP-2011-0840-0007 | EPA | None EPA-HQ-OPP-2011-0840 | 3/12/12. Chlorothalonil Summary of Antimicrobial Uses | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:52Z | 0 | 0 | 0900006480fddea7 | |||
| EPA-HQ-OPP-2011-0840-0001 | EPA | None EPA-HQ-OPP-2011-0840 | 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 | 2013-03-19T02:02:56Z | 2012-07449 | 0 | 0 | 0900006480fe3019 | |
| EPA-HQ-OPP-2011-0840-0003 | EPA | None EPA-HQ-OPP-2011-0840 | 10/25/11. Chlorothalonil BEAD Chemical Usage Profile | Supporting & Related Material | Risk Assessment | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:30Z | 0 | 0 | 0900006480fdde3d | |||
| EPA-HQ-OPP-2011-0840-0008 | EPA | None EPA-HQ-OPP-2011-0840 | 3/22/12. Chlorothalonil Ecological Problem Formulation | Supporting & Related Material | Memorandum | 2012-03-28T04:00:00Z | 2012 | 3 | 2012-03-28T15:15:57Z | 0 | 0 | 0900006480fddea8 |
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;