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-2008-0832" 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)
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-2008-0832-0008 | EPA | None EPA-HQ-OPP-2008-0832 | Atonik Plant Growth Regulators (PGRs) (Sodium 5-Nitroguaiacolate, Sodium o-Nitrophenolate and Sodium p-Nitrophenolate) Interim Registration Review Decision Case Number 6067 | Supporting & Related Material | Decision | 2018-02-27T05:00:00Z | 2018 | 2 | 2018-02-27T20:11:47Z | 0 | 0 | 0900006482d843be | |||
| EPA-HQ-OPP-2008-0832-0007 | EPA | None EPA-HQ-OPP-2008-0832 | Interim Registration Review Decisions and Case Closures for Several Pesticides | Notice | 2018-02-27T05:00:00Z | 2018 | 2 | 2018-02-27T05:00:00Z | 2018-02-27T20:10:29Z | 2018-03982 | 0 | 0 | 0900006482f6b666 | ||
| EPA-HQ-OPP-2008-0832-0005 | EPA | None EPA-HQ-OPP-2008-0832 | Proposed Registration Review Decision | Supporting & Related Material | Technical Support Document | 2010-09-23T04:00:00Z | 2010 | 9 | 2018-02-27T22:36:30Z | 0 | 0 | 0900006480b50e79 | |||
| EPA-HQ-OPP-2008-0832-0006 | EPA | None EPA-HQ-OPP-2008-0832 | Ecotoxicity Risk Assessment and ESA | Supporting & Related Material | Technical Support Document | 2010-09-23T04:00:00Z | 2010 | 9 | 2010-09-23T18:38:58Z | 0 | 0 | 0900006480b50e7a | |||
| EPA-HQ-OPP-2008-0832-0004 | EPA | None EPA-HQ-OPP-2008-0832 | Registration Review Proposed Decisions; Availability: Atonik and Verbenone | Notice | Federal Register Document | 2010-09-23T04:00:00Z | 2010 | 9 | 2010-09-23T04:00:00Z | 2010-11-23T04:59:59Z | 2010-09-23T15:39:53Z | 2010-23810 | 0 | 0 | 0900006480b5bc02 |
| EPA-HQ-OPP-2008-0832-0003 | EPA | None EPA-HQ-OPP-2008-0832 | Atonik PGRs (Sodium 5-Nitroguaiacolate, Sodium o-Nitrophenolate and Sodium p-Nitrophenolate) Final Work Plan | Supporting & Related Material | 2009-06-30T04:00:00Z | 2009 | 6 | 2010-09-23T15:38:36Z | 0 | 0 | 09000064809d1ed1 | ||||
| EPA-HQ-OPP-2008-0832-0002 | EPA | None EPA-HQ-OPP-2008-0832 | Atonik PGRs (Sodium 5-Nitroguaiacolate, Sodium o-Nitrophenolate and Sodium p-Nitrophenolate) Summary Document Registration Review: Initial Docket December 2008 | Supporting & Related Material | Report | 2008-12-24T05:00:00Z | 2008 | 12 | 2018-02-27T22:36:53Z | 0 | 0 | 09000064807d7319 | |||
| EPA-HQ-OPP-2008-0832-0001 | EPA | None EPA-HQ-OPP-2008-0832 | Registration Review; Atonik Docket Opened for Review and Comment | Notice | Federal Register Document | 2008-12-24T05:00:00Z | 2008 | 12 | 2008-12-24T05:00:00Z | 2008-02-24T04:59:59Z | 2010-09-23T15:38:36Z | E8-30497 | 0 | 0 | 09000064807f92a0 |
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;