documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OPP-2016-0236" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-2016-0236-0012 | EPA | None EPA-HQ-OPP-2016-0236 | Pesticide Tolerances: Bifenthrin; Emergency Exemption | Rule | Correction | 2017-06-02T04:00:00Z | 2017 | 6 | 2017-06-02T17:29:17Z | C2-2016-29882 | 0 | 0 | 090000648267f7b6 | ||
| EPA-HQ-OPP-2016-0236-0002 | EPA | None EPA-HQ-OPP-2016-0236 | Bifenthrin, Human Health Risk Assessment for New Use as a Soil/In-Furrow Treatment for Com and a Seed Treatment to Com, Cotton, Peas, Beans and Soybeans | Supporting & Related Material | Risk Assessment | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:28Z | 0 | 0 | 0900006482282350 | |||
| EPA-HQ-OPP-2016-0236-0005 | EPA | None EPA-HQ-OPP-2016-0236 | Bifenthrin Human Health Risk Assessment to Support Section 3 New Use for Mulch Treatment | Supporting & Related Material | Risk Assessment | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:43Z | 0 | 0 | 0900006482282353 | |||
| EPA-HQ-OPP-2016-0236-0004 | EPA | None EPA-HQ-OPP-2016-0236 | Bifenthrin. Section 18 Request for Use on Pomegranate in California. | Supporting & Related Material | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:38Z | 0 | 0 | 0900006482282352 | ||||
| EPA-HQ-OPP-2016-0236-0007 | EPA | None EPA-HQ-OPP-2016-0236 | Bifenthrin: Human Health Risk Assessment to Support Section 3 New Uses for a Bed Bug Treatment, Grass Grown for Seed, Tolerances for Imported Tea, and a Section 18 Emergency Exemption Use on Apple, Nectarine, and Peach | Supporting & Related Material | Risk Assessment | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:52Z | 0 | 0 | 0900006482282355 | |||
| EPA-HQ-OPP-2016-0236-0003 | EPA | None EPA-HQ-OPP-2016-0236 | Human Health Risk Assessment to Support a Section 18 Specific Emergency Exemption Use on Avocado | Supporting & Related Material | Risk Assessment | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:33Z | 0 | 0 | 0900006482282351 | |||
| EPA-HQ-OPP-2016-0236-0006 | EPA | None EPA-HQ-OPP-2016-0236 | Bifenthrin. Amended Acute Dietary (Food and Drinking Water) Exposure and Aggregate Risk Assessment for a New Section-18 Exemption Request for the Use of Bifenthrin on Apples, Nectarines and Peaches. | Supporting & Related Material | Risk Assessment | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-23T01:36:48Z | 0 | 0 | 0900006482282354 | |||
| EPA-HQ-OPP-2016-0236-0001 | EPA | None EPA-HQ-OPP-2016-0236 | Pesticide Tolerances: Bifenthrin; Emergency Exemption | Rule | Final Rule | 2016-12-22T05:00:00Z | 2016 | 12 | 2016-12-22T05:00:00Z | 2017-02-22T04:59:59Z | 2017-01-31T02:02:27Z | 2016-29882 | 0 | 0 | 0900006482430368 |
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;