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-2010-0875" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-2010-0875-0006 | EPA | None EPA-HQ-OPP-2010-0875 | Flutriafol: Acute and Chronic Dietary Exposure and Risk Assessment for Application of Flutriafol to Field Corn and Popcorn. | Supporting & Related Material | Risk Assessment | 2012-08-08T04:00:00Z | 2012 | 8 | 2012-08-08T14:45:48Z | 0 | 0 | 0900006480fe7b2f | |||
| EPA-HQ-OPP-2010-0875-0005 | EPA | None EPA-HQ-OPP-2010-0875 | Flutriafol: Human Health Risk Assessment for Proposed Uses on Corn, Grapes, Peanuts, Pome Fruit (Crop Group 11), Stone Fruit (Crop Group 12), Sugar Beets, Wheat, Barley, Triticale, Buckwheat, Oats, Rye, Teosinte, and Imported Bananas | Supporting & Related Material | Risk Assessment | 2012-08-08T04:00:00Z | 2012 | 8 | 2012-08-08T14:45:47Z | 0 | 0 | 0900006480fe7b2d | |||
| EPA-HQ-OPP-2010-0875-0008 | EPA | None EPA-HQ-OPP-2010-0875 | Ecological Risk Assessment for the Proposed New Uses on Field and Pop Corn, Grapes, Peanuts, Pome Fruit (Crop Group 11), Stone Fruit (Crop Group 12), Sugar Beets, and Wheat | Supporting & Related Material | Risk Assessment | 2012-08-08T04:00:00Z | 2012 | 8 | 2012-08-08T14:45:48Z | 0 | 0 | 0900006480fe7b64 | |||
| EPA-HQ-OPP-2010-0875-0007 | EPA | None EPA-HQ-OPP-2010-0875 | Flutriafol: Occupational and Residential Exposure/Risk Assessment for Proposed Uses on Corn, Grapes, Peanuts, Pome Fruit (Crop Group 11), Stone Fruit (Crop Group 12), Sugar Beets, Wheat, Barley, Triticale, Buckwheat, Oats, Rye, and Teosinte | Supporting & Related Material | Risk Assessment | 2012-08-08T04:00:00Z | 2012 | 8 | 2012-08-08T14:45:48Z | 0 | 0 | 0900006480fe7b63 | |||
| EPA-HQ-OPP-2010-0875-0004 | EPA | None EPA-HQ-OPP-2010-0875 | Pesticide Tolerances: Flutriafol | Rule | 2012-08-08T04:00:00Z | 2012 | 8 | 2012-08-08T04:00:00Z | 2012-08-09T03:59:59Z | 2012-08-08T14:45:29Z | 2012-19317 | 0 | 0 | 09000064810c7456 | |
| EPA-HQ-OPP-2010-0875-0003 | EPA | None EPA-HQ-OPP-2010-0875 | Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities | Notice | Federal Register Document | 2010-12-15T05:00:00Z | 2010 | 12 | 2010-12-15T05:00:00Z | 2011-01-15T04:59:59Z | 2011-01-03T19:56:34Z | 2010-31218 | 0 | 0 | 0900006480bb754f |
| EPA-HQ-OPP-2010-0875-0002 | EPA | None EPA-HQ-OPP-2010-0875 | Company Notice of Filing of a Pesticide Petition for Establishment of Regulations for the Residues of Flutriafol in or on Corn, Grapes, Peanuts, Pome Fruit (group 11), Stone Fruit (Group 12), Sugar Beets and Wheat | Supporting & Related Material | Petition | 2010-12-08T05:00:00Z | 2010 | 12 | 2010-12-08T15:24:41Z | 0 | 0 | 0900006480b78a5f | |||
| EPA-HQ-OPP-2010-0875-0001 | EPA | None EPA-HQ-OPP-2010-0875 | Registration Applications: Pesticide Products | Notice | Federal Register Document | 2010-12-08T05:00:00Z | 2010 | 12 | 2010-12-08T05:00:00Z | 2011-01-08T04:59:59Z | 2010-12-08T15:24:40Z | 2010-30489 | 0 | 0 | 0900006480bb1af0 |
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;