documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2012-0710" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 4
agency_id 1
- EPA 9
| 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-0710-0011 | EPA | None EPA-HQ-OPP-2012-0710 | Boscalid Human Health Review | Supporting & Related Material | 2013-12-20T05:00:00Z | 2013 | 12 | 2013-12-20T22:21:07Z | 0 | 0 | 090000648142a3af | ||||
| EPA-HQ-OPP-2012-0710-0009 | EPA | None EPA-HQ-OPP-2012-0710 | Boscalid Residue Chemistry Review | Supporting & Related Material | 2013-12-20T05:00:00Z | 2013 | 12 | 2013-12-20T22:19:43Z | 0 | 0 | 090000648142a3b0 | ||||
| EPA-HQ-OPP-2012-0710-0010 | EPA | None EPA-HQ-OPP-2012-0710 | Boscalid Drinking Water Review Final | Supporting & Related Material | 2013-12-20T05:00:00Z | 2013 | 12 | 2013-12-20T22:20:35Z | 0 | 0 | 090000648142a3b1 | ||||
| EPA-HQ-OPP-2012-0710-0008 | EPA | None EPA-HQ-OPP-2012-0710 | REVISED: Boscalid. Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment for the Section 3 Registration For Globe Artichoke, Belgium Endive, and Persimmon and for Crop Group/Subgroup Conversions | Supporting & Related Material | Risk Assessment | 2013-12-17T05:00:00Z | 2013 | 12 | 2013-12-17T21:25:51Z | 0 | 0 | 090000648137ee22 | |||
| EPA-HQ-OPP-2012-0710-0007 | EPA | None EPA-HQ-OPP-2012-0710 | Pesticide Tolerances: Boscalid | Rule | 2013-11-08T05:00:00Z | 2013 | 11 | 2013-11-08T05:00:00Z | 2014-01-08T04:59:59Z | 2013-11-13T16:46:28Z | 2013-26765 | 0 | 0 | 090000648147375f | |
| EPA-HQ-OPP-2012-0710-0006 | EPA | None EPA-HQ-OPP-2012-0710 | Notice Of Filing for Boscalid on Multiple Crops (PP#2E8068) | Supporting & Related Material | 2013-01-16T05:00:00Z | 2013 | 1 | 2013-01-16T16:08:20Z | 0 | 0 | 090000648117e67d | ||||
| EPA-HQ-OPP-2012-0710-0005 | EPA | None EPA-HQ-OPP-2012-0710 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2013-01-16T05:00:00Z | 2013 | 1 | 2013-01-16T05:00:00Z | 2013-02-16T04:59:59Z | 2013-01-16T16:07:52Z | 2013-00714 | 0 | 0 | 09000064811c0ecc | |
| EPA-HQ-OPP-2012-0710-0004 | EPA | None EPA-HQ-OPP-2012-0710 | Pesticide Products: Registration Applications to Register New Uses | Notice | 2012-12-19T05:00:00Z | 2012 | 12 | 2012-12-19T05:00:00Z | 2013-01-19T04:59:59Z | 2012-12-19T17:29:25Z | 2012-30614 | 0 | 0 | 0900006481192901 | |
| EPA-HQ-OPP-2012-0710-0001 | EPA | None EPA-HQ-OPP-2012-0710 | Applications to Register New Uses for Pesticide Products | Notice | 2012-11-07T05:00:00Z | 2012 | 11 | 2012-11-07T05:00:00Z | 2012-12-08T04:59:59Z | 2012-11-15T03:12:03Z | 2012-27197 | 0 | 0 | 09000064811616b5 |
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;