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-2010-0553" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
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-2010-0553-0006 | EPA | None EPA-HQ-OPP-2010-0553 | Technical Product Notices of Registration and Accepted Labels | Supporting & Related Material | Other | 2010-08-30T04:00:00Z | 2010 | 8 | 2010-08-30T15:07:54Z | 0 | 0 | 0900006480b1f1f0 | |||
| EPA-HQ-OPP-2010-0553-0007 | EPA | None EPA-HQ-OPP-2010-0553 | End-Use Product Notices of Pesticide Registration and Accepted Labels | Supporting & Related Material | Other | 2010-08-30T04:00:00Z | 2010 | 8 | 2010-08-30T15:08:13Z | 0 | 0 | 0900006480b1f1f1 | |||
| EPA-HQ-OPP-2010-0553-0005 | EPA | None EPA-HQ-OPP-2010-0553 | Pesticide Product Registrations; Unconditional and Conditional Approvals | Notice | Federal Register Document | 2010-08-27T04:00:00Z | 2010 | 8 | 2010-08-27T04:00:00Z | 2010-08-27T15:17:47Z | 2010-21290 | 0 | 0 | 0900006480b3ca49 | |
| EPA-HQ-OPP-2010-0553-0004 | EPA | None EPA-HQ-OPP-2010-0553 | Ulocladium oudemansii technical label | Other | NA | 2010-06-30T04:00:00Z | 2010 | 6 | 2010-06-30T04:00:00Z | 2009-11-20T04:59:59Z | 2010-06-30T18:08:34Z | 0 | 0 | 0900006480b08174 | |
| EPA-HQ-OPP-2010-0553-0002 | EPA | None EPA-HQ-OPP-2010-0553 | Ulocladium oudemansii (U3 Strain) Risk Assessment (BRAD) | Other | NA | 2010-06-30T04:00:00Z | 2010 | 6 | 2010-06-30T04:00:00Z | 2009-11-20T04:59:59Z | 2010-06-30T18:08:31Z | 0 | 0 | 0900006480b08171 | |
| EPA-HQ-OPP-2010-0553-0003 | EPA | None EPA-HQ-OPP-2010-0553 | Botry-Zen end-use product label | Other | NA | 2010-06-30T04:00:00Z | 2010 | 6 | 2010-06-30T04:00:00Z | 2009-11-20T04:59:59Z | 2010-06-30T18:08:33Z | 0 | 0 | 0900006480b08172 | |
| EPA-HQ-OPP-2010-0553-0001 | EPA | None EPA-HQ-OPP-2010-0553 | Pesticide Products; Registration Applications | Notice | Federal Register Document | 2008-10-29T04:00:00Z | 2008 | 10 | 2010-06-30T04:00:00Z | 2010-11-29T04:59:59Z | 2025-06-27T20:19:40Z | E8-25515 | 0 | 0 | 0900006480b07f59 |
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;