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-2008-0440" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 12
  • Notice 1

posted_year 1

  • 2024 · 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-2008-0440-0073 EPA None EPA-HQ-OPP-2008-0440 Pesticide Registration Review: Proposed Decisions for Several Pesticides Notice   2024-06-24T04:00:00Z 2024 6 2024-06-24T04:00:00Z 2024-08-24T03:59:59Z 2024-08-24T01:00:32Z 2024-13807 0 0 09000064865c57e5
EPA-HQ-OPP-2008-0440-0068 EPA None EPA-HQ-OPP-2008-0440 Dicrotophos Proposed Interim Registration Review Decision Case Number 0145 Supporting & Related Material Decision 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:40Z   0 0 090000648659aa70
EPA-HQ-OPP-2008-0440-0061 EPA None EPA-HQ-OPP-2008-0440 Approach for Evaluating Developmental Neurotoxicity Potential for the Organophosphate Pesticides Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:37Z   0 0 090000648659a4fa
EPA-HQ-OPP-2008-0440-0072 EPA None EPA-HQ-OPP-2008-0440 Updated Incident Search for Dicrotophos, an Organophosphate Insecticide Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:42Z   0 0 090000648659fcf2
EPA-HQ-OPP-2008-0440-0071 EPA None EPA-HQ-OPP-2008-0440 Use, Usage, and Benefits of Dicrotophos (PC# 035201) in Cotton and the Impacts of Potential Mitigation Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:42Z   0 0 090000648659f420
EPA-HQ-OPP-2008-0440-0067 EPA None EPA-HQ-OPP-2008-0440 Dicrotophos (035201) National and State Summary Use and Usage Matrix Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:40Z   0 0 090000648659aa6f
EPA-HQ-OPP-2008-0440-0066 EPA None EPA-HQ-OPP-2008-0440 EPA Meetings with Dicrotophos Registrants on Proposed Mitigation Measures Supporting & Related Material Meeting Materials 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:39Z   0 0 090000648659aa6e
EPA-HQ-OPP-2008-0440-0065 EPA None EPA-HQ-OPP-2008-0440 Dicrotophos - Addendum to the Registration Review Drinking Water Assessment Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:39Z   0 0 090000648659aa6d
EPA-HQ-OPP-2008-0440-0064 EPA None EPA-HQ-OPP-2008-0440 Revised Occupational and Residential Registration Review Exposure and Risk Assessment Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:38Z   0 0 090000648659aa6c
EPA-HQ-OPP-2008-0440-0062 EPA None EPA-HQ-OPP-2008-0440 Revised Human Health Risk Assessment for Registration Review of Dicrotophos Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:37Z   0 0 090000648659aa6a
EPA-HQ-OPP-2008-0440-0069 EPA None EPA-HQ-OPP-2008-0440 Dicrotophos: Revised Acute and Steady-State Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments t o Support Registration Review Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:41Z   0 0 090000648659aa71
EPA-HQ-OPP-2008-0440-0070 EPA None EPA-HQ-OPP-2008-0440 Use of In Vitro Data to Determine Data Derived Extrapolation Factors (DDEFs) for Human Health Risk Assessment for Select Organophosphates (OPs) Supporting & Related Material Risk Assessment 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:41Z   0 0 090000648659aa72
EPA-HQ-OPP-2008-0440-0063 EPA None EPA-HQ-OPP-2008-0440 Dicrotophos Data Evaluation Record (DER) Supporting & Related Material Evaluation 2024-06-17T04:00:00Z 2024 6     2024-06-17T13:22:38Z   0 0 090000648659aa6b

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