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-2006-0606" and posted_year = 2006 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)
| 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-0606-0014 | EPA | None EPA-HQ-OPP-2006-0606 | Hexavalent Chromium- Summary of issues related to Quantitation of Dermal Sensitization Risk from exposure to treated wood containing hexavalent chromium | Supporting & Related Material | 2006-12-22T05:00:00Z | 2006 | 12 | 2006-12-22T17:24:59Z | 0 | 0 | 09000064801ef548 | ||||
| EPA-HQ-OPP-2006-0606-0009 | EPA | None EPA-HQ-OPP-2006-0606 | Acid Copper Chromate (ACC); Product Cancellation Order to Delete ACC Uses in Certain Pesticide Registrations | Notice | Federal Register Document | 2006-12-14T05:00:00Z | 2006 | 12 | 2006-12-14T05:00:00Z | 2008-01-08T21:23:47Z | E6-21400 | 0 | 0 | 09000064801ec15e | |
| EPA-HQ-OPP-2006-0606-0004 | EPA | None EPA-HQ-OPP-2006-0606 | Memorandum: Occupational and Residential Assessment of Individuals Exposed to Hexavalent Chromium in Acid Copper Chromate (ACC) Pressure-Treated Wood | Supporting & Related Material | Letter, Memorandum, Email | 2006-09-15T04:00:00Z | 2006 | 9 | 2006-09-15T18:31:40Z | 0 | 0 | 09000064801cb008 | |||
| EPA-HQ-OPP-2006-0606-0003 | EPA | None EPA-HQ-OPP-2006-0606 | Fact Sheet, "Summary of the Risk Assessment and Regulatory Decision for Acid Copper Chromate (ACC)" | Supporting & Related Material | Fact/Data Sheet | 2006-09-15T04:00:00Z | 2006 | 9 | 2006-09-15T18:31:39Z | 0 | 0 | 09000064801cb005 | |||
| EPA-HQ-OPP-2006-0606-0007 | EPA | None EPA-HQ-OPP-2006-0606 | Memorandum: Hexavalent Chromium- Finalization of Issues related to Quantitation of Dermal Risk from exposure to treated wood containing hexavalent chromium | Supporting & Related Material | Letter, Memorandum, Email | 2006-09-15T04:00:00Z | 2006 | 9 | 2006-09-15T18:31:41Z | 0 | 0 | 09000064801cb017 | |||
| EPA-HQ-OPP-2006-0606-0005 | EPA | None EPA-HQ-OPP-2006-0606 | Memorandum: Review of the "Assessment of Potential Inhalation Exposure to Hexavalent Chromium at Wood Treatment Facilities using CCA" | Supporting & Related Material | Letter, Memorandum, Email | 2006-09-15T04:00:00Z | 2006 | 9 | 2006-09-15T18:31:40Z | 0 | 0 | 09000064801cb00b | |||
| EPA-HQ-OPP-2006-0606-0006 | EPA | None EPA-HQ-OPP-2006-0606 | Memorandum: Review of the "Osmose ACC 50% Wood Preservative: Determination of Hexavalent Chromium Residues In and On Wood Following Treatment with Acid Copper Chromate". | Supporting & Related Material | Letter, Memorandum, Email | 2006-09-15T04:00:00Z | 2006 | 9 | 2006-09-15T18:31:41Z | 0 | 0 | 09000064801cb010 | |||
| EPA-HQ-OPP-2006-0606-0001 | EPA | None EPA-HQ-OPP-2006-0606 | Notice of Receipt of a Request for an Amendment to Delete Acid Copper Chromate (ACC) Uses in Certain Pesticide Registrations | Notice | Federal Register Document | 2006-07-18T12:41:12Z | 2006 | 7 | 2006-07-18T12:41:12Z | 2006-08-18T03:59:59Z | 2008-01-08T21:17:40Z | E6-11342 | 0 | 0 | 09000064801a05ad |
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;