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-2009-0059" and posted_year = 2015 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), last_modified (date)

document_type 2

  • Supporting & Related Material 7
  • Notice 3

posted_year 1

  • 2015 · 10 ✖

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-2009-0059-0036 EPA None EPA-HQ-OPP-2009-0059 Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates Notice   2015-12-23T05:00:00Z 2015 12 2015-12-23T05:00:00Z 2016-02-24T04:59:59Z 2016-04-26T18:00:35Z 2015-32326 0 0 0900006481dcc7f4
EPA-HQ-OPP-2009-0059-0031 EPA None EPA-HQ-OPP-2009-0059 Pesticide Registration Reviews: Draft Human Health and Ecological Risk Assessments for Certain Organophosphates Notice Extension of Comment Period 2015-11-20T05:00:00Z 2015 11 2015-11-20T05:00:00Z 2016-01-09T04:59:59Z 2016-01-08T22:01:27Z 2015-29690 0 0 0900006481d5efed
EPA-HQ-OPP-2009-0059-0026 EPA None EPA-HQ-OPP-2009-0059 09-15-15: Dimethoate.- Occupational and Residential Exposure and Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2015-09-25T04:00:00Z 2015 9     2015-09-25T17:43:00Z   0 0 0900006481c7be70
EPA-HQ-OPP-2009-0059-0027 EPA None EPA-HQ-OPP-2009-0059 09-15-15: Dimethoate. Human Health Risk Assessment for Registration Review Supporting & Related Material Risk Assessment 2015-09-25T04:00:00Z 2015 9     2015-09-25T17:43:00Z   0 0 0900006481c7be72
EPA-HQ-OPP-2009-0059-0028 EPA None EPA-HQ-OPP-2009-0059 09-15-15: Dimethoate. Acute and Steady-State (Two-Day Average) Dietary (Food and Drinking Water) Exposure and Risk Assessments to Support Registration Review Supporting & Related Material Risk Assessment 2015-09-25T04:00:00Z 2015 9     2015-09-25T17:43:01Z   0 0 0900006481c882b6
EPA-HQ-OPP-2009-0059-0025 EPA None EPA-HQ-OPP-2009-0059 Pesticide Registration: Draft Human Health and Ecological Risk Assessments for Sulfonylureas and Certain Other Pesticides Notice   2015-09-25T04:00:00Z 2015 9 2015-09-25T04:00:00Z 2015-11-25T04:59:59Z 2015-11-14T02:30:52Z 2015-24452 0 0 0900006481c970b3
EPA-HQ-OPP-2009-0059-0030 EPA None EPA-HQ-OPP-2009-0059 09-15-15: Literature Review on Neurodevelopment Effects & FQPA Safety Factor Determination for the Organophosphate Pesticides Supporting & Related Material Risk Assessment 2015-09-25T04:00:00Z 2015 9     2015-09-25T17:43:01Z   0 0 0900006481c88985
EPA-HQ-OPP-2009-0059-0029 EPA None EPA-HQ-OPP-2009-0059 09-17-15: Registration Review - Preliminary Ecological Risk Assessment for Dimethoate (PC Code 035001 ; DP Barcode D421117) Supporting & Related Material Risk Assessment 2015-09-25T04:00:00Z 2015 9     2015-09-25T17:43:01Z   0 0 0900006481c882b8
EPA-HQ-OPP-2009-0059-0023 EPA None EPA-HQ-OPP-2009-0059 Dimethoate Weight of Evidence Analysis Supporting & Related Material Analysis 2015-08-07T04:00:00Z 2015 8     2015-08-07T22:01:00Z   0 0 0900006481b54d1b
EPA-HQ-OPP-2009-0059-0024 EPA None EPA-HQ-OPP-2009-0059 Dimethoate Data Evaluation Records (DERs) for EDSP Tier 1 Assays Supporting & Related Material Evaluation 2015-08-07T04:00:00Z 2015 8     2015-08-07T22:01:09Z   0 0 0900006481bba277

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