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

11 rows where docket_id = "EPA-HQ-OPP-2007-0804" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

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

posted_year 1

  • 2017 · 11 ✖

agency_id 1

  • EPA 11
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-2007-0804-0040 EPA None EPA-HQ-OPP-2007-0804 Authorization to Extend Public Comment Period Other   2017-11-08T05:00:00Z 2017 11 2017-11-08T05:00:00Z   2018-01-28T03:13:46Z   0 0 0900006482c59de8
EPA-HQ-OPP-2007-0804-0033 EPA None EPA-HQ-OPP-2007-0804 Registration Reviews: Draft Human Health and/or Ecological Risk Assessments for Several Pesticides Notice Notice of Data Availability 2017-09-13T04:00:00Z 2017 9 2017-09-13T04:00:00Z 2017-12-14T04:59:59Z 2018-01-23T02:02:36Z 2017-19463 0 0 0900006482b2eb9c
EPA-HQ-OPP-2007-0804-0034 EPA None EPA-HQ-OPP-2007-0804 BEAD Estimate of the Percent Crop Treated for New Use (PCATn) of Etofenprox when used as a Mosquito Adulticide in Agricultural Areas. PC Code: 128965; DP Barcode: 433732 Supporting & Related Material Report 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:12Z   0 0 09000064827f1d4b
EPA-HQ-OPP-2007-0804-0035 EPA None EPA-HQ-OPP-2007-0804 Etofenprox (128965): Chronic Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessments to Support a Proposed Use on Edible Fungi, Group 21 and a Use to Control Adult Mosquitoes Supporting & Related Material Risk Assessment 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:13Z   0 0 09000064827f1d4d
EPA-HQ-OPP-2007-0804-0036 EPA None EPA-HQ-OPP-2007-0804 Etofenprox: Human Health Draft Risk Assessment for Registration Review and Proposed Section 3 Use on Fungi, Edible, Group 21 and All Food Commodities (Including Feed Commodities) as the Result of Mosquito Control Supporting & Related Material Risk Assessment 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:13Z   0 0 09000064827f1dac
EPA-HQ-OPP-2007-0804-0039 EPA None EPA-HQ-OPP-2007-0804 Etofenprox Revised Executive Summaries for MRIDs 44049703, 44049707, 44049709 Supporting & Related Material Report 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:14Z   0 0 0900006482807a7f
EPA-HQ-OPP-2007-0804-0037 EPA None EPA-HQ-OPP-2007-0804 Etofenprox. Occupational and Residential Exposure Assessment for a Proposed Section 3 Use on Fungi, Edible, Group 21 and for Registration Review Supporting & Related Material Risk Assessment 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:13Z   0 0 09000064827f2673
EPA-HQ-OPP-2007-0804-0038 EPA None EPA-HQ-OPP-2007-0804 Etofenprox (128965) in/on Edible Fungi, Group 21 and All Food Commodities (Including Feed Commodities) as the Result of Mosquito Control. Summary of Analytical Chemistry and Residue Data Supporting & Related Material Risk Assessment 2017-09-13T04:00:00Z 2017 9     2017-09-13T17:57:14Z   0 0 09000064827f2676
EPA-HQ-OPP-2007-0804-0023 EPA None EPA-HQ-OPP-2007-0804 Registration Review: Draft Human Health and/or Ecological Risk Assessments Notice Request for Comments 2017-05-08T04:00:00Z 2017 5 2017-05-08T04:00:00Z 2017-07-08T03:59:59Z 2017-08-21T13:03:52Z 2017-09179 0 0 09000064825992c6
EPA-HQ-OPP-2007-0804-0021 EPA None EPA-HQ-OPP-2007-0804 Etofenprox Section 3: Environmental Fate and Ecological Risk Assessment Supporting & Related Material Risk Assessment 2017-01-19T05:00:00Z 2017 1     2017-01-19T21:36:25Z   0 0 090000648245b708
EPA-HQ-OPP-2007-0804-0022 EPA None EPA-HQ-OPP-2007-0804 Etofenprox New Use for Mound-Building Ant Control and Label Amendment for Outdoor Structural Use: Ecological Risk and Endangered Species Assessment Supporting & Related Material Risk Assessment 2017-01-19T05:00:00Z 2017 1     2017-01-19T21:36:38Z   0 0 090000648245bf34

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