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-2007-0884" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 9
| 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-2007-0884-0012 | EPA | None EPA-HQ-OPP-2007-0884 | Receipt of Amendment and Extension Applications: Pesticide Experimental Use Permits | Notice | Federal Register Document | 2010-12-28T05:00:00Z | 2010 | 12 | 2010-11-28T05:00:00Z | 2010-12-28T04:59:59Z | 2025-06-27T19:40:42Z | 2010-29223 | 0 | 0 | 0900006480ba32a9 |
| EPA-HQ-OPP-2007-0884-0011 | EPA | None EPA-HQ-OPP-2007-0884 | Company's submission- extension request 2010 | Supporting & Related Material | Adjudication, Brief, Decision, Decree, Motion, Order | 2010-11-24T05:00:00Z | 2010 | 11 | 2010-11-24T15:53:59Z | 0 | 0 | 0900006480b98d0b | |||
| EPA-HQ-OPP-2007-0884-0010 | EPA | None EPA-HQ-OPP-2007-0884 | Pesticide Products; Registration Applications | Notice | 2010-11-24T00:00:00Z | 2010 | 11 | 2010-11-24T16:03:09Z | 0 | 1 | 0900006480ba32a7 | ||||
| EPA-HQ-OPP-2007-0884-0009 | EPA | None EPA-HQ-OPP-2007-0884 | Issuance of an Experimental Use Permit | Notice | Federal Register Document | 2008-11-05T05:00:00Z | 2008 | 11 | 2008-11-05T05:00:00Z | 2010-11-24T15:53:38Z | E8-26149 | 0 | 0 | 0900006480795427 | |
| EPA-HQ-OPP-2007-0884-0008 | EPA | None EPA-HQ-OPP-2007-0884 | Response to Comments | Supporting & Related Material | 2008-08-26T04:00:00Z | 2008 | 8 | 2010-11-24T15:53:38Z | 0 | 0 | 09000064806d8e92 | ||||
| EPA-HQ-OPP-2007-0884-0006 | EPA | None EPA-HQ-OPP-2007-0884 | Revised Application Request - Section G | Supporting & Related Material | 2008-07-03T04:00:00Z | 2008 | 7 | 2010-11-24T15:53:37Z | 0 | 0 | 0900006480621ee2 | ||||
| EPA-HQ-OPP-2007-0884-0005 | EPA | None EPA-HQ-OPP-2007-0884 | Experimental Use Permit; Receipt of Revised Application | Notice | Federal Register Document | 2008-07-03T04:00:00Z | 2008 | 7 | 2008-07-03T04:00:00Z | 2008-08-05T03:59:59Z | 2010-11-24T15:53:37Z | E8-15158 | 0 | 0 | 0900006480653a37 |
| EPA-HQ-OPP-2007-0884-0001 | EPA | None EPA-HQ-OPP-2007-0884 | Experimental Use Permit; Receipt of Application | Notice | Federal Register Document | 2007-09-12T04:00:00Z | 2007 | 9 | 2007-09-12T04:00:00Z | 2007-10-13T03:59:59Z | 2010-11-24T15:53:37Z | E7-17769 | 0 | 0 | 0900006480284fbb |
| EPA-HQ-OPP-2007-0884-0002 | EPA | None EPA-HQ-OPP-2007-0884 | Experimental Use Permit for Bacillus thuringiensis Cry2Ae Insecticidal Protein as Expressed in Cotton Plants and Bacillus thuringiensis Cry1Ab and Cry2Ae Insecticidal Proteins as Expressed in Combined Trait Coton Plants | Supporting & Related Material | 2007-09-12T04:00:00Z | 2007 | 9 | 2010-11-24T15:53:37Z | 0 | 0 | 090000648027b589 |
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;