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-2010-0422" and posted_year = 2016 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 10
  • Notice 1

posted_year 1

  • 2016 · 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-2010-0422-0022 EPA None EPA-HQ-OPP-2010-0422 Ecological Risk Management Rationale for Pyrethroids in Registration Review Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 09000064823aaddc
EPA-HQ-OPP-2010-0422-0023 EPA None EPA-HQ-OPP-2010-0422 Usage Characterization and Alternatives Summary for Synthetic Pyrethroids Used in Residential Lawns and Outdoor Vegetative Spot Treatments Supporting & Related Material Report 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 09000064823aadde
EPA-HQ-OPP-2010-0422-0021 EPA None EPA-HQ-OPP-2010-0422 Preliminary Comparative Environmental Fate and Ecological Risk Assessment for the Registration Review of Eight Synthetic Pyrethroids and the Pyrethrins Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 09000064823aad61
EPA-HQ-OPP-2010-0422-0020 EPA None EPA-HQ-OPP-2010-0422 Fenpropathrin. Occupational and Residential Exposure Registration Review Risk Assessment for the Existing Uses of Fenpropathrin Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 090000648229d13f
EPA-HQ-OPP-2010-0422-0017 EPA None EPA-HQ-OPP-2010-0422 Fenpropathrin. Draft Human Health Risk Assessment for Registration Review. Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:32Z   0 0 090000648227871b
EPA-HQ-OPP-2010-0422-0018 EPA None EPA-HQ-OPP-2010-0422 Fenpropathrin Acute Aggregate Dietary (Food and Drinking Water)Exposure and Risk Assessment for the Registration Review of Fenpropathrin Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:32Z   0 0 090000648227871c
EPA-HQ-OPP-2010-0422-0025 EPA None EPA-HQ-OPP-2010-0422 EFED Section 3 Registration of Fenpropathrin (DANITOL 2.4 EC) Insecticide/Miticide for use on Bushberries, Caneberry Subgroup 13A, Olives, Currant, Peas, Fruiting Vegetables, Avocado, Stone Fruit, Tree Nuts, Pistachio, Tropical Fruits, Barley and IR-4 Registration for use on Stone Fruit, Tree Nuts, Avocado, Stone Fruit, and Pistachio. February 19, 2008. Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 09000064823aae0d
EPA-HQ-OPP-2010-0422-0016 EPA None EPA-HQ-OPP-2010-0422 Registration Reviews: Human Health and Ecological Risk Assessments Draft Notice   2016-11-29T05:00:00Z 2016 11 2016-11-29T05:00:00Z 2017-01-31T04:59:59Z 2017-02-03T02:04:25Z 2016-28740 0 0 09000064823c8570
EPA-HQ-OPP-2010-0422-0026 EPA None EPA-HQ-OPP-2010-0422 Environmental Fate and Ecological Risk Assessment for the Proposed New Uses of Fenpropathrin for Small Fruit Vine Climbing (Except Fuzzy Kiwifruit) Subgroup 13-07F, Citrus Group 10-10, Pome Fruit Group 11-10, Fruiting Vegetable Group 8-10, Berry Subgroup 13-07B,Low Growing Berry Subgroup 13-07G, and Barley. August 27, 2013. Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:34Z   0 0 09000064823aae0e
EPA-HQ-OPP-2010-0422-0019 EPA None EPA-HQ-OPP-2010-0422 Fenpropathrin: Tier I Update Review of Human Incidents for Draft Risk Assessment Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:32Z   0 0 090000648227871d
EPA-HQ-OPP-2010-0422-0024 EPA None EPA-HQ-OPP-2010-0422 Crop Selection for BEAD’s Usage Characterization and EFED’s Ecological Risk Assessment for Pyrethroid Insecticides Supporting & Related Material Risk Assessment 2016-11-29T05:00:00Z 2016 11     2016-11-29T18:28:33Z   0 0 09000064823aade0

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