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

8 rows where docket_id = "EPA-HQ-OPP-2017-0461" 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)

document_type 3

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

posted_year 2

  • 2018 7
  • 2017 1

agency_id 1

  • EPA 8
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-2017-0461-0009 EPA None EPA-HQ-OPP-2017-0461 Registration Decision For the New Active Ingredient Bacillus amyloliquefaciens strain ENV503 Supporting & Related Material Decision 2018-12-13T05:00:00Z 2018 12     2018-12-14T01:36:57Z   0 0 09000064838d2457
EPA-HQ-OPP-2017-0461-0007 EPA None EPA-HQ-OPP-2017-0461 Proposed Registration Decision for the New Active Ingredient Bacillus amyloliquefaciens BAM strain ENV503 Supporting & Related Material Decision 2018-10-19T04:00:00Z 2018 10     2018-12-04T21:37:32Z   0 0 0900006483800467
EPA-HQ-OPP-2017-0461-0005 EPA None EPA-HQ-OPP-2017-0461 ENV503 Biofungicide MUP For Manufacturing or Formulating Use Only Label Supporting & Related Material Fact/Data Sheet 2018-10-19T04:00:00Z 2018 10     2018-12-04T21:36:06Z   0 0 09000064837b6f53
EPA-HQ-OPP-2017-0461-0002 EPA None EPA-HQ-OPP-2017-0461 Public Access for New Active Ingredient (Bacillus amyloliquefaciens ENV503) documents Other   2018-10-19T04:00:00Z 2018 10 2018-10-19T04:00:00Z 2018-11-07T04:59:59Z 2018-12-04T21:35:17Z   0 0 090000648380f7a3
EPA-HQ-OPP-2017-0461-0003 EPA None EPA-HQ-OPP-2017-0461 Environmental Risk Assessment for a FIFRA Section 3 Registration of two products, Bacillus amyloliquefaciens strain ENV503 Technical Manufacturing Use Product and ENV503 Biofungicide Wettable Powder End Use Product, Containing the New Active Ingredient Bacillus amyloliquefaciens strain ENV503 Supporting & Related Material Risk Assessment 2018-10-19T04:00:00Z 2018 10     2018-12-04T21:36:40Z   0 0 09000064834c6f2b
EPA-HQ-OPP-2017-0461-0006 EPA None EPA-HQ-OPP-2017-0461 ENV503 Biofungicide Wettable Powder Draft Label Supporting & Related Material Fact/Data Sheet 2018-10-19T04:00:00Z 2018 10     2018-12-04T21:35:43Z   0 0 09000064837b6f54
EPA-HQ-OPP-2017-0461-0004 EPA None EPA-HQ-OPP-2017-0461 Bacillus amyloliquefaciens strain ENV503 (PC Code 129287) – Human Health Risk Assessment Summary Supporting & Related Material Risk Assessment 2018-10-19T04:00:00Z 2018 10     2018-12-04T21:37:05Z   0 0 0900006483700477
EPA-HQ-OPP-2017-0461-0001 EPA None EPA-HQ-OPP-2017-0461 Pesticide Product Registrations: New Active Ingredients Notice   2017-11-27T05:00:00Z 2017 11 2017-11-27T05:00:00Z 2017-12-28T04:59:59Z 2017-12-31T02:24:55Z 2017-25566 0 0 0900006482caefea

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