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-2015-0022" and posted_year = 2015 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_end_date (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-2015-0022-0013 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses, | Notice | 2015-12-17T05:00:00Z | 2015 | 12 | 2015-12-17T18:25:45Z | 2015-31757 | 0 | 0 | 0900006481db6b5b | |||
| EPA-HQ-OPP-2015-0022-0012 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registration: Applications for New Uses | Notice | Request for Comments | 2015-11-04T05:00:00Z | 2015 | 11 | 2015-11-04T05:00:00Z | 2015-12-05T04:59:59Z | 2015-11-05T01:46:42Z | 2015-28104 | 0 | 0 | 0900006481d0e51e |
| EPA-HQ-OPP-2015-0022-0011 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | 2015-10-16T04:00:00Z | 2015 | 10 | 2015-10-16T20:29:14Z | 2015-26393 | 0 | 0 | 0900006481cd033c | |||
| EPA-HQ-OPP-2015-0022-0010 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | 2015-08-25T04:00:00Z | 2015 | 8 | 2015-08-25T14:23:46Z | 2015-21038 | 0 | 0 | 0900006481c36ea4 | |||
| EPA-HQ-OPP-2015-0022-0008 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | Notice of Receipt of Petition | 2015-08-05T04:00:00Z | 2015 | 8 | 2016-12-15T21:05:06Z | 2015-19273 | 0 | 0 | 0900006481bc3c80 | ||
| EPA-HQ-OPP-2015-0022-0009 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | Notice of Receipt of Petition | 2015-08-05T04:00:00Z | 2015 | 8 | 2016-12-15T21:06:01Z | 2015-19259 | 0 | 0 | 0900006481bc3cd0 | ||
| EPA-HQ-OPP-2015-0022-0007 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses; Corrections | Notice | 2015-07-08T04:00:00Z | 2015 | 7 | 2015-07-25T14:35:36Z | 2015-16519 | 0 | 0 | 0900006481b713d7 | |||
| EPA-HQ-OPP-2015-0022-0006 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | 2015-06-19T04:00:00Z | 2015 | 6 | 2015-06-19T19:29:25Z | 2015-15180 | 0 | 0 | 0900006481b481bb | |||
| EPA-HQ-OPP-2015-0022-0005 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses; Correction | Notice | 2015-06-03T04:00:00Z | 2015 | 6 | 2015-06-03T19:08:53Z | 2015-13423 | 0 | 0 | 0900006481b17bad | |||
| EPA-HQ-OPP-2015-0022-0004 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: Applications for New Uses | Notice | 2015-05-06T04:00:00Z | 2015 | 5 | 2015-05-06T16:47:23Z | 2015-10483 | 0 | 0 | 0900006481acff8a | |||
| EPA-HQ-OPP-2015-0022-0003 | EPA | None EPA-HQ-OPP-2015-0022 | Applications for New Uses; Pesticide Product Registration | Notice | 2015-04-15T04:00:00Z | 2015 | 4 | 2015-04-15T16:40:10Z | 2015-08478 | 0 | 0 | 0900006481aa687c | |||
| EPA-HQ-OPP-2015-0022-0002 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Products: Applications for New Uses | Notice | 2015-03-30T04:00:00Z | 2015 | 3 | 2015-03-30T04:00:00Z | 2015-04-01T06:37:39Z | 2015-07209 | 0 | 0 | 0900006481a7276d | ||
| EPA-HQ-OPP-2015-0022-0001 | EPA | None EPA-HQ-OPP-2015-0022 | Pesticide Product Registrations: New Use Applications | Notice | Notice of Filing | 2015-02-04T05:00:00Z | 2015 | 2 | 2015-02-04T15:32:09Z | 2015-02194 | 0 | 0 | 09000064819f2a68 |
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;