documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPP-2014-0681" 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-2014-0681-0005 | EPA | None EPA-HQ-OPP-2014-0681 | Etoxazole: Human Health Risk Assessment in Support of the Proposed Tolerances for Residues in/on Imported Oranges and Orange Oil. DP Barcode: D422673 | Supporting & Related Material | Risk Assessment | 2015-12-02T05:00:00Z | 2015 | 12 | 2015-12-03T01:35:15Z | 0 | 0 | 0900006481ce0dcb | |||
| EPA-HQ-OPP-2014-0681-0007 | EPA | None EPA-HQ-OPP-2014-0681 | Etoxazole in/on Imported Oranges and Orange Oil. Summary of Analytical Chemistry and Residue Data. DP Barcode: D424375 | Supporting & Related Material | Risk Assessment | 2015-12-02T05:00:00Z | 2015 | 12 | 2015-12-03T01:35:04Z | 0 | 0 | 0900006481ce0dce | |||
| EPA-HQ-OPP-2014-0681-0004 | EPA | None EPA-HQ-OPP-2014-0681 | Pesticide Tolerances: Etoxazole | Rule | Final Rule | 2015-12-02T05:00:00Z | 2015 | 12 | 2015-12-02T17:34:04Z | 2015-30513 | 0 | 0 | 0900006481d7f960 | ||
| EPA-HQ-OPP-2014-0681-0006 | EPA | None EPA-HQ-OPP-2014-0681 | Etoxazole. Dietary Risk Assessment in Support of the Proposed Tolerances in/on Imported Oranges and Orange Oil. DP Barcode: D426228 | Supporting & Related Material | Risk Assessment | 2015-12-02T05:00:00Z | 2015 | 12 | 2015-12-03T01:35:10Z | 0 | 0 | 0900006481ce0dcd | |||
| EPA-HQ-OPP-2014-0681-0002 | EPA | None EPA-HQ-OPP-2014-0681 | Etoxazole Import Tolerance Company Notice of Filing (NOF) October 13, 2014 Valent U.S.A. Corporation | Supporting & Related Material | 2015-03-06T05:00:00Z | 2015 | 3 | 2015-03-06T20:35:02Z | 0 | 0 | 09000064819ae7ba | ||||
| EPA-HQ-OPP-2014-0681-0001 | EPA | None EPA-HQ-OPP-2014-0681 | Pesticide Tolerances: Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2015-03-04T05:00:00Z | 2015 | 3 | 2015-03-04T05:00:00Z | 2015-04-04T03:59:59Z | 2015-03-09T02:01:34Z | 2015-04281 | 0 | 0 | 0900006481a2cffa |
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;