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-2008-0658" and posted_year = 2008 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-2008-0658-0013 | EPA | None EPA-HQ-OPP-2008-0658 | Revised Appendix A - 12/17/08 | Supporting & Related Material | 2008-12-30T05:00:00Z | 2008 | 12 | 2008-12-30T13:47:45Z | 0 | 0 | 09000064807df77d | ||||
| EPA-HQ-OPP-2008-0658-0004 | EPA | None EPA-HQ-OPP-2008-0658 | 9/28/07 - Clethodim: Human Health Risk Assessment for Proposed Use on Field Corn | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:23Z | 0 | 0 | 09000064806fac03 | ||||
| EPA-HQ-OPP-2008-0658-0009 | EPA | None EPA-HQ-OPP-2008-0658 | 7/24/08 - Review of Clethodim Incident Reports | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:29Z | 0 | 0 | 09000064806ff8de | ||||
| EPA-HQ-OPP-2008-0658-0010 | EPA | None EPA-HQ-OPP-2008-0658 | 2/28/08 - Screening-level Usage Analysis (SLUA) | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:30Z | 0 | 0 | 09000064806ff8ef | ||||
| EPA-HQ-OPP-2008-0658-0006 | EPA | None EPA-HQ-OPP-2008-0658 | 11/30/06 - Drinking Water Assessment for Clethodim on Flax, Leafy Greens, Sesame, Safflower, Herbs, Hops, Asparagus, Legumes | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:25Z | 0 | 0 | 09000064806fac17 | ||||
| EPA-HQ-OPP-2008-0658-0007 | EPA | None EPA-HQ-OPP-2008-0658 | 1/31/07 - Ecological Risk Assessment Evaluating Clethodim for the Proposed Use on Leafy Greens, Sesame, Safflower, Herbs, Hops, Asparagus, Legumes | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:26Z | 0 | 0 | 09000064806fac1d | ||||
| EPA-HQ-OPP-2008-0658-0005 | EPA | None EPA-HQ-OPP-2008-0658 | 10/1/07 - Ecological Risk Assessment Evaluating Clethodim for the Proposed New Use on Corn | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:24Z | 0 | 0 | 09000064806fac12 | ||||
| EPA-HQ-OPP-2008-0658-0011 | EPA | None EPA-HQ-OPP-2008-0658 | 2/28/08 - Appendix A | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T17:54:17Z | 0 | 0 | 09000064806ff8e8 | ||||
| EPA-HQ-OPP-2008-0658-0008 | EPA | None EPA-HQ-OPP-2008-0658 | 8/13/08 - Ecological Risk Assessment Problem Formulation for Clethodim | Supporting & Related Material | 2008-09-16T04:00:00Z | 2008 | 9 | 2008-09-16T12:14:28Z | 0 | 0 | 09000064806ff8c2 | ||||
| EPA-HQ-OPP-2008-0658-0003 | EPA | None EPA-HQ-OPP-2008-0658 | 9/9/08 - Revised Clethodim Human Health Assessment Scoping Document in Support of Registration | Supporting & Related Material | 2008-09-15T12:18:13Z | 2008 | 9 | 2008-09-16T12:18:17Z | 0 | 0 | 09000064806fabfc | ||||
| EPA-HQ-OPP-2008-0658-0002 | EPA | None EPA-HQ-OPP-2008-0658 | 9/10/08 - Clethodim Summary Document | Supporting & Related Material | 2008-09-15T12:17:47Z | 2008 | 9 | 2008-09-16T12:17:51Z | 0 | 0 | 09000064806fabf2 | ||||
| EPA-HQ-OPP-2008-0658-0001 | EPA | None EPA-HQ-OPP-2008-0658 | Pesticide Registration Review; New Dockets Opened for Review and Comment Closure of Fenamiphos Registration Review Case | Notice | Federal Register Document | 2008-09-15T12:17:20Z | 2008 | 9 | 2008-09-15T12:17:20Z | 2008-12-18T04:59:59Z | 2008-09-16T12:17:24Z | E8-21482 | 0 | 0 | 0900006480706ca9 |
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;