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-2015-0707" sorted by posted_date descending
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 3
agency_id 1
- EPA 6
| 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-2015-0707-0019 | EPA | None EPA-HQ-OPP-2015-0707 | Fluopyram Response to Public Comments on EPA's Office of Chemical Safety and Pollution Prevention - Proposed Registration of the First Residential Uses (Turf and Ornamentals) | Supporting & Related Material | Comment Response | 2016-06-17T04:00:00Z | 2016 | 6 | 2016-06-18T01:26:47Z | 0 | 0 | 0900006482047aeb | |||
| EPA-HQ-OPP-2015-0707-0018 | EPA | None EPA-HQ-OPP-2015-0707 | Final Registration Decision for the New Residential Uses of the Active Ingredient Fluopyram a Fungicide for Residential Use on Turf Grass, Ornamentals, Grapes, Fruit Trees (Citrus, Pome Fruits and Stone Fruits), and Nut Trees. | Supporting & Related Material | Decision | 2016-06-17T04:00:00Z | 2016 | 6 | 2016-06-18T01:26:52Z | 0 | 0 | 0900006482046c4f | |||
| EPA-HQ-OPP-2015-0707-0004 | EPA | None EPA-HQ-OPP-2015-0707 | Fluopyram: Human Health Risk Assessment for Proposed New Uses on Crops. | Supporting & Related Material | 2016-03-29T04:00:00Z | 2016 | 3 | 2016-03-30T00:34:32Z | 0 | 0 | 0900006481eb5b45 | ||||
| EPA-HQ-OPP-2015-0707-0003 | EPA | None EPA-HQ-OPP-2015-0707 | Public Participation for Fluopyram New Uses Turf and Oranamentals | Other | Public Participation | 2016-03-29T04:00:00Z | 2016 | 3 | 2016-03-29T04:00:00Z | 2016-04-29T03:59:59Z | 2016-04-28T19:00:32Z | 0 | 0 | 0900006481ee9757 | |
| EPA-HQ-OPP-2015-0707-0005 | EPA | None EPA-HQ-OPP-2015-0707 | Proposed Registration Decision for the New Residential Uses of the Active Ingredient Fluopyram. A Fungicide for Residential Use on Turf Grass, Ornamentals, Grapes, Fruit Trees (Citrus, Pome Fruits and Stone Fruits), and Nut Trees | Supporting & Related Material | Decision | 2016-03-29T04:00:00Z | 2016 | 3 | 2016-03-30T00:34:21Z | 0 | 0 | 0900006481ee8bc8 | |||
| EPA-HQ-OPP-2015-0707-0001 | EPA | None EPA-HQ-OPP-2015-0707 | Pesticide Product Registrations: Applications for New Uses, | Notice | 2015-12-17T05:00:00Z | 2015 | 12 | 2015-12-17T05:00:00Z | 2016-01-20T04:59:59Z | 2016-01-20T22:00:55Z | 2015-31757 | 0 | 0 | 0900006481db78db |
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;