documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-OPP-2010-0212" and posted_year = 2017 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-0212-0089 | EPA | None EPA-HQ-OPP-2010-0212 | U.S. EPA Office of Pesticide Programs (OPP) Meeting with American Chemistry Council (ACC) Copper Task Force November 29, 2017 | Supporting & Related Material | Meeting Materials | 2017-12-20T05:00:00Z | 2017 | 12 | 2017-12-20T15:02:19Z | 0 | 0 | 0900006482ced40f | |||
| EPA-HQ-OPP-2010-0212-0081 | EPA | None EPA-HQ-OPP-2010-0212 | Public Comment Period Extension | Other | 2017-11-21T05:00:00Z | 2017 | 11 | 2017-11-21T05:00:00Z | 2018-03-06T01:29:25Z | 0 | 0 | 0900006482c9bd2e | |||
| EPA-HQ-OPP-2010-0212-0058 | EPA | None EPA-HQ-OPP-2010-0212 | Copper: Response to Public Comments on the Registration Review Ecological Risk Assessment | Supporting & Related Material | Comment Response | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:35Z | 0 | 0 | 09000064827df0dc | |||
| EPA-HQ-OPP-2010-0212-0060 | EPA | None EPA-HQ-OPP-2010-0212 | Review of the Benefits, Use and Usage, and Impacts of Possible Mitigation of Copper Pesticides in Agriculture | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:35Z | 0 | 0 | 09000064827df0df | |||
| EPA-HQ-OPP-2010-0212-0063 | EPA | None EPA-HQ-OPP-2010-0212 | Review of the Benefits of Copper Pesticides for Aquatic Use Sites (Excluding Rice and Anti-Microbial Uses) | Supporting & Related Material | Report | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:36Z | 0 | 0 | 0900006482992afa | |||
| EPA-HQ-OPP-2010-0212-0059 | EPA | None EPA-HQ-OPP-2010-0212 | Copper: Addendum to the Registration Review Preliminary Ecological Risk Assessment Concerning Storm Sewer Treatment | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:35Z | 0 | 0 | 09000064827df0dd | |||
| EPA-HQ-OPP-2010-0212-0065 | EPA | None EPA-HQ-OPP-2010-0212 | Attachment D-A Draft Guidance on Conducting as Ecological Exposure Assessment for Antifouling Coatings & Paints - Saltwater Marinas | Supporting & Related Material | Guidance | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:36Z | 0 | 0 | 0900006482b163c4 | |||
| EPA-HQ-OPP-2010-0212-0057 | EPA | None EPA-HQ-OPP-2010-0212 | Copper Compounds Registration Review Mitigation Meeting Notes | Supporting & Related Material | Meeting Materials | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:34Z | 0 | 0 | 09000064827df0db | |||
| EPA-HQ-OPP-2010-0212-0062 | EPA | None EPA-HQ-OPP-2010-0212 | Antimicrobials Division Response to Comment for Coppers (copper sulfate, copper group II, copper salts, complexes, hydroxides, and oxides): Ecological Risk Assessment and Effects Determination for Registration Review | Supporting & Related Material | Comment Response | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:36Z | 0 | 0 | 09000064827df0e1 | |||
| EPA-HQ-OPP-2010-0212-0056 | EPA | None EPA-HQ-OPP-2010-0212 | Registration Review Proposed Interim Decisions: Several Pesticides | Notice | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T04:00:00Z | 2017-12-23T04:59:59Z | 2018-07-26T01:06:02Z | 2017-20327 | 0 | 0 | 0900006482b6fe4d | |
| EPA-HQ-OPP-2010-0212-0064 | EPA | None EPA-HQ-OPP-2010-0212 | Appendix D Risk Assessment of Copper-Based Antifoulant Coating (Revised June 2017) | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:36Z | 0 | 0 | 0900006482b163c3 | |||
| EPA-HQ-OPP-2010-0212-0061 | EPA | None EPA-HQ-OPP-2010-0212 | Copper Compounds Proposed Interim Registration Review Decision Case Nos. 0636, 0649, 4025, 4026 | Supporting & Related Material | Decision | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T20:34:35Z | 0 | 0 | 09000064827df0e0 |
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;