documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2010-0014" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_date, posted_month, comment_start_date, 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-2010-0014-0058 | EPA | None EPA-HQ-OPP-2010-0014 | Product Cancellation Orders; Pesticide Registrations | Notice | 2014-12-17T05:00:00Z | 2014 | 12 | 2014-12-17T21:33:34Z | 2014-29583 | 0 | 0 | 090000648197ea80 | |||
| EPA-HQ-OPP-2010-0014-0055 | EPA | None EPA-HQ-OPP-2010-0014 | Pesticide Registrations: Requests for Voluntary Cancellations | Notice | 2014-08-20T04:00:00Z | 2014 | 8 | 2014-08-20T04:00:00Z | 2015-02-18T04:59:59Z | 2014-08-20T14:47:03Z | 2014-19779 | 0 | 0 | 0900006481833c71 | |
| EPA-HQ-OPP-2010-0014-0054 | EPA | None EPA-HQ-OPP-2010-0014 | Pesticide Registrations: Voluntarily Cancellation Requests; Correction | Notice | Correction | 2014-07-16T04:00:00Z | 2014 | 7 | 2014-07-16T04:00:00Z | 2014-07-16T17:19:10Z | 2014-16457 | 0 | 0 | 09000064817b0d8a | |
| EPA-HQ-OPP-2010-0014-0053 | EPA | None EPA-HQ-OPP-2010-0014 | Pesticide Registrations: Product Cancellation Orders | Notice | 2014-07-16T04:00:00Z | 2014 | 7 | 2014-07-16T04:00:00Z | 2014-07-16T17:12:51Z | 2014-16458 | 0 | 0 | 09000064817b0dc7 | ||
| EPA-HQ-OPP-2010-0014-0052 | EPA | None EPA-HQ-OPP-2010-0014 | Requests to Voluntarily Cancel Certain Pesticide Registrations | Notice | 2014-06-11T04:00:00Z | 2014 | 6 | 2014-06-11T04:00:00Z | 2014-12-09T04:59:59Z | 2014-10-16T01:06:41Z | 2014-13492 | 0 | 0 | 090000648173a121 | |
| EPA-HQ-OPP-2010-0014-0049 | EPA | None EPA-HQ-OPP-2010-0014 | Pesticide Registrations: Product Cancellation Orders | Notice | 2014-04-11T04:00:00Z | 2014 | 4 | 2014-04-11T04:00:00Z | 2014-04-11T15:55:07Z | 2014-08206 | 0 | 0 | 09000064816af7f9 | ||
| EPA-HQ-OPP-2010-0014-0050 | EPA | None EPA-HQ-OPP-2010-0014 | Requests to Voluntarily Cancel Certain Pesticide Registrations | Notice | 2014-04-11T04:00:00Z | 2014 | 4 | 2014-04-11T04:00:00Z | 2014-10-09T03:59:59Z | 2014-10-16T01:07:13Z | 2014-08035 | 0 | 0 | 09000064816af876 | |
| EPA-HQ-OPP-2010-0014-0048 | EPA | None EPA-HQ-OPP-2010-0014 | Product Cancellation Order for Certain Pesticide Registrations | Notice | 2014-01-08T05:00:00Z | 2014 | 1 | 2014-01-09T17:10:47Z | 2014-00033 | 0 | 0 | 09000064814f4288 |
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;