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-2004-0348" and posted_year = 2009 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_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-2004-0348-0147 | EPA | None EPA-HQ-OPP-2004-0348 | 24-JUN-2009. Malathion. Risk Characterization Based on Revised Hazard Endpoints for Malathion. | Supporting & Related Material | Letter, Memorandum, Email | 2009-07-23T04:00:00Z | 2009 | 7 | 2009-07-23T18:55:18Z | 0 | 0 | 09000064809e6a2d | |||
| EPA-HQ-OPP-2004-0348-0144 | EPA | None EPA-HQ-OPP-2004-0348 | 3/12/09. The Health Effects Division’s Post- RED Response to Comments for Malathion | Supporting & Related Material | Letter, Memorandum, Email | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T17:54:54Z | 0 | 0 | 09000064809d241e | |||
| EPA-HQ-OPP-2004-0348-0146 | EPA | None EPA-HQ-OPP-2004-0348 | 3/11/09. Hazard Characterization and Endpoint Selection Reflecting Receipt of a Comparative Cholinesterase Activity | Supporting & Related Material | Letter, Memorandum, Email | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T17:54:57Z | 0 | 0 | 09000064809d2420 | |||
| EPA-HQ-OPP-2004-0348-0141 | EPA | None EPA-HQ-OPP-2004-0348 | Revised Reregistration Eligibility Decision: Malathion | Notice | Federal Register Document | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T04:00:00Z | 2009-06-24T17:54:00Z | E9-14864 | 0 | 0 | 09000064809d7663 | |
| EPA-HQ-OPP-2004-0348-0142 | EPA | None EPA-HQ-OPP-2004-0348 | 5/27/09. Revised Reregistration Eligibility Decision for Malathion | Supporting & Related Material | Letter, Memorandum, Email | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T17:54:51Z | 0 | 0 | 09000064809d241c | |||
| EPA-HQ-OPP-2004-0348-0145 | EPA | None EPA-HQ-OPP-2004-0348 | 3/26/09. BEAD Assessment of Malathion Post-RED Comments for Macadamia, Broccoli, Cherries, Blueberry, Grape. Papaya and Citrus | Supporting & Related Material | Letter, Memorandum, Email | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T17:54:55Z | 0 | 0 | 09000064809d241f | |||
| EPA-HQ-OPP-2004-0348-0143 | EPA | None EPA-HQ-OPP-2004-0348 | 11/26/08. Regeneration of Daily Malathion Drinking Water Values for 15 Scenarios | Supporting & Related Material | Letter, Memorandum, Email | 2009-06-24T04:00:00Z | 2009 | 6 | 2009-06-24T17:54:52Z | 0 | 0 | 09000064809d241d |
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;