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-2019-0045" 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-2019-0045-0012 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Applications for New Uses | Notice | 2020-03-02T05:00:00Z | 2020 | 3 | 2020-03-02T05:00:00Z | 2020-04-02T03:59:59Z | 2020-03-03T02:00:42Z | 2020-04209 | 0 | 0 | 09000064843cf7bc | |
| EPA-HQ-OPP-2019-0045-0011 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Receipt of Applications for New Uses (November 2019) | Notice | 2020-01-21T05:00:00Z | 2020 | 1 | 2020-07-22T16:05:08Z | 2020-00825 | 0 | 0 | 09000064842c91d4 | |||
| EPA-HQ-OPP-2019-0045-0010 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Applications for New Uses | Notice | 2019-12-11T05:00:00Z | 2019 | 12 | 2019-12-11T05:00:00Z | 2020-01-11T04:59:59Z | 2019-12-11T18:44:56Z | 2019-26670 | 0 | 0 | 0900006484200d00 | |
| EPA-HQ-OPP-2019-0045-0009 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration; Receipt of Applications for New Uses (September 2019) | Notice | 2019-10-25T04:00:00Z | 2019 | 10 | 2019-10-25T04:00:00Z | 2019-11-26T04:59:59Z | 2019-10-25T22:22:54Z | 2019-23353 | 0 | 0 | 09000064840f8d83 | |
| EPA-HQ-OPP-2019-0045-0008 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Applications for New Uses (August 2019) | Notice | 2019-09-30T04:00:00Z | 2019 | 9 | 2019-09-30T04:00:00Z | 2019-10-31T03:59:59Z | 2019-09-30T15:22:45Z | 2019-21119 | 0 | 0 | 0900006483feaad7 | |
| EPA-HQ-OPP-2019-0045-0007 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Applications for New Uses (July 2019) | Notice | 2019-09-11T04:00:00Z | 2019 | 9 | 2019-09-11T04:00:00Z | 2019-10-12T03:59:59Z | 2019-09-12T15:09:23Z | 2019-19663 | 0 | 0 | 0900006483f368b4 | |
| EPA-HQ-OPP-2019-0045-0006 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration; Applications: New Uses | Notice | Notice of Filing | 2019-08-30T04:00:00Z | 2019 | 8 | 2019-08-30T04:00:00Z | 2019-10-01T03:59:59Z | 2019-08-31T00:42:41Z | 2019-18833 | 0 | 0 | 0900006483edd666 |
| EPA-HQ-OPP-2019-0045-0004 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration; Receipt of Applications: New Uses in June 2019 | Notice | Notice of Receipt of Petition | 2019-08-06T04:00:00Z | 2019 | 8 | 2019-08-06T04:00:00Z | 2019-09-06T03:59:59Z | 2019-08-06T17:38:57Z | 2019-16732 | 0 | 0 | 0900006483dfbaf6 |
| EPA-HQ-OPP-2019-0045-0003 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Receipt of New Use Applications in April 2019 | Notice | 2019-06-07T04:00:00Z | 2019 | 6 | 2019-06-07T04:00:00Z | 2019-07-09T03:59:59Z | 2019-06-07T20:41:21Z | 2019-11929 | 0 | 0 | 0900006483cf5a22 | |
| EPA-HQ-OPP-2019-0045-0002 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration; Receipt of Applications for New Uses | Notice | 2019-05-20T04:00:00Z | 2019 | 5 | 2019-05-23T18:31:22Z | 2019-10449 | 0 | 0 | 0900006483ca0e28 | |||
| EPA-HQ-OPP-2019-0045-0001 | EPA | None EPA-HQ-OPP-2019-0045 | Pesticide Product Registration: Applications for New Uses | Notice | 2019-03-18T04:00:00Z | 2019 | 3 | 2019-03-18T04:00:00Z | 2019-04-18T03:59:59Z | 2019-03-18T14:51:09Z | 2019-04977 | 0 | 0 | 0900006483af67e0 |
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;