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-0866" 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-0866-0005 | EPA | None EPA-HQ-OPP-2010-0866 | Fenamidone – Acute and Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments to Support the Label Amendment to Permit Rotation to All Cereal Grain, Except Rice and Establish Revised Tolerances for Inadvertent Residues | Supporting & Related Material | Risk Assessment | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T21:47:44Z | 0 | 0 | 0900006480f38a5c | |||
| EPA-HQ-OPP-2010-0866-0008 | EPA | None EPA-HQ-OPP-2010-0866 | Tolerance Definitions e-mail | Supporting & Related Material | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T21:47:45Z | 0 | 0 | 0900006480f38cf8 | ||||
| EPA-HQ-OPP-2010-0866-0004 | EPA | None EPA-HQ-OPP-2010-0866 | Fenamidone: Human Health Risk Assessment to Support the Label Amendment to Permit Rotation to All Cereal Grain, Except Rice and Establish Revised Tolerances for Inadvertent Residues | Supporting & Related Material | Risk Assessment | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T21:47:44Z | 0 | 0 | 0900006480f38a59 | |||
| EPA-HQ-OPP-2010-0866-0006 | EPA | None EPA-HQ-OPP-2010-0866 | Fenamidone: Residue Chemistry Summary Document to Support Label Amendment to Permit Rotation to All Cereal Grains, Except Rice and Establishment of Revised Tolerances for Inadvertent Residues | Supporting & Related Material | Risk Assessment | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T21:47:44Z | 0 | 0 | 0900006480f38a5d | |||
| EPA-HQ-OPP-2010-0866-0003 | EPA | None EPA-HQ-OPP-2010-0866 | Pesticide Tolerances: Fenamidone | Rule | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T05:00:00Z | 2012-01-18T04:59:59Z | 2011-11-16T16:12:54Z | 2011-29618 | 0 | 0 | 0900006480f6d66a | |
| EPA-HQ-OPP-2010-0866-0007 | EPA | None EPA-HQ-OPP-2010-0866 | Review of Tolerance Petition for Fenamidone Rotational Residues in Crop Group 15 and 16 except Rice | Supporting & Related Material | Risk Assessment | 2011-11-16T05:00:00Z | 2011 | 11 | 2011-11-16T21:47:44Z | 0 | 0 | 0900006480f38a5f | |||
| EPA-HQ-OPP-2010-0866-0002 | EPA | None EPA-HQ-OPP-2010-0866 | Notice of Filing - Fenamidone New Rotational Crop Uses | Supporting & Related Material | Report | 2011-09-29T04:00:00Z | 2011 | 9 | 2011-09-29T19:24:49Z | 0 | 0 | 0900006480f2595e | |||
| EPA-HQ-OPP-2010-0866-0001 | EPA | None EPA-HQ-OPP-2010-0866 | 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-04T13:58:24Z | 2010-31218 | 0 | 0 | 0900006480bb7512 |
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;