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

13 rows where docket_id = "EPA-HQ-OPP-2009-0184" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Supporting & Related Material 10
  • Notice 1
  • Other 1
  • Rule 1

posted_year 1

  • 2010 · 13 ✖

agency_id 1

  • EPA 13
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-2009-0184-0020 EPA None EPA-HQ-OPP-2009-0184 Pesticide Product Registrations; Conditional Approvals Notice Federal Register Document 2010-09-17T04:00:00Z 2010 9 2010-09-17T04:00:00Z   2010-09-17T13:37:42Z 2010-23288 0 0 0900006480b50ca8
EPA-HQ-OPP-2009-0184-0018 EPA None EPA-HQ-OPP-2009-0184 Cheminova Flutriafol Technical Notice of Registration and Approved Label Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-06-17T04:00:00Z 2010 6     2010-08-16T14:58:21Z   0 0 0900006480afd2da
EPA-HQ-OPP-2009-0184-0019 EPA None EPA-HQ-OPP-2009-0184 TOPGUARD Fungicide Notice of Registration and Approved Label Supporting & Related Material Adjudication, Brief, Decision, Decree, Motion, Order 2010-06-17T04:00:00Z 2010 6     2010-08-16T14:58:21Z   0 0 0900006480afd312
EPA-HQ-OPP-2009-0184-0017 EPA None EPA-HQ-OPP-2009-0184 Registration Decision Document Supporting & Related Material   2010-05-12T04:00:00Z 2010 5     2010-08-16T14:57:24Z   0 0 0900006480ae3c76
EPA-HQ-OPP-2009-0184-0016 EPA None EPA-HQ-OPP-2009-0184 Pesticide Tolerances: Flutriafol Rule Federal Register Document 2010-05-12T04:00:00Z 2010 5 2010-05-12T04:00:00Z   2010-08-16T14:57:53Z 2010-11296 0 0 0900006480aebe9e
EPA-HQ-OPP-2009-0184-0009 EPA None EPA-HQ-OPP-2009-0184 Proposed Registration of the New Active Ingredient, Flutriafol, for Use on Apples and Soybeans and the Establishment of Tolerances for Residues of Flutriafol including its metabolites and degradates in or on the following commodities: apples; soybean seed; liver (cattle, goat, hog, horse, and sheep); and grain, aspirated fractions Supporting & Related Material   2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:34Z   0 0 0900006480ac0a31
EPA-HQ-OPP-2009-0184-0013 EPA None EPA-HQ-OPP-2009-0184 Revised Baseline Ecological Risk Assessment For the Registration of Flutriafol Supporting & Related Material Letter, Memorandum, Email 2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:23Z   0 0 0900006480ab9ecb
EPA-HQ-OPP-2009-0184-0012 EPA None EPA-HQ-OPP-2009-0184 Documentation for the omission of attachment 1 in the document “Flutriafol. Revised Human-Health Risk Assessment for Proposed Uses on Apple and Soybean, December 16, 2009” Supporting & Related Material   2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:34Z   0 0 0900006480ac0978
EPA-HQ-OPP-2009-0184-0015 EPA None EPA-HQ-OPP-2009-0184 Proposed label for TopGuard Fungicide, EPA File Symbol Number 67706-TL Supporting & Related Material   2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:23Z   0 0 0900006480ab9eff
EPA-HQ-OPP-2009-0184-0014 EPA None EPA-HQ-OPP-2009-0184 Proposed label for Cheminova Flutriafol Technical, EPA File Symbol Number 4787-LL Supporting & Related Material   2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:23Z   0 0 0900006480ab9efe
EPA-HQ-OPP-2009-0184-0011 EPA None EPA-HQ-OPP-2009-0184 Documentation for Revised Restricted Entry Interval (REI) for Flutriafol Supporting & Related Material Letter, Memorandum, Email 2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:23Z   0 0 0900006480ab9f02
EPA-HQ-OPP-2009-0184-0010 EPA None EPA-HQ-OPP-2009-0184 Revised Human Health Risk Assessment for Proposed Uses on Apple and Soybean Supporting & Related Material Letter, Memorandum, Email 2010-03-19T04:00:00Z 2010 3     2010-08-16T14:56:33Z   0 0 0900006480ac07bd
EPA-HQ-OPP-2009-0184-0008 EPA None EPA-HQ-OPP-2009-0184 Flutriafol Registration Actions; Open for Public Access Other   2010-03-19T04:00:00Z 2010 3 2010-03-19T04:00:00Z 2010-04-20T03:59:59Z 2010-08-16T14:56:35Z   0 0 0900006480ac1ee7

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