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-2009-0334" and posted_year = 2009 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-2009-0334-0023 | EPA | None EPA-HQ-OPP-2009-0334 | Silver and Compounds Final Work Plan | Supporting & Related Material | 2009-12-30T05:00:00Z | 2009 | 12 | 2010-10-19T12:41:06Z | 0 | 0 | 0900006480a74050 | ||||
| EPA-HQ-OPP-2009-0334-0022 | EPA | None EPA-HQ-OPP-2009-0334 | AD Meets with the U.S. Silver Task Force | Supporting & Related Material | 2009-11-25T05:00:00Z | 2009 | 11 | 2010-10-19T12:41:06Z | 0 | 0 | 0900006480a5d0c8 | ||||
| EPA-HQ-OPP-2009-0334-0021 | EPA | None EPA-HQ-OPP-2009-0334 | U.S. Silver Task Force Meeting with EPA | Supporting & Related Material | 2009-11-25T05:00:00Z | 2009 | 11 | 2010-10-19T12:41:06Z | 0 | 0 | 0900006480a5d0c7 | ||||
| EPA-HQ-OPP-2009-0334-0004 | EPA | None EPA-HQ-OPP-2009-0334 | Ionic Silver: Toxicity and Weight of the Evidence | Supporting & Related Material | 2009-06-24T04:00:00Z | 2009 | 6 | 2010-10-19T12:41:04Z | 0 | 0 | 09000064809d0cfb | ||||
| EPA-HQ-OPP-2009-0334-0002 | EPA | None EPA-HQ-OPP-2009-0334 | Silver, Silver salts, and Silver Zeolites: Human Health Assessment Scoping Document in Support of Registration Review | Supporting & Related Material | 2009-06-24T04:00:00Z | 2009 | 6 | 2010-10-19T12:41:03Z | 0 | 0 | 09000064809c66ce | ||||
| EPA-HQ-OPP-2009-0334-0001 | EPA | None EPA-HQ-OPP-2009-0334 | 2-(Decylthio)ethanamine Hydrochloride; and Silver and Compounds Registration Review: Antimicrobial Pesticide Dockets Opened for Review and Comment | Notice | Federal Register Document | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T04:00:00Z | 2009-09-23T03:59:59Z | 2010-10-19T12:41:04Z | E9-14856 | 0 | 0 | 09000064809d70ac |
| EPA-HQ-OPP-2009-0334-0003 | EPA | None EPA-HQ-OPP-2009-0334 | Summary of Product Chemistry, Environmental Fate, and Ecotoxicity Data for Silver, Silver Salts, Silver Zeolites (Copper and Zinc) and Silver Sodium Hydrogen Zirconium Phosphate For Registration Review | Supporting & Related Material | 2009-06-24T04:00:00Z | 2009 | 6 | 2010-10-19T12:41:04Z | 0 | 0 | 09000064809c66fb | ||||
| EPA-HQ-OPP-2009-0334-0005 | EPA | None EPA-HQ-OPP-2009-0334 | Silver and Compounds Summary Document (Case 4082 and Case 5015): | Supporting & Related Material | 2009-06-24T04:00:00Z | 2009 | 6 | 2010-10-19T12:41:04Z | 0 | 0 | 09000064809d5ea6 |
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;