home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where docket_id = "EPA-HQ-OPP-2020-0052" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 2

  • 2020 11
  • 2021 2

document_type 1

  • Notice 13

agency_id 1

  • EPA 13
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-2020-0052-0025 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses (December 2020) Notice   2021-02-09T05:00:00Z 2021 2     2021-02-11T16:46:32Z 2021-02651 0 0 0900006484a21bd1
EPA-HQ-OPP-2020-0052-0024 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses (October 2020) Notice   2021-02-08T05:00:00Z 2021 2     2021-02-08T18:39:01Z 2021-02539 0 0 0900006484a202bb
EPA-HQ-OPP-2020-0052-0012 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses (November 2020) Notice   2020-12-07T05:00:00Z 2020 12     2020-12-30T02:03:24Z 2020-26810 0 0 0900006484989e6e
EPA-HQ-OPP-2020-0052-0011 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration; Applications: New Uses; September 2020 Notice   2020-10-23T04:00:00Z 2020 10     2020-10-23T13:49:36Z 2020-23507 0 0 0900006484928c01
EPA-HQ-OPP-2020-0052-0009 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses; August 2020 Notice   2020-09-22T04:00:00Z 2020 9     2020-09-22T18:46:48Z 2020-20884 0 0 090000648486e6e5
EPA-HQ-OPP-2020-0052-0008 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Receipt of Applications for New Uses (July 2020) Notice   2020-08-25T04:00:00Z 2020 8     2020-08-25T17:55:20Z 2020-18600 0 0 090000648481d1cf
EPA-HQ-OPP-2020-0052-0007 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Active Ingredients Notice   2020-06-19T04:00:00Z 2020 6     2020-07-22T16:08:03Z 2020-13275 0 0 09000064846fa7fc
EPA-HQ-OPP-2020-0052-0006 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses Notice   2020-06-19T04:00:00Z 2020 6 2020-06-19T04:00:00Z 2020-07-21T03:59:59Z 2020-06-19T16:39:15Z 2020-13272 0 0 09000064846fa7a6
EPA-HQ-OPP-2020-0052-0004 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration; Applications: New Uses Notice   2020-05-29T04:00:00Z 2020 5 2020-05-29T04:00:00Z 2020-06-30T03:59:59Z 2020-05-29T18:21:05Z 2020-11572 0 0 09000064846babf2
EPA-HQ-OPP-2020-0052-0005 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration; Application: New Uses Notice   2020-05-29T04:00:00Z 2020 5 2020-05-29T04:00:00Z 2020-06-30T03:59:59Z 2020-05-29T19:09:34Z 2020-11585 0 0 09000064846babb7
EPA-HQ-OPP-2020-0052-0003 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Applications for New Uses Notice   2020-05-05T04:00:00Z 2020 5     2020-07-22T16:08:11Z 2020-09607 0 0 090000648455e15f
EPA-HQ-OPP-2020-0052-0002 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration: Receipt of Applications for New Uses Notice   2020-04-03T04:00:00Z 2020 4 2020-04-03T04:00:00Z 2020-05-05T03:59:59Z 2020-04-03T13:35:36Z 2020-07042 0 0 0900006484484772
EPA-HQ-OPP-2020-0052-0001 EPA None EPA-HQ-OPP-2020-0052 Pesticide Product Registration; Applications: New Uses (January 2020) Notice   2020-03-03T05:00:00Z 2020 3     2020-07-22T16:05:18Z 2020-04263 0 0 09000064843d86d7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 1495.232ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API