documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where docket_id = "EPA-HQ-OPP-2009-0637" and posted_year = 2018 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2009-0637-0082 | EPA | None EPA-HQ-OPP-2009-0637 | Final Report External Peer Review of EPA’s Physiologically-based Pharmacokinetic (PBPK) Model for Deltamethrin and Permethrin and PBPK-Pharmacodynamic (PBPK-PD) Model for Carbaryl | Supporting & Related Material | Report | 2018-11-16T05:00:00Z | 2018 | 11 | 2018-11-16T15:46:47Z | 0 | 0 | 09000064838d1662 | |||
| EPA-HQ-OPP-2009-0637-0080 | EPA | None EPA-HQ-OPP-2009-0637 | PBPK Draft Agenda and Presentation Materials Open for Public Comment | Other | 2018-10-12T04:00:00Z | 2018 | 10 | 2018-10-12T04:00:00Z | 2018-11-11T04:59:59Z | 2018-11-08T02:02:08Z | 0 | 0 | 09000064837ca92e | ||
| EPA-HQ-OPP-2009-0637-0081 | EPA | None EPA-HQ-OPP-2009-0637 | EPA Comments for October 12 PBPK Meeting | Supporting & Related Material | Meeting Materials | 2018-10-12T04:00:00Z | 2018 | 10 | 2018-10-12T20:51:29Z | 0 | 0 | 09000064837ce56d | |||
| EPA-HQ-OPP-2009-0637-0079 | EPA | None EPA-HQ-OPP-2009-0637 | PBPK Agenda and Findings PowerPoint for October 12, 2018 Meeting | Supporting & Related Material | Meeting Materials | 2018-10-10T04:00:00Z | 2018 | 10 | 2018-10-10T16:15:31Z | 0 | 0 | 0900006483793bf8 | |||
| EPA-HQ-OPP-2009-0637-0077 | EPA | None EPA-HQ-OPP-2009-0637 | White Paper Application of PBPK Models to Pyrethroid Risk Assessment – Demonstration with Deltamethrin and Permethrin | Supporting & Related Material | Report | 2018-09-07T04:00:00Z | 2018 | 9 | 2018-09-21T12:46:15Z | 0 | 0 | 090000648365c502 | |||
| EPA-HQ-OPP-2009-0637-0078 | EPA | None EPA-HQ-OPP-2009-0637 | EPA’s Office of Pesticide Programs’ Review of PBPK Models for Carbaryl, cis-Permethrin, Deltamethrin | Supporting & Related Material | Report | 2018-09-07T04:00:00Z | 2018 | 9 | 2018-09-07T21:41:07Z | 0 | 0 | 090000648365c503 | |||
| EPA-HQ-OPP-2009-0637-0076 | EPA | None EPA-HQ-OPP-2009-0637 | CAPHRA Program Overview: Evaluation of Age-Dependent Sensitivity to Pyrethroid Insecticides (Final Report) | Supporting & Related Material | Evaluation | 2018-09-07T04:00:00Z | 2018 | 9 | 2018-09-12T19:47:02Z | 0 | 0 | 090000648365c501 |
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;