documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "EPA-HQ-OPP-2010-0659" 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 4
- Supporting & Related Material 8
- Notice 1
- Other 1
- Rule 1
agency_id 1
- EPA 11
| 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-0659-0011 | EPA | None EPA-HQ-OPP-2010-0659 | Final Decision for the new active ingredient Pyriofenone | Supporting & Related Material | Report | 2012-03-15T04:00:00Z | 2012 | 3 | 2012-03-15T21:16:34Z | 0 | 0 | 0900006480fbc18e | |||
| EPA-HQ-OPP-2010-0659-0010 | EPA | None EPA-HQ-OPP-2010-0659 | Pesticide Tolerances: Pyriofenone | Rule | 2012-03-07T05:00:00Z | 2012 | 3 | 2012-03-07T05:00:00Z | 2012-05-08T03:59:59Z | 2012-05-06T12:01:52Z | 2012-05271 | 0 | 0 | 0900006480fd0d76 | |
| EPA-HQ-OPP-2010-0659-0003 | EPA | None EPA-HQ-OPP-2010-0659 | Public Participation: New active ingredient Pyriofenone | Other | Public Participation | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T05:00:00Z | 2012-01-22T04:59:59Z | 2011-12-21T21:06:27Z | 0 | 0 | 0900006480f8741e | |
| EPA-HQ-OPP-2010-0659-0007 | EPA | None EPA-HQ-OPP-2010-0659 | Pyriofenone. Report of the Residues of Concern Knowledgebase Subcommittee (ROCKS) | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:28Z | 0 | 0 | 0900006480f7c0b2 | |||
| EPA-HQ-OPP-2010-0659-0004 | EPA | None EPA-HQ-OPP-2010-0659 | Pyriofenone. Revised Human-Health Risk Assessment for the Establishment of Tolerances for Pyriofenone Fungicide in/on Imported Grapes | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:27Z | 0 | 0 | 0900006480f6bd7b | |||
| EPA-HQ-OPP-2010-0659-0009 | EPA | None EPA-HQ-OPP-2010-0659 | Proposed Decision for the new active ingredient Pyriofenone | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:29Z | 0 | 0 | 0900006480f86779 | |||
| EPA-HQ-OPP-2010-0659-0008 | EPA | None EPA-HQ-OPP-2010-0659 | Pyriofenone - ToxSAC Meeting on August 11, 2011 | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:29Z | 0 | 0 | 0900006480f7c0b3 | |||
| EPA-HQ-OPP-2010-0659-0006 | EPA | None EPA-HQ-OPP-2010-0659 | Pyriofenone: Chronic Dietary Exposure Assessment to Support Proposed New Import Tolerance on Grapes | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:28Z | 0 | 0 | 0900006480f6bddb | |||
| EPA-HQ-OPP-2010-0659-0005 | EPA | None EPA-HQ-OPP-2010-0659 | Pyriofenone. Tolerance Petition on Imported Grape. Summary of Analytical and Chemistry Residue Data | Supporting & Related Material | Report | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T21:06:28Z | 0 | 0 | 0900006480f6bd7c | |||
| EPA-HQ-OPP-2010-0659-0001 | EPA | None EPA-HQ-OPP-2010-0659 | Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities | Notice | Federal Register Document | 2010-09-08T04:00:00Z | 2010 | 9 | 2010-09-08T04:00:00Z | 2010-10-09T03:59:59Z | 2010-09-08T14:30:25Z | 2010-22331 | 0 | 0 | 0900006480b480e8 |
| EPA-HQ-OPP-2010-0659-0002 | EPA | None EPA-HQ-OPP-2010-0659 | Registrants Notice of Filing of an Application to Establish an Important Tolerance in or on Grapes for the Active Ingredient Pyriofenone | Supporting & Related Material | Petition | 2010-09-08T04:00:00Z | 2010 | 9 | 2010-09-08T14:30:29Z | 0 | 0 | 0900006480b23ad6 |
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;