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-2015-0748" 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 8
  • 2017 2
  • 2015 1

document_type 3

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

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-2015-0748-0010 EPA None EPA-HQ-OPP-2015-0748 Registration Decision for the New Active Ingredient Bacillus thuringiensis subspecies tenebrionis strain SA-10 Supporting & Related Material Decision 2017-03-10T05:00:00Z 2017 3     2017-03-11T01:36:12Z   0 0 090000648235f334
EPA-HQ-OPP-2015-0748-0011 EPA None EPA-HQ-OPP-2015-0748 Notice of Pesticide Registration and Approved Product Label for EPA Reg. No. 70051-120; Product Name - Trident Biological Insecticide Supporting & Related Material Permit, Registration 2017-03-10T05:00:00Z 2017 3     2017-03-11T01:36:07Z   0 0 090000648235f333
EPA-HQ-OPP-2015-0748-0002 EPA None EPA-HQ-OPP-2015-0748 Public Participation for New Active Ingredient Bacillus thuringiensis subsp. tenebrionis strain SA-10 End Use Product Trident Biological Insecticide Other Public Participation 2016-10-12T04:00:00Z 2016 10 2016-10-12T04:00:00Z 2016-10-28T03:59:59Z 2016-10-13T01:03:10Z   0 0 09000064822ec682
EPA-HQ-OPP-2015-0748-0006 EPA None EPA-HQ-OPP-2015-0748 Review of Toxicology Data for Registration of the Microbial Pesticide Control agent Bacillus thur.ingiensis var. tenebrionis Supporting & Related Material Report 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:03:05Z   0 0 090000648225b954
EPA-HQ-OPP-2015-0748-0005 EPA None EPA-HQ-OPP-2015-0748 Draft Label for EPA Registration 70051-REN Trident Master Label Supporting & Related Material   2016-10-12T04:00:00Z 2016 10     2016-10-13T01:03:01Z   0 0 090000648225b298
EPA-HQ-OPP-2015-0748-0008 EPA None EPA-HQ-OPP-2015-0748 Review of the Registrant's response to the deficiencies found by the Agency in its review of product chemistry, manufacturing process, and acute toxicity studies for the registration of Trident Biological Insecticide containing the active ingredient: Bt. tenebrionis strain SA-10 (14.32% Supporting & Related Material Memorandum 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:02:41Z   0 0 090000648225bf1a
EPA-HQ-OPP-2015-0748-0003 EPA None EPA-HQ-OPP-2015-0748 Environmental Risk Assessment of Bacillus thuringiensis subsp. tenebrionis strain SA-10 (PC 006405) for a FIFRA Section 3 Registration of Trident Biological Insecticide End Use Product (EPA File Symbol 70051-REN); Decision No. 506061 Supporting & Related Material Risk Assessment 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:02:36Z   0 0 090000648222e17d
EPA-HQ-OPP-2015-0748-0004 EPA None EPA-HQ-OPP-2015-0748 Data Evaluation Record Bacillus thuringiensis [SAN 418-SC-62] Btt SA-10. Review of Oral Tox-Path Study Supporting & Related Material Evaluation 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:02:46Z   0 0 090000648222e5a6
EPA-HQ-OPP-2015-0748-0007 EPA None EPA-HQ-OPP-2015-0748 Review of Product Chemistry and Manufacturing Process for the registration of Trident Biological Insecticide containing the active ingredient: Bt. tenebrionis strain SA-10 (14.32%) Supporting & Related Material Memorandum 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:02:51Z   0 0 090000648225bf18
EPA-HQ-OPP-2015-0748-0009 EPA None EPA-HQ-OPP-2015-0748 Proposed Registration Decision for the New Active Ingredient Bacillus thuringiensis subspecies tenebrionis Strain SA-10 Supporting & Related Material Decision 2016-10-12T04:00:00Z 2016 10     2016-10-13T01:02:56Z   0 0 09000064822e7a70
EPA-HQ-OPP-2015-0748-0001 EPA None EPA-HQ-OPP-2015-0748 Pesticide Product Registrations: Application for a New Active Ingredient, Notice   2015-12-17T05:00:00Z 2015 12 2015-12-17T05:00:00Z 2016-01-20T04:59:59Z 2015-12-18T01:46:02Z 2015-31758 0 0 0900006481db78d4

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