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-2014-0357" and posted_year = 2017 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 7
  • Rule 1

posted_year 1

  • 2017 · 8 ✖

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-2014-0357-0014 EPA None EPA-HQ-OPP-2014-0357 Response to the Public Comment Received Regarding the New Uses of Cyantraniliprole Supporting & Related Material Comment Response 2017-04-11T04:00:00Z 2017 4     2017-04-13T00:36:53Z   0 0 090000648253ac83
EPA-HQ-OPP-2014-0357-0007 EPA None EPA-HQ-OPP-2014-0357 Pesticide Tolerances: Cyantraniliprole Rule Final Rule 2017-03-22T04:00:00Z 2017 3 2017-03-22T04:00:00Z 2017-05-23T03:59:59Z 2017-05-22T13:01:26Z 2017-05707 0 0 0900006482518cab
EPA-HQ-OPP-2014-0357-0013 EPA None EPA-HQ-OPP-2014-0357 Cyantraniliprole. Petition for the Establishment of Permanent Tolerances and Registration; Summary of Analytical Chemistry and Residue Data Supporting & Related Material Risk Assessment 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:17Z   0 0 090000648248f137
EPA-HQ-OPP-2014-0357-0008 EPA None EPA-HQ-OPP-2014-0357 Estimate of Percent Crop Treated for Registered Uses of Cyantraniliprole (090098) and Projected Percent Crop Treated Estimates for Ten Proposed New Uses of Cyantraniliprole (DP# 432594) Supporting & Related Material Report 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:27Z   0 0 090000648248f132
EPA-HQ-OPP-2014-0357-0010 EPA None EPA-HQ-OPP-2014-0357 Cyantraniliprole: Revised Drinking Water Assessment including Ground Water Exposure Refinements for Proposed New Uses on Leafy, Bulb, Fruiting, and Cucurbit Vegetables with Two Seasons of Applications Supporting & Related Material Risk Assessment 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:42Z   0 0 090000648248f134
EPA-HQ-OPP-2014-0357-0011 EPA None EPA-HQ-OPP-2014-0357 Cyantraniliprole. Human Health Risk Assessment for Various Proposed Uses and Several Tolerance Requests without U.S. Registration Supporting & Related Material Risk Assessment 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:22Z   0 0 090000648248f135
EPA-HQ-OPP-2014-0357-0009 EPA None EPA-HQ-OPP-2014-0357 Cyantraniliprole: Chronic Aggregate Dietary (Food plus Drinking Water) Exposure and Risk Assessments in Support of a Section 3 Registration Action Supporting & Related Material Risk Assessment 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:37Z   0 0 090000648248f133
EPA-HQ-OPP-2014-0357-0012 EPA None EPA-HQ-OPP-2014-0357 Cyantraniliprole. Petition for the Establishment of Permanent Tolerances and Registration for Seed Treatment Uses on Com (Field, Pop, Seed, Sweet), Sunflower Crop Subgroup 20B, Rapeseed Crop Subgroup 20A, and Cottonseed Crop Subgroup 20C. Summary of Analytical Chemistry and Residue Data Supporting & Related Material Risk Assessment 2017-03-22T04:00:00Z 2017 3     2017-03-23T00:32:32Z   0 0 090000648248f136

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