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

12 rows where docket_id = "EPA-HQ-OPP-2023-0067" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 12

document_type 1

  • Notice 12

agency_id 1

  • EPA 12
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-2023-0067-0012 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses November 2023 Notice   2023-12-15T05:00:00Z 2023 12     2023-12-15T15:54:14Z 2023-27592 0 0 090000648633c5f2
EPA-HQ-OPP-2023-0067-0011 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses; October 2023 Notice   2023-11-28T05:00:00Z 2023 11 2023-11-28T05:00:00Z 2023-12-29T04:59:59Z 2023-11-28T19:25:27Z 2023-26163 0 0 09000064862bc572
EPA-HQ-OPP-2023-0067-0010 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses (September 2023) Notice   2023-10-24T04:00:00Z 2023 10     2023-10-24T13:30:37Z 2023-23489 0 0 090000648612bc99
EPA-HQ-OPP-2023-0067-0009 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses, August 2023 Notice   2023-09-20T04:00:00Z 2023 9     2023-09-20T13:50:44Z 2023-20380 0 0 0900006485fd679a
EPA-HQ-OPP-2023-0067-0008 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses, July 2023 Notice   2023-09-11T04:00:00Z 2023 9     2023-09-11T13:45:21Z 2023-19464 0 0 0900006485f73722
EPA-HQ-OPP-2023-0067-0007 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses June 2023 Notice   2023-07-24T04:00:00Z 2023 7     2023-07-24T17:02:19Z 2023-15629 0 0 0900006485d21532
EPA-HQ-OPP-2023-0067-0006 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses May 2023 Notice   2023-06-26T04:00:00Z 2023 6     2023-06-26T18:26:26Z 2023-13482 0 0 0900006485bf38a6
EPA-HQ-OPP-2023-0067-0005 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Active Ingredients May 2023 Notice   2023-06-26T04:00:00Z 2023 6     2023-06-26T16:53:58Z 2023-13426 0 0 0900006485bf37d1
EPA-HQ-OPP-2023-0067-0004 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses (April 2023) Notice   2023-05-23T04:00:00Z 2023 5 2023-05-23T04:00:00Z 2023-06-23T03:59:59Z 2023-05-23T15:37:41Z 2023-10879 0 0 0900006485a34fbb
EPA-HQ-OPP-2023-0067-0003 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses Notice   2023-05-22T04:00:00Z 2023 5 2023-05-22T04:00:00Z   2023-05-22T14:46:31Z 2023-10823 0 0 0900006485a2bb43
EPA-HQ-OPP-2023-0067-0002 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration; Receipt of Applications for New Uses February 2023 Notice   2023-03-23T04:00:00Z 2023 3 2023-03-23T04:00:00Z   2023-04-10T07:41:54Z   0 0 0900006485835be1
EPA-HQ-OPP-2023-0067-0001 EPA None EPA-HQ-OPP-2023-0067 Pesticide Product Registration: Applications for New Uses, January 2023 Notice   2023-02-23T05:00:00Z 2023 2     2023-02-23T17:36:42Z 2023-03743 0 0 09000064856f2816

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 11.57ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API