documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "EPA-HQ-OPP-2007-0504" and posted_year = 2010 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-2007-0504-0016 | EPA | None EPA-HQ-OPP-2007-0504 | Registration Notice and Labeling for First Food Uses of Isoxaben | Supporting & Related Material | 2010-11-16T05:00:00Z | 2010 | 11 | 2010-12-01T22:41:52Z | 0 | 0 | 0900006480b925fc | ||||
| EPA-HQ-OPP-2007-0504-0014 | EPA | None EPA-HQ-OPP-2007-0504 | Final Decision for First Food Registrations of Isoxaben on Bearing Nut Trees and Grape Vineyards | Supporting & Related Material | 2010-11-16T05:00:00Z | 2010 | 11 | 2010-12-01T22:42:30Z | 0 | 0 | 0900006480b925f6 | ||||
| EPA-HQ-OPP-2007-0504-0015 | EPA | None EPA-HQ-OPP-2007-0504 | Decision Memorandum | Supporting & Related Material | 2010-11-16T05:00:00Z | 2010 | 11 | 2010-12-01T22:41:29Z | 0 | 0 | 0900006480b925f9 | ||||
| EPA-HQ-OPP-2007-0504-0013 | EPA | None EPA-HQ-OPP-2007-0504 | Pesticide Tolerances: Isoxaben | Rule | Federal Register Document | 2010-11-12T05:00:00Z | 2010 | 11 | 2010-11-12T05:00:00Z | 2010-12-01T22:42:37Z | 2010-28499 | 0 | 0 | 0900006480b8745a | |
| EPA-HQ-OPP-2007-0504-0012 | EPA | None EPA-HQ-OPP-2007-0504 | Proposed First Food Registrations of Isoxaben on Bearing Nut Trees and Grape Vineyards | Supporting & Related Material | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:19:07Z | 0 | 0 | 0900006480b4dc37 | ||||
| EPA-HQ-OPP-2007-0504-0005 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Human Health Risk Assessment | Supporting & Related Material | Analysis | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:18:54Z | 0 | 0 | 0900006480b413a7 | |||
| EPA-HQ-OPP-2007-0504-0008 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Environmental Fate and Ecological Risk Assessment | Supporting & Related Material | Analysis | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:19:00Z | 0 | 0 | 0900006480b4144f | |||
| EPA-HQ-OPP-2007-0504-0010 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Proposed Labels for Tree Nuts and Grapes | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:19:03Z | 0 | 0 | 0900006480b41451 | |||
| EPA-HQ-OPP-2007-0504-0011 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Occupational and Residential Exposure Assessment | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:19:05Z | 0 | 0 | 0900006480b41635 | |||
| EPA-HQ-OPP-2007-0504-0006 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Dietary Risk Assessment | Supporting & Related Material | Analysis | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:18:56Z | 0 | 0 | 0900006480b413a8 | |||
| EPA-HQ-OPP-2007-0504-0004 | EPA | None EPA-HQ-OPP-2007-0504 | Public Participation: Isoxaben-First Food Uses on Bearing Nut Trees and Grape Vineyards | Other | NA | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T04:00:00Z | 2010-10-16T03:59:59Z | 2010-09-15T14:57:02Z | 0 | 0 | 0900006480b4fcc5 | |
| EPA-HQ-OPP-2007-0504-0007 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Residue Chemistry Assessment | Supporting & Related Material | Analysis | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:18:58Z | 0 | 0 | 0900006480b413a9 | |||
| EPA-HQ-OPP-2007-0504-0009 | EPA | None EPA-HQ-OPP-2007-0504 | Isoxaben Drinking Water Assessment | Supporting & Related Material | Analysis | 2010-09-15T04:00:00Z | 2010 | 9 | 2010-09-15T14:19:01Z | 0 | 0 | 0900006480b41450 |
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;