documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "EPA-HQ-OPP-2008-0024" and posted_year = 2008 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-2008-0024-0014 | EPA | None EPA-HQ-OPP-2008-0024 | September 2008 - Propionic Acid and Salts Final Work Plan (FWP) For Registration Review | Supporting & Related Material | 2008-09-22T04:00:00Z | 2008 | 9 | 2010-08-12T15:30:29Z | 0 | 0 | 090000648070d0ba | ||||
| EPA-HQ-OPP-2008-0024-0015 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid Response to Comments | Supporting & Related Material | 2008-09-22T04:00:00Z | 2008 | 9 | 2010-08-12T15:30:29Z | 0 | 0 | 090000648070d0d0 | ||||
| EPA-HQ-OPP-2008-0024-0004 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid: Health Effects Division (HED) Problem Formulation for Registration Review. DP# 344575 (November 20, 2007) | Supporting & Related Material | Letter, Memorandum, Email | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f0d0e | |||
| EPA-HQ-OPP-2008-0024-0006 | EPA | None EPA-HQ-OPP-2008-0024 | Registration Review – Preliminary Problem Formulation for the Ecological Risk Assessment of Propionic Acid. (December 17, 2007) | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f0dc6 | ||||
| EPA-HQ-OPP-2008-0024-0001 | EPA | None EPA-HQ-OPP-2008-0024 | New Dockets Opened for Review and Comment (Propionic Acid and Salts Case #4078) | Notice | Federal Register Document | 2008-03-26T04:00:00Z | 2008 | 3 | 2008-03-26T04:00:00Z | 2008-06-25T03:59:59Z | 2010-08-12T15:30:29Z | E8-05999 | 0 | 0 | 090000648040959e |
| EPA-HQ-OPP-2008-0024-0010 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid Registrations | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f196e | ||||
| EPA-HQ-OPP-2008-0024-0002 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid Reader's Guide | Supporting & Related Material | Letter, Memorandum, Email | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:27Z | 0 | 0 | 09000064803f0cba | |||
| EPA-HQ-OPP-2008-0024-0005 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid: HED Science Assessment for Tolerance Reassessment Eligibility Decision (February 14, 2002) | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f0d50 | ||||
| EPA-HQ-OPP-2008-0024-0003 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid and Salts Summary Document Registration Review: Initial Docket March 2008 | Supporting & Related Material | Letter, Memorandum, Email | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f0cee | |||
| EPA-HQ-OPP-2008-0024-0007 | EPA | None EPA-HQ-OPP-2008-0024 | Review of Propionic Acid, as Active and Inert Ingredient. (October 19, 2001) | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f0de9 | ||||
| EPA-HQ-OPP-2008-0024-0009 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid Appendix A (October 3, 2007) | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f1921 | ||||
| EPA-HQ-OPP-2008-0024-0008 | EPA | None EPA-HQ-OPP-2008-0024 | Propionic Acid Screening-Level Usage Analysis (SLUA) (September 27, 2007) | Supporting & Related Material | 2008-03-26T04:00:00Z | 2008 | 3 | 2010-08-12T15:30:28Z | 0 | 0 | 09000064803f1916 |
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;