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-2011-0865" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-0865-0003 | EPA | None EPA-HQ-OPP-2011-0865 | 12/13/11 - Registration Review: Problem Formulation for the Environmental Fate and Ecological Risk, Endangered Species, and Drinking Water Exposure Assessments of Clothianidin | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:48:57Z | 0 | 0 | 0900006480f83fa7 | |||
| EPA-HQ-OPP-2011-0865-0010 | EPA | None EPA-HQ-OPP-2011-0865 | 12/2/10 - Revised Assessment for Clothianidin Registration of Prosper T400 Seed Treatment on Mustard Seed (Oilseed and Condiment) and Poncho/Votivo Seed Treatment on Cotton - | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:48:51Z | 0 | 0 | 0900006480f8466d | |||
| EPA-HQ-OPP-2011-0865-0005 | EPA | None EPA-HQ-OPP-2011-0865 | 7/21/11 - Clothianidin: Review of Human Incidents. | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:39Z | 0 | 0 | 0900006480f84668 | |||
| EPA-HQ-OPP-2011-0865-0004 | EPA | None EPA-HQ-OPP-2011-0865 | 12/8/11 - Clothianidin. Human Health Assessment Scoping Document in Support of Registration Review. | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:24Z | 0 | 0 | 0900006480f83fa8 | |||
| EPA-HQ-OPP-2011-0865-0011 | EPA | None EPA-HQ-OPP-2011-0865 | 8/13/09 - Clothianidin: Human Health Risk Assessment for Proposed Uses on Berries (Group 13-07H), Brassica Vegetables (Group 5), Cotton, Cucurbit Vegetables (Group 9), Fig, Fruiting Vegetables (Group 8), Leafy Green Vegetables (Group 4A), Peach, Pomegranate, Soybean, Tree Nuts (Group 14), and Tuberous and Corm Vegetables (Group 1C). | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:54Z | 0 | 0 | 0900006480f854c9 | |||
| EPA-HQ-OPP-2011-0865-0002 | EPA | None EPA-HQ-OPP-2011-0865 | 12/14/11 - Clothianidin Summary Document Registration Review: Initial Docket December 2011 | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:29Z | 0 | 0 | 0900006480f84559 | |||
| EPA-HQ-OPP-2011-0865-0006 | EPA | None EPA-HQ-OPP-2011-0865 | 12/14/11 - BEAD Chemical Profile for Registration Review: Clothianidin (044309) | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:48:41Z | 0 | 0 | 0900006480f84669 | |||
| EPA-HQ-OPP-2011-0865-0008 | EPA | None EPA-HQ-OPP-2011-0865 | 4/6/11 - Clothianidin California DPR Usage Data | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:49Z | 0 | 0 | 0900006480f8466b | |||
| EPA-HQ-OPP-2011-0865-0009 | EPA | None EPA-HQ-OPP-2011-0865 | 6/23/11 - Appendix A for Clothianidin | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:48:46Z | 0 | 0 | 0900006480f8466c | |||
| EPA-HQ-OPP-2011-0865-0001 | EPA | None EPA-HQ-OPP-2011-0865 | Registration Review; Open Pesticide Dockets and Availability of Final Work Plans for Certain Pesticides | Notice | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T05:00:00Z | 2012-02-29T04:59:59Z | 2013-06-25T01:06:30Z | 2011-32658 | 0 | 0 | 0900006480f86c69 | |
| EPA-HQ-OPP-2011-0865-0007 | EPA | None EPA-HQ-OPP-2011-0865 | 4/18/11 -Screening Level Use Analysis (SLUA) for Clothianidin | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2012-01-15T12:49:44Z | 0 | 0 | 0900006480f8466a |
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;