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-2017-0233" and posted_year = 2021 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 2

  • Supporting & Related Material 10
  • Rule 1

posted_year 1

  • 2021 · 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-2017-0233-0042 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole 200 SC Insecticide Sod Farm 432-1595 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:36:41Z   0 0 0900006484a66a42
EPA-HQ-OPP-2017-0233-0040 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole 200 SC Insecticide Turf 432-1592 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:35:55Z   0 0 0900006484a66a40
EPA-HQ-OPP-2017-0233-0041 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole 43 SC Insecticide Sod Farm 432-1594 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:35:44Z   0 0 0900006484a66a41
EPA-HQ-OPP-2017-0233-0039 EPA None EPA-HQ-OPP-2017-0233 F4260-1 Insecticide 279-3623 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:36:06Z   0 0 0900006484a66a3b
EPA-HQ-OPP-2017-0233-0037 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole SC 200 Insecticide AG 264-1193 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:35:16Z   0 0 0900006484a66a39
EPA-HQ-OPP-2017-0233-0034 EPA None EPA-HQ-OPP-2017-0233 Final Registration Decision for the New Active Ingredient Tetraniliprole Supporting & Related Material Decision 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:35:32Z   0 0 0900006484a65d46
EPA-HQ-OPP-2017-0233-0035 EPA None EPA-HQ-OPP-2017-0233 Response to Public Comments on EPA’s Registration of the New Active Ingredient, Tetraniliprole Supporting & Related Material Comment Response 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:36:30Z   0 0 0900006484a65d47
EPA-HQ-OPP-2017-0233-0038 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole Technica 264-1194 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:36:18Z   0 0 0900006484a66a3a
EPA-HQ-OPP-2017-0233-0036 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole ST 480 FS 264-1192 Accepted Label Notice of Pesticide Registration Supporting & Related Material Permit, Registration 2021-03-17T04:00:00Z 2021 3     2021-03-18T00:35:04Z   0 0 0900006484a667d1
EPA-HQ-OPP-2017-0233-0033 EPA None EPA-HQ-OPP-2017-0233 Pesticide Tolerances: Tetraniliprole Rule   2021-02-24T05:00:00Z 2021 2 2021-02-24T05:00:00Z 2021-04-27T03:59:59Z 2021-02-24T21:24:06Z 2021-03624 0 0 0900006484a4bbd6
EPA-HQ-OPP-2017-0233-0032 EPA None EPA-HQ-OPP-2017-0233 Tetraniliprole Revised: New Active Ingredient, First Food Use. Human Health Risk Assessment for the Establishment of Permanent Tolerances on Brassica Head and Stem Vegetables, Corn (Field, Pop and Sweet), Citrus Fruit, Fruiting Vegetables, Leafy Vegetables, Pome Fruit, Small Fruit Vine Growing (except Fuzzy Kiwifruit) Supporting & Related Material Risk Assessment 2021-02-19T05:00:00Z 2021 2     2021-02-20T01:40:23Z   0 0 09000064849fe8d7

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