documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
6 rows where docket_id = "EPA-HQ-OPP-2014-0314" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date (date), last_modified (date)
| 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 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;