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-2010-0889" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_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-2010-0889-0564 | EPA | None EPA-HQ-OPP-2010-0889 | Sulfoxaflor Response to Public Comments Office of Pesticide Programs Proposed Registration for Use on Agricultural Crops, Ornamentals and Turf | Supporting & Related Material | Comment Response | 2016-10-14T04:00:00Z | 2016 | 10 | 2016-10-14T16:50:37Z | 0 | 0 | 09000064822f8a70 | |||
| EPA-HQ-OPP-2010-0889-0563 | EPA | None EPA-HQ-OPP-2010-0889 | Registration of Sulfoxaflor for Use on Agricultural Crops, Ornamentals and Turf (Registration Decision for Sulfoxaflor) | Supporting & Related Material | Decision | 2016-10-14T04:00:00Z | 2016 | 10 | 2016-10-14T16:49:56Z | 0 | 0 | 09000064822f8a6f | |||
| EPA-HQ-OPP-2010-0889-0553 | EPA | None EPA-HQ-OPP-2010-0889 | Letter from Susan Lewis, Director, Registration Division, Office of Pesticide Programs, US EPA to Michelle Colopy, Pollinator Stewardship Council, dated June 6, 2016 | Supporting & Related Material | Letter | 2016-07-12T04:00:00Z | 2016 | 7 | 2016-07-12T21:42:40Z | 0 | 0 | 09000064820195ce | |||
| EPA-HQ-OPP-2010-0889-0411 | EPA | None EPA-HQ-OPP-2010-0889 | Proposed Registration of Sulfoxaflor for Use on Agricultural Crops, Ornamentals and Turf | Supporting & Related Material | Decision | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T18:24:41Z | 0 | 0 | 0900006481fd6bad | |||
| EPA-HQ-OPP-2010-0889-0407 | EPA | None EPA-HQ-OPP-2010-0889 | Public Participation for New Active Sulfoxaflor | Other | Public Participation | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T04:00:00Z | 2016-06-18T03:59:59Z | 2016-08-31T01:01:24Z | 0 | 0 | 0900006481fd7276 | |
| EPA-HQ-OPP-2010-0889-0408 | EPA | None EPA-HQ-OPP-2010-0889 | Closer SC Master Label | Supporting & Related Material | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T18:24:40Z | 0 | 0 | 0900006481fd6b1c | ||||
| EPA-HQ-OPP-2010-0889-0410 | EPA | None EPA-HQ-OPP-2010-0889 | Transform WG Master Label | Supporting & Related Material | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T18:24:41Z | 0 | 0 | 0900006481fd6b1e | ||||
| EPA-HQ-OPP-2010-0889-0409 | EPA | None EPA-HQ-OPP-2010-0889 | 2016 Addendum to the Environmental Fate and Ecological Risk Assessment for Sulfoxaflor Registration | Supporting & Related Material | Risk Assessment | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T18:24:40Z | 0 | 0 | 0900006481fd6b1d |
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;