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-2008-0704" and posted_year = 2009 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-2008-0704-0007 | EPA | None EPA-HQ-OPP-2008-0704 | Fluoxastrobin. Human Health Risk Assessment for Proposed Uses on Field Corn, Soybean, and the Low-Growing Berry Subgroup 13-07G | Supporting & Related Material | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T16:38:20Z | 0 | 0 | 0900006480a4698d | ||||
| EPA-HQ-OPP-2008-0704-0006 | EPA | None EPA-HQ-OPP-2008-0704 | Pesticide Tolerances: Fluoxastrobin | Rule | Federal Register Document | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T05:00:00Z | 2009-12-18T16:37:58Z | E9-30039 | 0 | 0 | 0900006480a6deab | |
| EPA-HQ-OPP-2008-0704-0011 | EPA | None EPA-HQ-OPP-2008-0704 | Drinking Water Assessment to Support Fluoxastrobin Use on Low-Growing Berries, Soybean, and Corn. | Supporting & Related Material | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T16:38:26Z | 0 | 0 | 0900006480a4cdc0 | ||||
| EPA-HQ-OPP-2008-0704-0008 | EPA | None EPA-HQ-OPP-2008-0704 | Fluoxastrobin Occupational and Residential Exposure Assessment for Proposed Uses of Fluoxastrobin on Field Corn, Soybeans, and Low-Growing Berries | Supporting & Related Material | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T16:38:22Z | 0 | 0 | 0900006480a4cd73 | ||||
| EPA-HQ-OPP-2008-0704-0010 | EPA | None EPA-HQ-OPP-2008-0704 | Fluoxastrobin Petitions for the Establishment of Permanent Tolerances for New Uses on Low-Growing Berry Crop Subgroup 13-07G, Soybean and Field Corn. Summary of Analytical Chemistry and Residue Data. | Supporting & Related Material | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T16:38:24Z | 0 | 0 | 0900006480a4cdbe | ||||
| EPA-HQ-OPP-2008-0704-0009 | EPA | None EPA-HQ-OPP-2008-0704 | Fluoxastrobin Chronic Dietary Exposure Assessments for the Section 3 Registration Action Use on Low-growing Berry Crop Subgroup 13-07G, Soybean and Field Corn | Supporting & Related Material | 2009-12-18T05:00:00Z | 2009 | 12 | 2009-12-18T16:38:23Z | 0 | 0 | 0900006480a4cd76 | ||||
| EPA-HQ-OPP-2008-0704-0005 | EPA | None EPA-HQ-OPP-2008-0704 | Pesticide Products Regisration Applications | Notice | Federal Register Document | 2009-10-26T04:00:00Z | 2009 | 10 | 2009-10-26T04:00:00Z | 2009-11-26T04:59:59Z | 2009-10-26T21:09:37Z | E9-25736 | 0 | 0 | 0900006480a4c3cc |
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;