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-2008-0440" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2008-0440-0030 | EPA | None EPA-HQ-OPP-2008-0440 | 12/1/14. AMVAC Chemical Corporation Comments | Supporting & Related Material | 2014-12-31T05:00:00Z | 2014 | 12 | 2014-12-31T20:51:33Z | 0 | 0 | 0900006481966b5e | ||||
| EPA-HQ-OPP-2008-0440-0022 | EPA | None EPA-HQ-OPP-2008-0440 | Transmittal of the Preliminary Environmental Fate and Ecological Risk Assessment for the Registration of Dicrotophos | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:55Z | 0 | 0 | 09000064817abf96 | |||
| EPA-HQ-OPP-2008-0440-0020 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Acute and Steady State Aggregate Dietary (Food and Drinking Water) Exposure and Risk Assessment to Support Registration Review | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:54Z | 0 | 0 | 09000064817abf92 | |||
| EPA-HQ-OPP-2008-0440-0023 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos Drinking Water Assessment For Registration Review (PRA) | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:55Z | 0 | 0 | 09000064817acf77 | |||
| EPA-HQ-OPP-2008-0440-0026 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Benchmark Dose Analysis of Acute, Subchronic, and Chronic Studies to Support Derivation of Points of Departure | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:56Z | 0 | 0 | 09000064817d9044 | |||
| EPA-HQ-OPP-2008-0440-0019 | EPA | None EPA-HQ-OPP-2008-0440 | Draft Human Health and Ecological Risk Assessment: Dicrotophos | Notice | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T04:00:00Z | 2014-09-30T03:59:59Z | 2014-11-02T01:17:30Z | 2014-17955 | 0 | 0 | 09000064817ed6bc | |
| EPA-HQ-OPP-2008-0440-0025 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos Human Health Risk Assessment for Registration Review | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:56Z | 0 | 0 | 09000064817bc548 | |||
| EPA-HQ-OPP-2008-0440-0024 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos Occupational and Residential Exposure Assessment for the Registration Review Risk Assessment | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:55Z | 0 | 0 | 09000064817bc546 | |||
| EPA-HQ-OPP-2008-0440-0021 | EPA | None EPA-HQ-OPP-2008-0440 | Dicrotophos: Updated Tier I Review of Human Incidents | Supporting & Related Material | Risk Assessment | 2014-07-30T04:00:00Z | 2014 | 7 | 2014-07-30T18:57:54Z | 0 | 0 | 09000064817abf94 |
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;