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

10 rows where docket_id = "EPA-HQ-OPP-2024-0428" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2025 6
  • 2026 3
  • 2024 1

document_type 3

  • Supporting & Related Material 7
  • Other 2
  • Notice 1

agency_id 1

  • EPA 10
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-0428-0496 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Final Registration Decision for the New Active Ingredient Wolbachia pipientis wAlbB Contained in Live Adult Culex quinquefasciatus Male Mosquitoes (DQB Strain) - 04-28-2026 Supporting & Related Material Decision 2026-05-05T04:00:00Z 2026 5     2026-05-06T01:33:49Z   0 0 09000064b92b3f27
EPA-HQ-OPP-2024-0428-0497 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 EPA’s Response to Comments Received on the August 22, 2025 Request for Public Comments for the Proposed Decision to Register the New Active Ingredient Wolbachia pipientis wAlbB Contained in Live Adult Culex quinquefasciatus Male Mosquitoes (DQB Strain) Supporting & Related Material Comment Response 2026-05-05T04:00:00Z 2026 5     2026-05-06T01:33:50Z   0 0 09000064b92b3f2f
EPA-HQ-OPP-2024-0428-0498 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Registration Notice and Stamped Label for Debug Quinx Males (92643-2 ) Supporting & Related Material Permit, Registration 2026-05-05T04:00:00Z 2026 5     2026-05-06T01:33:50Z   0 0 09000064b92b3f3c
EPA-HQ-OPP-2024-0428-0177 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Reopening Public Comment Period for New Active Ingredient for Culex quinquefasciatus Mosquitoes Other   2025-09-18T04:00:00Z 2025 9 2025-09-18T04:00:00Z   2025-10-11T14:22:30Z   0 0 09000064b8fa6ba9
EPA-HQ-OPP-2024-0428-0011 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Debug quinx males (DQB) Proposed Label Supporting & Related Material   2025-08-22T04:00:00Z 2025 8     2025-08-22T19:00:37Z   0 0 09000064b8f0b5b9
EPA-HQ-OPP-2024-0428-0010 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Proposed Registration Decision for the New Active Ingredient Wolbachia pipientis wAlbB Contained in Live Adult Culex quinquefasciatus Male Mosquitoes (DQB Strain) Supporting & Related Material Decision 2025-08-22T04:00:00Z 2025 8     2025-08-22T19:00:31Z   0 0 09000064b8f0a158
EPA-HQ-OPP-2024-0428-0008 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Wolbachia DQB strain (wAlbB) in Culex quinquefasciatus (DQB Males): Human Health Risk Assessment for a FIFRA Section 3 Registration Request for DQB Male Use to Suppress Culex quinquefasciatus mosquitoes Supporting & Related Material Risk Assessment 2025-08-22T04:00:00Z 2025 8     2025-08-22T19:00:06Z   0 0 09000064b8f096d6
EPA-HQ-OPP-2024-0428-0009 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Ecological Risk Assessment for Wolbachia pipientis wAlbB Contained in Live Adult Culex quinquefasciatus Male Mosquitoes (DQB Strain) Supporting & Related Material Risk Assessment 2025-08-22T04:00:00Z 2025 8     2025-08-22T19:00:25Z   0 0 09000064b8f096d8
EPA-HQ-OPP-2024-0428-0007 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Public Participation for New Active Ingredient Wolbachia pipientis wAlbB Contained in Live Adult Culex quinquefasciatus Male Mosquitoes (DQB Strain). Other Public Participation 2025-08-22T04:00:00Z 2025 8 2025-08-22T04:00:00Z 2025-09-26T03:59:59Z 2025-09-26T09:00:40Z   0 0 09000064b8f0c709
EPA-HQ-OPP-2024-0428-0001 EPA New Active Ingredient for Culex quinquefasciatus Mosquitoes EPA-HQ-OPP-2024-0428 Pesticide Product Registration: Application for New Active Ingredients (September 2024) Notice   2024-11-12T05:00:00Z 2024 11 2024-11-12T05:00:00Z 2024-12-13T04:59:59Z 2024-12-18T02:00:57Z 2024-26170 0 0 090000648680ff39

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