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-2014-0314" 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 4

  • Supporting & Related Material 7
  • Proposed Rule 2
  • Notice 1
  • Rule 1

posted_year 3

  • 2016 6
  • 2014 3
  • 2015 2

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-2014-0314-0013 EPA None EPA-HQ-OPP-2014-0314 Triclopyr. Human Health Risk Assessment for Petition to Amend Tolerance Expressions to Include Triclopyr Choline Salt; and Petition to Remove Grazing Restrictions for Dairy Cattle Supporting & Related Material Risk Assessment 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:37:23Z   0 0 0900006481e61bb8
EPA-HQ-OPP-2014-0314-0010 EPA None EPA-HQ-OPP-2014-0314 Triclopyr. Petition to Amend Tolerance Expressions to Include Triclopyr Choline Salt; and Petition to Remove Grazing Restrictions for Dairy Cattle. Summary of Analytical and Residue Chemistry Data Supporting & Related Material Risk Assessment 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:37:33Z   0 0 0900006481e60e27
EPA-HQ-OPP-2014-0314-0011 EPA None EPA-HQ-OPP-2014-0314 Triclopyr. Occupational and Residential Exposure Assessment for a Reevaluation of Existing Residential Uses with the Updated Residential Standard Operation Procedures (SOPs) Supporting & Related Material Risk Assessment 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:37:18Z   0 0 0900006481e60e28
EPA-HQ-OPP-2014-0314-0009 EPA None EPA-HQ-OPP-2014-0314 Triclopyr. Acute and Chronic Aggregate Dietary Exposure (Food and Drinking Water) and Risk Assessment for the Proposed Changes to the Tolerances for Residues in/on Livestock Commodities Supporting & Related Material Risk Assessment 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:37:28Z   0 0 0900006481e60e26
EPA-HQ-OPP-2014-0314-0008 EPA None EPA-HQ-OPP-2014-0314 Pesticide Tolerances: Triclopyr Rule Final Rule 2016-02-25T05:00:00Z 2016 2     2016-02-25T18:24:08Z 2016-03910 0 0 0900006481e87719
EPA-HQ-OPP-2014-0314-0012 EPA None EPA-HQ-OPP-2014-0314 Triclopyr. Response to Registrant's Rebuttal on Drinking Water Numbers Used by HED in Support of the Removal of Grazing Restrictions for Lactating Dairy Animals on Triclopyr TEA (PC Code 116002) and BEE (PC Code 116004) Supporting & Related Material Memorandum 2016-02-25T05:00:00Z 2016 2     2016-02-26T01:37:12Z   0 0 0900006481e61bb5
EPA-HQ-OPP-2014-0314-0006 EPA None EPA-HQ-OPP-2014-0314 Dow AgroSciences LLC Revised Notice of Filing Pesticide Petition #4F8249 establishing a tolerance for residues of triclopyr, [(3,5,6-trichloro-2-pyridinyl)oxy]acetic acid, including its metabolites and degradates, in or on the raw agricultural commodity milk, fat; and raw cattle, goat, hog, horse, and sheep byproducts, fat, and meat Supporting & Related Material Petition 2015-11-25T05:00:00Z 2015 11     2015-11-26T01:56:33Z   0 0 0900006481d27905
EPA-HQ-OPP-2014-0314-0005 EPA None EPA-HQ-OPP-2014-0314 Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2015-11-25T05:00:00Z 2015 11 2015-11-25T05:00:00Z 2015-12-29T04:59:59Z 2015-12-01T22:01:09Z 2015-29893 0 0 0900006481d7457a
EPA-HQ-OPP-2014-0314-0002 EPA None EPA-HQ-OPP-2014-0314 Pesticide Petitions: Residues of Pesticide Chemicals in or on Various Commodities Proposed Rule   2014-08-01T04:00:00Z 2014 8 2014-08-01T04:00:00Z 2014-09-03T03:59:59Z 2014-08-05T01:02:41Z 2014-18049 0 0 09000064817f65dc
EPA-HQ-OPP-2014-0314-0003 EPA None EPA-HQ-OPP-2014-0314 Triclopyr: Company Notice of Filing Dow AgroSciences LLC Pesticide Petition (4F8249) Supporting & Related Material   2014-08-01T04:00:00Z 2014 8     2014-08-01T16:18:55Z   0 0 09000064816d8f7b
EPA-HQ-OPP-2014-0314-0001 EPA None EPA-HQ-OPP-2014-0314 Pesticide Products: Registration Application to Register New Uses Notice Notice of Receipt of Petition 2014-07-21T04:00:00Z 2014 7 2014-07-21T04:00:00Z 2014-08-21T03:59:59Z 2014-07-21T15:56:31Z 2014-17130 0 0 09000064817cf5c3

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