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-2025-0049" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 11
  • Notice 2

posted_year 1

  • 2025 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-2025-0049-0013 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment F Pesticide Registration Notice 2025-02 Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:38Z   0 0 09000064b909ca50
EPA-HQ-OPP-2025-0049-0018 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment D: Mock-Up of MyPeST Interface Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:39Z   0 0 09000064b909cb01
EPA-HQ-OPP-2025-0049-0017 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment C: Responses to Comments Received on Proposed New Information Collection Request (ICR) for the Tracking the Adoption of Bilingual Labeling of Pesticide Products Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:38Z   0 0 09000064b909cb00
EPA-HQ-OPP-2025-0049-0012 EPA None EPA-HQ-OPP-2025-0049 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Bilingual Pesticide Labeling Tracking Notice Information Collection Request (ICR) 2025-12-12T05:00:00Z 2025 12 2025-12-12T05:00:00Z 2026-01-13T04:59:59Z 2026-01-17T13:21:29Z 2025-22589 0 0 09000064b90c85ae
EPA-HQ-OPP-2025-0049-0015 EPA None EPA-HQ-OPP-2025-0049 ICR Supporting Statement for an Information Collection Request (ICR) Under the Paperwork Reduction Act (PRA) Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:38Z   0 0 09000064b909cafe
EPA-HQ-OPP-2025-0049-0019 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment E MyPeST Application Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:39Z   0 0 09000064b909cb02
EPA-HQ-OPP-2025-0049-0014 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment B: Response Received to Stakeholder Consultation Questions Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:38Z   0 0 09000064b909cafd
EPA-HQ-OPP-2025-0049-0016 EPA None EPA-HQ-OPP-2025-0049 ICR Attachment A: Stakeholder Consultation Email and Questions Supporting & Related Material ICR Supporting Statement 2025-12-12T05:00:00Z 2025 12     2025-12-12T20:25:38Z   0 0 09000064b909caff
EPA-HQ-OPP-2025-0049-0001 EPA None EPA-HQ-OPP-2025-0049 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Bilingual Pesticide Labeling Tracking Notice Information Collection Request (ICR) 2025-07-21T04:00:00Z 2025 7 2025-07-21T04:00:00Z 2025-09-20T03:59:59Z 2025-10-18T11:34:27Z 2025-13674 0 0 09000064b8e8bc0a
EPA-HQ-OPP-2025-0049-0003 EPA None EPA-HQ-OPP-2025-0049 Attachment D: Instructions for Reporting Bilingual Labeling Compliance in Accordance with PRIA 5 Supporting & Related Material ICR Supporting Statement 2025-07-21T04:00:00Z 2025 7     2025-07-21T17:56:49Z   0 0 0900006486a7696c
EPA-HQ-OPP-2025-0049-0004 EPA None EPA-HQ-OPP-2025-0049 Attachment B: Mock-Up of MyPeST Interface Supporting & Related Material ICR Supporting Statement 2025-07-21T04:00:00Z 2025 7     2025-07-21T17:56:50Z   0 0 0900006486a7b725
EPA-HQ-OPP-2025-0049-0005 EPA None EPA-HQ-OPP-2025-0049 Supporting Statement for an Information Collection Request (ICR) Under the Paperwork Reduction Act (PRA) Supporting & Related Material ICR Supporting Statement 2025-07-21T04:00:00Z 2025 7     2025-07-21T17:56:50Z   0 0 0900006486a7b726
EPA-HQ-OPP-2025-0049-0002 EPA None EPA-HQ-OPP-2025-0049 Attachment A: Response to Comments on Bilingual Labeling Tracking Draft PRN Supporting & Related Material ICR Supporting Statement 2025-07-21T04:00:00Z 2025 7     2025-07-21T17:56:49Z   0 0 0900006486a7696b

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