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

8 rows where docket_id = "EPA-HQ-OPP-2024-0058" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2024 7
  • 2025 1

document_type 1

  • Notice 8

agency_id 1

  • EPA 8
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-2024-0058-0012 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients (December 2024) Notice   2025-02-24T05:00:00Z 2025 2     2025-02-25T18:49:01Z 2025-02991 0 0 0900006486986734
EPA-HQ-OPP-2024-0058-0008 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients (October 2024) Notice   2024-12-06T05:00:00Z 2024 12 2024-12-06T05:00:00Z 2025-01-07T04:59:59Z 2024-12-11T02:01:03Z 2024-28737 0 0 090000648684b42f
EPA-HQ-OPP-2024-0058-0007 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Application for New Active Ingredients (September 2024) Notice   2024-11-12T05:00:00Z 2024 11     2024-11-12T20:13:39Z 2024-26170 0 0 090000648680e0c1
EPA-HQ-OPP-2024-0058-0006 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients (August 2024) Notice   2024-11-01T04:00:00Z 2024 11     2024-11-01T15:59:54Z 2024-25487 0 0 09000064867f4671
EPA-HQ-OPP-2024-0058-0004 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients (July 2024) Notice   2024-08-23T04:00:00Z 2024 8 2024-08-23T04:00:00Z 2024-09-24T03:59:59Z 2024-12-05T02:01:03Z 2024-18966 0 0 090000648666d563
EPA-HQ-OPP-2024-0058-0003 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: New Active Ingredients, June 2024 Notice   2024-08-02T04:00:00Z 2024 8     2024-08-02T15:13:28Z 2024-17108 0 0 0900006486614783
EPA-HQ-OPP-2024-0058-0002 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients, March 2024 Notice   2024-05-03T04:00:00Z 2024 5     2024-05-03T15:47:24Z 2024-09692 0 0 0900006486531ea8
EPA-HQ-OPP-2024-0058-0001 EPA None EPA-HQ-OPP-2024-0058 Pesticide Product Registration: Applications for New Active Ingredients (January 2024) Notice   2024-02-27T05:00:00Z 2024 2     2024-02-27T16:45:06Z 2024-03893 0 0 0900006486432af8

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