documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-OPP-2011-0005" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, withdrawn, posted_date (date), comment_start_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-2011-0005-0012 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products: Receipt of Applications to Register New Uses | Notice | 2012-01-31T05:00:00Z | 2012 | 1 | 2012-01-31T05:00:00Z | 2012-01-31T22:02:09Z | 2012-02039 | 0 | 0 | 0900006480faa57e | ||
| EPA-HQ-OPP-2011-0005-0011 | EPA | None EPA-HQ-OPP-2011-0005 | Applications to Register New Uses: Pesticide Products | Notice | 2011-12-21T05:00:00Z | 2011 | 12 | 2011-12-21T05:00:00Z | 2011-12-21T19:08:43Z | 2011-32656 | 0 | 0 | 0900006480f870f1 | ||
| EPA-HQ-OPP-2011-0005-0010 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products: Receipt of Applications to Register New Uses | Notice | 2011-11-09T05:00:00Z | 2011 | 11 | 2011-11-09T05:00:00Z | 2011-11-10T18:21:34Z | 2011-29077 | 0 | 0 | 0900006480f68d6b | ||
| EPA-HQ-OPP-2011-0005-0009 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products: Applications to Register New Uses | Notice | 2011-11-09T05:00:00Z | 2011 | 11 | 2011-11-09T05:00:00Z | 2011-11-09T14:36:36Z | 2011-28657 | 0 | 0 | 0900006480f68cbf | ||
| EPA-HQ-OPP-2011-0005-0008 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products: Applications to Register New Uses | Notice | 2011-09-28T04:00:00Z | 2011 | 9 | 2011-09-28T04:00:00Z | 2011-09-28T14:59:55Z | 2011-24374 | 0 | 0 | 0900006480f3ffeb | ||
| EPA-HQ-OPP-2011-0005-0007 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products; Applications to Register New Uses | Notice | 2011-09-15T04:00:00Z | 2011 | 9 | 2011-09-15T04:00:00Z | 2011-09-15T15:36:34Z | 2011-23518 | 0 | 0 | 0900006480f1c564 | ||
| EPA-HQ-OPP-2011-0005-0006 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products: Applications to Register New Uses | Notice | 2011-08-17T04:00:00Z | 2011 | 8 | 2011-08-17T04:00:00Z | 2011-08-23T13:14:17Z | 2011-20595 | 0 | 0 | 0900006480ee31f6 | ||
| EPA-HQ-OPP-2011-0005-0005 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products; Applications to Register New Uses | Notice | 2011-07-06T04:00:00Z | 2011 | 7 | 2011-07-06T04:00:00Z | 2011-07-06T13:30:02Z | 2011-16872 | 0 | 0 | 0900006480eba0ef | ||
| EPA-HQ-OPP-2011-0005-0004 | EPA | None EPA-HQ-OPP-2011-0005 | Registration Applications; Pesticide Products | Notice | Federal Register Document | 2011-05-06T04:00:00Z | 2011 | 5 | 2011-05-06T04:00:00Z | 2011-05-06T14:13:33Z | 2011-10441 | 0 | 0 | 0900006480c40e87 | |
| EPA-HQ-OPP-2011-0005-0003 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Petitions Filed for Residues of Pesticide Chemicals in or on Various Commodities | Proposed Rule | 2011-05-06T00:00:00Z | 2011 | 5 | 2011-05-06T14:12:02Z | 0 | 1 | 0900006480c40e86 | ||||
| EPA-HQ-OPP-2011-0005-0002 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products; Registration Applications | Notice | Federal Register Document | 2011-03-29T04:00:00Z | 2011 | 3 | 2011-03-29T04:00:00Z | 2011-03-29T18:08:37Z | 2011-06661 | 0 | 0 | 0900006480c12d59 | |
| EPA-HQ-OPP-2011-0005-0001 | EPA | None EPA-HQ-OPP-2011-0005 | Pesticide Products; Registration Applications | Notice | Federal Register Document | 2011-02-23T05:00:00Z | 2011 | 2 | 2011-02-23T05:00:00Z | 2011-02-23T13:59:39Z | 2011-03717 | 0 | 0 | 0900006480bf618a |
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;