documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-OPP-2009-0723" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 9
| 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-2009-0723-0010 | EPA | None EPA-HQ-OPP-2009-0723 | Registration Reviews: Interim Decisions and Case Closures | Notice | 2017-05-25T04:00:00Z | 2017 | 5 | 2017-05-25T04:00:00Z | 2017-05-25T17:03:38Z | 2017-10668 | 0 | 0 | 0900006482614240 | ||
| EPA-HQ-OPP-2009-0723-0009 | EPA | None EPA-HQ-OPP-2009-0723 | Disodium Cyanodithioimidocarbonate (DCDIC) - Notice of Registration Review Case Closure - Case Number 3065 | Supporting & Related Material | Decision | 2016-12-08T05:00:00Z | 2016 | 12 | 2016-12-08T21:36:55Z | 0 | 0 | 09000064823d001a | |||
| EPA-HQ-OPP-2009-0723-0008 | EPA | None EPA-HQ-OPP-2009-0723 | Generic Data Call-in Notice GDCI-063301-1080 dated March 22, 2012 | Supporting & Related Material | Report | 2012-04-25T04:00:00Z | 2012 | 4 | 2012-04-25T19:19:01Z | 0 | 0 | 0900006480ff23d4 | |||
| EPA-HQ-OPP-2009-0723-0007 | EPA | None EPA-HQ-OPP-2009-0723 | Disodium Cyanodithioimidocarbonate (DCDIC) Final Work Plan | Supporting & Related Material | Letter, Memorandum, Email | 2010-06-16T04:00:00Z | 2010 | 6 | 2010-08-16T14:58:29Z | 0 | 0 | 0900006480b02752 | |||
| EPA-HQ-OPP-2009-0723-0006 | EPA | None EPA-HQ-OPP-2009-0723 | Pesticide Tolerances: Novaluron | Rule | 2010-05-26T00:00:00Z | 2010 | 5 | 2016-11-30T18:45:32Z | 0 | 1 | 0900006480af4656 | ||||
| EPA-HQ-OPP-2009-0723-0003 | EPA | None EPA-HQ-OPP-2009-0723 | Summary of Human Health Effects Data for the Disodium Cyanodithioimidocarbamate (DCDIC) Registration Review Decision Document | Supporting & Related Material | 2009-12-16T05:00:00Z | 2009 | 12 | 2010-08-16T14:54:30Z | 0 | 0 | 0900006480a6a4f8 | ||||
| EPA-HQ-OPP-2009-0723-0002 | EPA | None EPA-HQ-OPP-2009-0723 | Disodium Cyanodithioimidocarbonate(DCDIC) Summary Document: Registration Review | Supporting & Related Material | 2009-12-16T05:00:00Z | 2009 | 12 | 2010-08-16T14:54:30Z | 0 | 0 | 0900006480a6a23f | ||||
| EPA-HQ-OPP-2009-0723-0004 | EPA | None EPA-HQ-OPP-2009-0723 | Summary of Product Chemistry, Environmental Fate, and Ecotoxicity Data for the Disodium Cyanodithioimidocarbonate Registration Review Decision Document | Supporting & Related Material | 2009-12-16T05:00:00Z | 2009 | 12 | 2010-08-16T14:54:30Z | 0 | 0 | 0900006480a6a4f9 | ||||
| EPA-HQ-OPP-2009-0723-0001 | EPA | None EPA-HQ-OPP-2009-0723 | Dibromo-3-nitrilopropionamide et al; Antimicrobial Pesticide Registration Review Dockets Opened for Review and Comment | Notice | Federal Register Document | 2009-12-16T05:00:00Z | 2009 | 12 | 2009-12-16T05:00:00Z | 2010-03-17T03:59:59Z | 2010-08-16T14:54:31Z | E9-29592 | 0 | 0 | 0900006480a6ba54 |
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;