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-2007-0975" 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 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-2007-0975-0012 | EPA | None EPA-HQ-OPP-2007-0975 | Pesticide Petitions for Residues of Pesticide Chemicals in or on Various Commodities; Withdrawal | Notice | 2011-06-29T04:00:00Z | 2011 | 6 | 2011-06-29T04:00:00Z | 2011-06-29T16:42:41Z | 2011-16199 | 0 | 0 | 0900006480eb6059 | ||
| EPA-HQ-OPP-2007-0975-0011 | EPA | None EPA-HQ-OPP-2007-0975 | Methomyl: Cancellation Orders for Amendments to Terminate Use of Methomyl on Grapes; Correction | Notice | Federal Register Document | 2011-01-12T05:00:00Z | 2011 | 1 | 2011-01-12T05:00:00Z | 2011-06-29T16:18:37Z | 2011-00344 | 0 | 0 | 0900006480bc9772 | |
| EPA-HQ-OPP-2007-0975-0010 | EPA | None EPA-HQ-OPP-2007-0975 | Cancellation Order for Amendments to Terminate Use: Methomyl on Grapes | Notice | Federal Register Document | 2010-12-08T05:00:00Z | 2010 | 12 | 2010-12-08T05:00:00Z | 2011-06-29T16:18:37Z | 2010-30865 | 0 | 0 | 0900006480bb1ec3 | |
| EPA-HQ-OPP-2007-0975-0007 | EPA | None EPA-HQ-OPP-2007-0975 | Notice of Receipt of Several Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities (Methomyl) | Notice | Federal Register Document | 2008-08-13T04:00:00Z | 2008 | 8 | 2008-08-13T04:00:00Z | 2008-09-13T03:59:59Z | 2011-06-29T16:18:36Z | E8-18608 | 0 | 0 | 09000064806c2246 |
| EPA-HQ-OPP-2007-0975-0008 | EPA | None EPA-HQ-OPP-2007-0975 | Notice of Filing: Amend tolerances of methomyl on grapes | Supporting & Related Material | Other | 2008-08-13T04:00:00Z | 2008 | 8 | 2011-06-29T16:18:36Z | 0 | 0 | 090000648068d504 | |||
| EPA-HQ-OPP-2007-0975-0006 | EPA | None EPA-HQ-OPP-2007-0975 | Notice of Receipt of Requests for Amendments to Delete the Grape Use in Methomyl Pesticide Registrations | Notice | Federal Register Document | 2007-10-24T04:00:00Z | 2007 | 10 | 2007-10-24T04:00:00Z | 2008-04-22T03:59:59Z | 2011-06-29T16:18:36Z | E7-20825 | 0 | 0 | 090000648035598a |
| EPA-HQ-OPP-2007-0975-0004 | EPA | None EPA-HQ-OPP-2007-0975 | 5/16/07 Refined Methomyl Surface Water Drinking Water Assessment with Time Series and Regional PCA | Supporting & Related Material | Letter, Memorandum, Email | 2007-09-26T04:00:00Z | 2007 | 9 | 2011-06-29T16:18:36Z | 0 | 0 | 090000648029678e | |||
| EPA-HQ-OPP-2007-0975-0005 | EPA | None EPA-HQ-OPP-2007-0975 | Update to the Methomyl Dietary Assessment | Supporting & Related Material | Audit, Assessment, Evaluation | 2007-09-26T04:00:00Z | 2007 | 9 | 2011-06-29T16:18:36Z | 0 | 0 | 09000064802a0302 | |||
| EPA-HQ-OPP-2007-0975-0001 | EPA | None EPA-HQ-OPP-2007-0975 | Methomyl documents for public viewing | Other | NA | 2007-09-26T04:00:00Z | 2007 | 9 | 2007-09-26T04:00:00Z | 2011-06-29T16:18:36Z | 0 | 0 | 09000064802a1d19 | ||
| EPA-HQ-OPP-2007-0975-0003 | EPA | None EPA-HQ-OPP-2007-0975 | Methomyl. Acute, Probabilistic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments for the Reregistration Eligibility Decision. | Supporting & Related Material | Audit, Assessment, Evaluation | 2007-09-26T04:00:00Z | 2007 | 9 | 2011-06-29T16:18:36Z | 0 | 0 | 09000064802955e2 | |||
| EPA-HQ-OPP-2007-0975-0002 | EPA | None EPA-HQ-OPP-2007-0975 | Alternatives Assessment for Methomyl on Grapes, DP# 321899 | Supporting & Related Material | 2007-09-26T04:00:00Z | 2007 | 9 | 2011-06-29T16:18:35Z | 0 | 0 | 09000064802955de |
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;