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-2014-0901" 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)

posted_year 3

  • 2016 7
  • 2017 2
  • 2015 1

document_type 3

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

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-2014-0901-0009 EPA None EPA-HQ-OPP-2014-0901 EPA Registration No. 84059-26; Product Name: MBI-601. Notice of Product Registration and Final Label Supporting & Related Material Permit, Registration 2017-03-07T05:00:00Z 2017 3     2017-03-08T01:31:50Z   0 0 09000064823ad659
EPA-HQ-OPP-2014-0901-0010 EPA None EPA-HQ-OPP-2014-0901 Registration Decision for the New Active Ingredient Muscodor albus strain SA-13 and spent and unspent fermentation media Supporting & Related Material Decision 2017-03-07T05:00:00Z 2017 3     2017-03-08T01:31:55Z   0 0 09000064823ad65a
EPA-HQ-OPP-2014-0901-0002 EPA None EPA-HQ-OPP-2014-0901 Public Participation for New Active Ingredient Sterile Grain Inoculated with Muscodor albus strian SA-13 Other Public Participation 2016-10-27T04:00:00Z 2016 10 2016-10-27T04:00:00Z 2016-11-12T04:59:59Z 2016-10-28T00:45:14Z   0 0 0900006482359d4e
EPA-HQ-OPP-2014-0901-0008 EPA None EPA-HQ-OPP-2014-0901 MBI-601 EP Alternate Brand Names: Chieftain, Patron Master Label containing: Sublabel A: Agricultural Crop Use and Sublabel B: Home & Garden Use (DRAFT) Supporting & Related Material Fact/Data Sheet 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:04Z   0 0 0900006482330d2d
EPA-HQ-OPP-2014-0901-0004 EPA None EPA-HQ-OPP-2014-0901 M. albus strain SA-13 product identification and human health risk assessment Supporting & Related Material Risk Assessment 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:09Z   0 0 09000064821dc1d5
EPA-HQ-OPP-2014-0901-0003 EPA None EPA-HQ-OPP-2014-0901 Acute Pulmonary Toxicity and Pathogenicity and One Year Storage Stability of Muscodor albus SA-13 (end use product, MBI-601-EP), submitted by Marrone Bio Innovations; DP (424165), Submission #: 950926, Decision#: 490896 Supporting & Related Material Report 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:29Z   0 0 09000064821db30a
EPA-HQ-OPP-2014-0901-0005 EPA None EPA-HQ-OPP-2014-0901 Review of non-target insect rationales and EpiSuite model data submitted by Marrone Bio Innovations for Muscodor albus SA-13 MBI-601-EP, in response to the 10-Day letter from BPPD on October 15, 2014 Supporting & Related Material Report 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:24Z   0 0 09000064821dc1d6
EPA-HQ-OPP-2014-0901-0007 EPA None EPA-HQ-OPP-2014-0901 Proposed Registration Decision for the New Active Ingredient Muscodor albus strain SA-13 and Spent and Unspent Fermentation Media Supporting & Related Material Decision 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:19Z   0 0 0900006482330d2a
EPA-HQ-OPP-2014-0901-0006 EPA None EPA-HQ-OPP-2014-0901 Ecological review of Muscodor albus SA-13 (end use product, MBI-60 1-EP), submitted by Marrone Bio Innovations; PC: 006666, DP (424165), Submission #: 950926, Decision #: 490896 Supporting & Related Material Risk Assessment 2016-10-27T04:00:00Z 2016 10     2016-10-28T00:45:34Z   0 0 09000064821dc1d7
EPA-HQ-OPP-2014-0901-0001 EPA None EPA-HQ-OPP-2014-0901 Pesticide Product Registrations: Receipt of Applications for New Active Ingredients Notice Notice of Receipt of Petition 2015-01-21T05:00:00Z 2015 1 2015-01-21T05:00:00Z 2015-02-21T04:59:59Z 2015-01-21T17:32:28Z 2015-00862 0 0 09000064819d6965

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