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-2006-0909" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
agency_id 1
- EPA 7
| 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-2006-0909-0008 | EPA | None EPA-HQ-OPP-2006-0909 | Diazinon; Product Cancellation Order | Notice | Federal Register Document | 2007-07-25T04:00:00Z | 2007 | 7 | 2007-07-25T04:00:00Z | 2008-01-08T21:12:28Z | E7-14331 | 0 | 0 | 090000648026d75f | |
| EPA-HQ-OPP-2006-0909-0002 | EPA | None EPA-HQ-OPP-2006-0909 | Diazinon; Notice of Receipt of Request to Voluntarily Cancel Diazinon Pesticide Registrations | Notice | Federal Register Document | 2007-05-16T04:00:00Z | 2007 | 5 | 2007-05-16T04:00:00Z | 2007-06-16T03:59:59Z | 2008-01-08T21:19:00Z | E7-09205 | 0 | 0 | 090000648023d1d6 |
| EPA-HQ-OPP-2006-0909-0003 | EPA | None EPA-HQ-OPP-2006-0909 | Use Deletion Letter MANA - (1/9/2007) | Supporting & Related Material | Letter, Memorandum, Email | 2007-05-16T04:00:00Z | 2007 | 5 | 2007-05-16T12:52:39Z | 0 | 0 | 09000064801f56e2 | |||
| EPA-HQ-OPP-2006-0909-0005 | EPA | None EPA-HQ-OPP-2006-0909 | Use Deletion Letter Wilbur-Ellis - (1/9/2007) | Supporting & Related Material | Letter, Memorandum, Email | 2007-05-16T04:00:00Z | 2007 | 5 | 2007-05-16T12:52:41Z | 0 | 0 | 09000064801f56e7 | |||
| EPA-HQ-OPP-2006-0909-0006 | EPA | None EPA-HQ-OPP-2006-0909 | Use Deletion Letter Helena - (1/9/2007) | Supporting & Related Material | Letter, Memorandum, Email | 2007-05-16T04:00:00Z | 2007 | 5 | 2007-05-16T12:52:42Z | 0 | 0 | 09000064801f56f0 | |||
| EPA-HQ-OPP-2006-0909-0004 | EPA | None EPA-HQ-OPP-2006-0909 | Use Deletion Letter Drexel - (1/9/2007) | Supporting & Related Material | Letter, Memorandum, Email | 2007-05-16T04:00:00Z | 2007 | 5 | 2007-05-16T12:52:40Z | 0 | 0 | 09000064801f56e5 | |||
| EPA-HQ-OPP-2006-0909-0001 | EPA | None EPA-HQ-OPP-2006-0909 | Diazinon; Notice of Receipt of Requests to Voluntarily Amend Pesticide Registrations to Terminate Certain Uses | Notice | Federal Register Document | 2006-12-06T05:00:00Z | 2006 | 12 | 2006-12-06T05:00:00Z | 2007-01-06T04:59:59Z | 2008-01-08T21:19:00Z | E6-20429 | 0 | 0 | 09000064801e8c03 |
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;