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-2014-0004" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Notice 1

posted_year 1

  • 2022 · 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-2014-0004-0126 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-methyl TM and MBC. Addendum to Drinking Water for Registration Review Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:53:03Z   0 0 090000648554179d
EPA-HQ-OPP-2014-0004-0119 EPA None EPA-HQ-OPP-2014-0004 Response to Public Comments on the Carbendazim Draft Risk Assessment (DRA) Supporting & Related Material Comment Response 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:54:15Z   0 0 090000648554111c
EPA-HQ-OPP-2014-0004-0124 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-Methyl. Amendment to the Occupational and Residential Exposure Assessment for Registration Review Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:52:43Z   0 0 09000064855417a6
EPA-HQ-OPP-2014-0004-0120 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-methyl (PC# 102001) and Carbendazim (PC# 128872) Registration Review: Review of Public Comments and Assessment of Use, Usage, Benefits and Impacts of Potential Mitigation for Agricultural and Non-Agricultural Uses Supporting & Related Material Comment Response 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:54:00Z   0 0 0900006485541096
EPA-HQ-OPP-2014-0004-0116 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-methyl and Carbendazim Proposed Interim Registration Review Decision Case Number 2680 Supporting & Related Material Decision 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:55:04Z   0 0 0900006485541119
EPA-HQ-OPP-2014-0004-0117 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-Methyl: Amended Cancer Dietary Exposure and Risk Assessment in Support of the Draft Human Health Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:54:50Z   0 0 090000648554111a
EPA-HQ-OPP-2014-0004-0118 EPA None EPA-HQ-OPP-2014-0004 Carbendazim and 2-Aminobenzimidazole. Amended Acute, Chronic, and Cancer Dietary Exposure and Risk Assessments in Support of the Draft Human Health Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:54:35Z   0 0 090000648554111b
EPA-HQ-OPP-2014-0004-0125 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-Methyl. Second Revision to the Occupational and Residential Exposure Assessment for Registration Review Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:53:17Z   0 0 090000648554179c
EPA-HQ-OPP-2014-0004-0115 EPA None EPA-HQ-OPP-2014-0004 Pesticide Registration Review: Proposed Interim Decisions for Several Pesticides Notice   2022-12-23T05:00:00Z 2022 12 2022-12-23T05:00:00Z 2023-03-24T03:59:59Z 2023-07-19T01:02:05Z 2022-27936 0 0 090000648555165a
EPA-HQ-OPP-2014-0004-0121 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-Methyl and Carbendazim. HED's Response to Public Comments on the Human Health Draft Risk Assessment Supporting & Related Material Comment Response 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:53:32Z   0 0 0900006485541162
EPA-HQ-OPP-2014-0004-0122 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-methyl and MBC (Carbendazim). Response to Comments on the Draft Risk Assessment to Support Registration Review Supporting & Related Material Comment Response 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:53:46Z   0 0 0900006485541163
EPA-HQ-OPP-2014-0004-0123 EPA None EPA-HQ-OPP-2014-0004 Thiophanate-Methyl. Amended Draft Human Health Risk Assessment for Registration Review (June 2022) Supporting & Related Material Risk Assessment 2022-12-23T05:00:00Z 2022 12     2022-12-24T01:55:19Z   0 0 0900006485541166
EPA-HQ-OPP-2014-0004-0113 EPA None EPA-HQ-OPP-2014-0004 OPP Meeting with Thiophanate-methyl and Carbendazim (TM/MBC) Task Force Supporting & Related Material Meeting Materials 2022-05-27T04:00:00Z 2022 5     2022-05-28T00:33:43Z   0 0 0900006485084974

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