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-2009-0879" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_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-0879-0111 | EPA | None EPA-HQ-OPP-2009-0879 | Population Moodel of a Threatened Plant Species for application in Pesticide Risk Assessment | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 090000648239771d | |||
| EPA-HQ-OPP-2009-0879-0110 | EPA | None EPA-HQ-OPP-2009-0879 | The Impact of Variability in Non-target Terrestrial Plant Studies on Endpoint Selection | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 090000648239771c | |||
| EPA-HQ-OPP-2009-0879-0113 | EPA | None EPA-HQ-OPP-2009-0879 | TED Tool for Terrestrial Risk Assessment for Endangered and Threatened Species | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 090000648239771f | |||
| EPA-HQ-OPP-2009-0879-0109 | EPA | None EPA-HQ-OPP-2009-0879 | Pesticide Residue and Degradation Formulation in Vegetative Filter Strips for Environmental Exposure Assessments | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 090000648239771b | |||
| EPA-HQ-OPP-2009-0879-0114 | EPA | None EPA-HQ-OPP-2009-0879 | ESA Weight of Evidence Tool: Integrating Species Attributes and Exposure to make Effects Determinations | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 0900006482397720 | |||
| EPA-HQ-OPP-2009-0879-0112 | EPA | None EPA-HQ-OPP-2009-0879 | Overlap Tool for May Affect Determinations | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:39Z | 0 | 0 | 090000648239771e | |||
| EPA-HQ-OPP-2009-0879-0115 | EPA | None EPA-HQ-OPP-2009-0879 | Update for EMPM: Spatial Aquatic Model (SAM) | Supporting & Related Material | Meeting Materials | 2016-12-09T05:00:00Z | 2016 | 12 | 2016-12-09T19:15:40Z | 0 | 0 | 0900006482397721 | |||
| EPA-HQ-OPP-2009-0879-0108 | EPA | None EPA-HQ-OPP-2009-0879 | Meetings: Environmental Modeling | Notice | Meeting | 2016-04-05T04:00:00Z | 2016 | 4 | 2016-04-05T15:48:12Z | 2016-07794 | 0 | 0 | 0900006481f28553 |
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;