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-2009-1017" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, 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-2009-1017-0026 | EPA | None EPA-HQ-OPP-2009-1017 | Receipt of Requests to Voluntarily Cancel Certain Pesticide Registrations | Notice | 2011-11-23T05:00:00Z | 2011 | 11 | 2011-11-23T05:00:00Z | 2011-12-22T04:59:59Z | 2011-11-23T14:38:56Z | 2011-29990 | 0 | 0 | 0900006480f7207c | |
| EPA-HQ-OPP-2009-1017-0025 | EPA | None EPA-HQ-OPP-2009-1017 | Product CancellationOrder for Certain Pesticide Registrations | Notice | 2011-09-28T04:00:00Z | 2011 | 9 | 2011-09-28T04:00:00Z | 2011-09-28T14:14:45Z | 2011-24832 | 0 | 0 | 0900006480f3ffd0 | ||
| EPA-HQ-OPP-2009-1017-0024 | EPA | None EPA-HQ-OPP-2009-1017 | Requests to Voluntarily Cancel Certain Pesticide Registrations | Notice | 2011-08-05T04:00:00Z | 2011 | 8 | 2011-08-05T04:00:00Z | 2011-09-07T03:59:59Z | 2011-08-05T13:51:25Z | 2011-19903 | 0 | 0 | 0900006480ed7cbb | |
| EPA-HQ-OPP-2009-1017-0023 | EPA | None EPA-HQ-OPP-2009-1017 | Amended Cancellation Orders: Foremost 4809-ES Insect-O-Fog | Notice | 2011-07-27T04:00:00Z | 2011 | 7 | 2011-07-27T04:00:00Z | 2011-07-27T15:49:32Z | 2011-18996 | 0 | 0 | 0900006480ecd3c0 | ||
| EPA-HQ-OPP-2009-1017-0022 | EPA | None EPA-HQ-OPP-2009-1017 | Product Cancellation Order for Certain Pesticide Registrations | Notice | 2011-07-26T04:00:00Z | 2011 | 7 | 2011-07-26T04:00:00Z | 2011-07-26T19:53:50Z | C1-2011-17089 | 0 | 0 | 0900006480ecb6e4 | ||
| EPA-HQ-OPP-2009-1017-0021 | EPA | None EPA-HQ-OPP-2009-1017 | Product Cancellation Order for Certain Pesticide Registrations: Correction | Notice | 2011-07-13T04:00:00Z | 2011 | 7 | 2011-07-13T04:00:00Z | 2011-07-13T15:14:13Z | 2011-17641 | 0 | 0 | 0900006480ec129e | ||
| EPA-HQ-OPP-2009-1017-0020 | EPA | None EPA-HQ-OPP-2009-1017 | Product Cancellation Order for Certain Pesticide Registrations | Notice | 2011-07-08T04:00:00Z | 2011 | 7 | 2011-07-08T04:00:00Z | 2011-07-08T13:24:35Z | 2011-17089 | 0 | 0 | 0900006480ebcd06 | ||
| EPA-HQ-OPP-2009-1017-0018 | EPA | None EPA-HQ-OPP-2009-1017 | Receipt of Requests To Voluntarily Cancel Certain Pesticide Registrations | Notice | Federal Register Document | 2011-05-04T04:00:00Z | 2011 | 5 | 2011-05-04T04:00:00Z | 2011-06-04T03:59:59Z | 2011-05-04T14:09:30Z | 2011-10709 | 0 | 0 | 0900006480c3eb10 |
| EPA-HQ-OPP-2009-1017-0017 | EPA | None EPA-HQ-OPP-2009-1017 | Product Cancellation Order for Certain Pesticide Registrations | Notice | Federal Register Document | 2011-03-23T04:00:00Z | 2011 | 3 | 2011-03-23T04:00:00Z | 2011-03-23T13:10:09Z | 2011-06890 | 0 | 0 | 0900006480c0ecab | |
| EPA-HQ-OPP-2009-1017-0016 | EPA | None EPA-HQ-OPP-2009-1017 | Product Cancellation Order for Certain Pesticide Registrations | Notice | Federal Register Document | 2011-02-25T05:00:00Z | 2011 | 2 | 2011-02-25T05:00:00Z | 2011-02-25T14:21:49Z | 2011-04140 | 0 | 0 | 0900006480bf7b18 | |
| EPA-HQ-OPP-2009-1017-0015 | EPA | None EPA-HQ-OPP-2009-1017 | Requests to Voluntarily Cancel Certain Pesticide Registrations | Notice | Federal Register Document | 2011-01-26T05:00:00Z | 2011 | 1 | 2011-01-26T05:00:00Z | 2011-02-26T04:59:59Z | 2011-02-01T17:32:34Z | 2011-01666 | 0 | 0 | 0900006480bd3431 |
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;