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-0040" 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 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-0040-0011 | EPA | None EPA-HQ-OPP-2010-0040 | Pesticide Product Registration Approvals | Notice | 2012-03-21T04:00:00Z | 2012 | 3 | 2012-03-21T04:00:00Z | 2012-03-21T14:19:03Z | 2012-06583 | 0 | 0 | 0900006480fdc9a4 | ||
| EPA-HQ-OPP-2010-0040-0008 | EPA | None EPA-HQ-OPP-2010-0040 | SPLAT TUTA Final Label | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T13:42:23Z | 0 | 0 | 0900006480b42c9d | |||
| EPA-HQ-OPP-2010-0040-0006 | EPA | None EPA-HQ-OPP-2010-0040 | SPLAT TUTA Notice of Pesticide Registration | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T13:42:19Z | 0 | 0 | 0900006480b41f81 | |||
| EPA-HQ-OPP-2010-0040-0007 | EPA | None EPA-HQ-OPP-2010-0040 | ISCA TUTA MP Notice of Pesticide Registration | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T13:42:21Z | 0 | 0 | 0900006480b42c9a | |||
| EPA-HQ-OPP-2010-0040-0010 | EPA | None EPA-HQ-OPP-2010-0040 | (E,Z,Z)-3.8.11-Tetradecatrienyl acetate Biopesticides Registration Action Document | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T13:42:26Z | 0 | 0 | 0900006480b42c9f | |||
| EPA-HQ-OPP-2010-0040-0009 | EPA | None EPA-HQ-OPP-2010-0040 | ISCA TUTA MP Final Label | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-30T05:00:00Z | 2010 | 11 | 2010-11-30T13:42:25Z | 0 | 0 | 0900006480b42c9e | |||
| EPA-HQ-OPP-2010-0040-0004 | EPA | None EPA-HQ-OPP-2010-0040 | (E,Z,Z)-3,8,11-Tetradecatrienyl Acetate - Draft Manufacturing Use Product Label | Supporting & Related Material | Letter, Memorandum, Email | 2010-07-26T04:00:00Z | 2010 | 7 | 2010-07-26T14:18:23Z | 0 | 0 | 0900006480b1d760 | |||
| EPA-HQ-OPP-2010-0040-0005 | EPA | None EPA-HQ-OPP-2010-0040 | (E,Z,Z)-3,8,11-Tetradecatrienyl Acetate - Draft End Use Product Label | Supporting & Related Material | Letter, Memorandum, Email | 2010-07-26T04:00:00Z | 2010 | 7 | 2010-07-26T14:18:25Z | 0 | 0 | 0900006480b1d761 | |||
| EPA-HQ-OPP-2010-0040-0002 | EPA | None EPA-HQ-OPP-2010-0040 | Public Participation: (e,Z,Z)-3,8,11-Tetradecatrienyl Acetate | Other | 2010-07-26T04:00:00Z | 2010 | 7 | 2010-07-26T04:00:00Z | 2010-08-26T03:59:59Z | 2010-07-26T14:18:20Z | 0 | 0 | 0900006480b21105 | ||
| EPA-HQ-OPP-2010-0040-0003 | EPA | None EPA-HQ-OPP-2010-0040 | (E,Z,Z)-3,8,11-Tetradecatrienyl Acetate Biopesticides Registration Action Document (BRAD) | Supporting & Related Material | Letter, Memorandum, Email | 2010-07-26T04:00:00Z | 2010 | 7 | 2010-07-26T14:18:22Z | 0 | 0 | 0900006480b1d75f | |||
| EPA-HQ-OPP-2010-0040-0001 | EPA | None EPA-HQ-OPP-2010-0040 | Registration Applications: Pesticide Products | Notice | Federal Register Document | 2010-03-10T05:00:00Z | 2010 | 3 | 2010-03-10T05:00:00Z | 2010-04-10T03:59:59Z | 2010-07-26T14:16:31Z | 2010-04835 | 0 | 0 | 0900006480aba027 |
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;