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-2018-0370" 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 9
  • Notice 1
  • Other 1

posted_year 1

  • 2018 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-2018-0370-0010 EPA None EPA-HQ-OPP-2018-0370 ISCA FAW MP Label Supporting & Related Material   2018-10-25T04:00:00Z 2018 10     2018-12-05T00:27:46Z   0 0 09000064837cdd3b
EPA-HQ-OPP-2018-0370-0006 EPA None EPA-HQ-OPP-2018-0370 Science Review in Support of the Registration of ISCA FAW MP, A Manufacturing-Use Product Containing 81% (Z)-9-Tetradecenyl Acetate, 11.44% (Z)-11-Hexadecenyl Acetate; and 2.86% (Z)-7-Dodecenyl Acetate as its Active Ingredients Supporting & Related Material Risk Assessment 2018-10-25T04:00:00Z 2018 10     2018-12-05T00:31:52Z   0 0 09000064837cd8f8
EPA-HQ-OPP-2018-0370-0007 EPA None EPA-HQ-OPP-2018-0370 Proposed Registration Decision for the New Active Ingredient (Z)-7-Dodecenyl Acetate Supporting & Related Material Decision 2018-10-25T04:00:00Z 2018 10     2018-12-05T00:28:24Z   0 0 09000064837cd8f9
EPA-HQ-OPP-2018-0370-0003 EPA None EPA-HQ-OPP-2018-0370 Science Review in Support of the Registration of ISCA SPLAT FAW GL5, An End-Use Product Containing 4.255% (Z)-9-Tetradecenyl Acetate, 0.60% (Z)-11-Hexadecenyl Acetate; and 0.15% (Z)-7-Dodecenyl Acetate as its Active Ingredients Supporting & Related Material Risk Assessment 2018-10-25T04:00:00Z 2018 10     2018-12-05T00:30:47Z   0 0 09000064837cd8f5
EPA-HQ-OPP-2018-0370-0011 EPA None EPA-HQ-OPP-2018-0370 Splat FAW GL5 Label Supporting & Related Material   2018-10-25T04:00:00Z 2018 10     2018-12-05T00:29:14Z   0 0 09000064837cdd3d
EPA-HQ-OPP-2018-0370-0009 EPA None EPA-HQ-OPP-2018-0370 Splat FAW GL3 Label Supporting & Related Material   2018-10-25T04:00:00Z 2018 10     2018-12-05T00:30:21Z   0 0 09000064837cdd3a
EPA-HQ-OPP-2018-0370-0004 EPA None EPA-HQ-OPP-2018-0370 Science Review in Support of the Registration of ISCA SPLAT FAW GL4, An End-Use Product Containing 3.400% (Z)-9-Tetradecenyl Acetate, 0.120% (Z)-11-Hexadecenyl Acetate; and 0.480% (Z)-7-Dodecenyl Acetate as its Active Ingredients. Supporting & Related Material Risk Assessment 2018-10-25T04:00:00Z 2018 10     2018-12-05T00:26:49Z   0 0 09000064837cd8f6
EPA-HQ-OPP-2018-0370-0005 EPA None EPA-HQ-OPP-2018-0370 Science Review in Support of the Registration of ISCA SPLAT FAW GL3, An End-Use Product Containing 2.55% (Z)-9-Tetradecenyl Acetate, 0.36% (Z)-11-Hexadecenyl Acetate; and 0.09% (Z)-7-Dodecenyl Acetate as its Active Ingredients Supporting & Related Material Risk Assessment 2018-10-25T04:00:00Z 2018 10     2018-12-05T00:27:17Z   0 0 09000064837cd8f7
EPA-HQ-OPP-2018-0370-0008 EPA None EPA-HQ-OPP-2018-0370 Splat FAW GL4 Label Supporting & Related Material   2018-10-25T04:00:00Z 2018 10     2018-12-05T00:28:50Z   0 0 09000064837cd8fa
EPA-HQ-OPP-2018-0370-0002 EPA None EPA-HQ-OPP-2018-0370 Public Participation for New Active Ingredient SCLP (Straight Chain Lepidopteran Pheromone) Other Public Participation 2018-10-25T04:00:00Z 2018 10 2018-10-25T04:00:00Z 2018-11-09T04:59:59Z 2018-12-05T00:29:53Z   0 0 090000648384d725
EPA-HQ-OPP-2018-0370-0001 EPA None EPA-HQ-OPP-2018-0370 Pesticide Product Registrations; Applications: New Active Ingredients Notice   2018-07-19T04:00:00Z 2018 7 2018-07-19T04:00:00Z 2018-08-21T03:59:59Z 2018-12-05T00:31:14Z 2018-15463 0 0 0900006483521fe7

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