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-2005-0310" 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)
document_type 3
agency_id 1
- EPA 6
| 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-2005-0310-0006 | EPA | None EPA-HQ-OPP-2005-0310 | C10-C18-Alkyl dimethyl amine oxides; Exemption from the Requirement of a Tolerance | Rule | Federal Register Document | 2009-10-07T04:00:00Z | 2009 | 10 | 2009-10-07T04:00:00Z | 2009-11-07T04:59:59Z | 2009-10-07T20:06:26Z | E9-24055 | 0 | 0 | 0900006480a3dff2 |
| EPA-HQ-OPP-2005-0310-0007 | EPA | None EPA-HQ-OPP-2005-0310 | 900439, (C10-16); C10-C18-Alkyldimethylamine oxides; Human Health Risk Assessment and Ecological Effects Assessment to Support Proposed Exemption from the Requirement of a Tolerance When Used as Inert Ingredients in Pesticide Formulations. | Supporting & Related Material | Petition | 2009-10-07T04:00:00Z | 2009 | 10 | 2009-10-07T20:06:28Z | 0 | 0 | 0900006480a2957f | |||
| EPA-HQ-OPP-2005-0310-0004 | EPA | None EPA-HQ-OPP-2005-0310 | Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (Petition #5E7003; Alkyl (C10-C18) Dimethyl Amine Oxides) | Notice | Federal Register Document | 2008-12-03T05:00:00Z | 2008 | 12 | 2008-12-03T05:00:00Z | 2009-01-03T04:59:59Z | 2008-12-20T16:25:56Z | E8-28666 | 0 | 0 | 09000064807cb6da |
| EPA-HQ-OPP-2005-0310-0005 | EPA | None EPA-HQ-OPP-2005-0310 | Amended Notice of Filing for Petition #5E7003; Alkyl (C10-C18) Dimethyl Amine Oxides (ADAOs) (CAS Reg. Nos. 1643-20-5, 2571-88-2, 2605-79-0, 3332-27-2,61788-90-7, 68955-55-5, 70592-80-2, 7128-91-8, 85408-48-6 and 85408-49-7) to establish an exemption under 40 CFR 180.920 | Supporting & Related Material | Petition | 2008-12-03T05:00:00Z | 2008 | 12 | 2008-12-03T18:40:50Z | 0 | 0 | 090000648072cb0d | |||
| EPA-HQ-OPP-2005-0310-0003 | EPA | None EPA-HQ-OPP-2005-0310 | Notice of Filing | Supporting & Related Material | 2006-03-02T05:00:00Z | 2006 | 3 | 2006-09-02T14:37:33Z | 0 | 0 | 0900006480128ff6 | ||||
| EPA-HQ-OPP-2005-0310-0001 | EPA | None EPA-HQ-OPP-2005-0310 | Notice of Filing of a Pesticide Petition for the Establishment of an Exemption from the Requirement of a Tolerance for the Residues of Amine Oxides in or on Food Commodities | Notice | Federal Register Document | 2006-02-01T13:33:39Z | 2006 | 2 | 2006-02-01T13:33:39Z | 2006-03-04T04:59:59Z | 2008-01-08T21:20:41Z | E6-01343 | 0 | 0 | 090000648012385d |
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;