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-2011-0667" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, 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-2011-0667-0067 | EPA | None EPA-HQ-OPP-2011-0667 | Registration Review Proposed Interim Decisions: Several Pesticides | Notice | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T04:00:00Z | 2017-11-22T04:59:59Z | 2017-11-22T02:04:12Z | 2017-20327 | 0 | 0 | 0900006482b70257 | |
| EPA-HQ-OPP-2011-0667-0072 | EPA | None EPA-HQ-OPP-2011-0667 | PP8F5002. Request for Permanent Tolerances for Spinosad on Cucurbits (Crop Group 9), Legume Vegetables (Crop Group 6), Stone Fruit (Crop Group 12), Field Corn, Sweet Corn, Sorghum, and Wheat. Evaluation of Analytical Chemistry and Residue Data. | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:25Z | 0 | 0 | 090000648298baf0 | |||
| EPA-HQ-OPP-2011-0667-0068 | EPA | None EPA-HQ-OPP-2011-0667 | Response to Comments on the Preliminary Ecological Risk Assessments for Spinosad and Spinetoram | Supporting & Related Material | Comment Response | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:24Z | 0 | 0 | 090000648293b35e | |||
| EPA-HQ-OPP-2011-0667-0069 | EPA | None EPA-HQ-OPP-2011-0667 | Spinosad and Spinetoram: Draft Human Health Risk Assessment for Registration Review Response to Comments | Supporting & Related Material | Comment Response | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:25Z | 0 | 0 | 090000648293b35f | |||
| EPA-HQ-OPP-2011-0667-0073 | EPA | None EPA-HQ-OPP-2011-0667 | Spinosad Proposed Interim Registration Review Decision (PID) Case No. 7421 | Supporting & Related Material | Decision | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:26Z | 0 | 0 | 090000648298baf1 | |||
| EPA-HQ-OPP-2011-0667-0074 | EPA | None EPA-HQ-OPP-2011-0667 | Spinosad. Residue Chemistry Review of Field Trial Data on Various Commodities. Joint Review Between California Department of Pesticide Regulation (Primary Review) and HED/OPP (Secondary Review). | Supporting & Related Material | Report | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:26Z | 0 | 0 | 0900006482991bc7 | |||
| EPA-HQ-OPP-2011-0667-0070 | EPA | None EPA-HQ-OPP-2011-0667 | BEAD Spinosad and Spinetoram Usage and Benefit Information for Registration Review Proposed Interim Decision (PID) | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:25Z | 0 | 0 | 090000648293b360 | |||
| EPA-HQ-OPP-2011-0667-0071 | EPA | None EPA-HQ-OPP-2011-0667 | Error Correction for the Preliminary Environmental Fate and Ecological Risk Assessments for the Registration Review of Spinosad (PC Code 110003) and Spinetoram (PC 110008/ 110009) DP Barcode 441715. | Supporting & Related Material | Risk Assessment | 2017-09-22T04:00:00Z | 2017 | 9 | 2017-09-22T17:06:25Z | 0 | 0 | 090000648298baef |
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;