documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "EPA-HQ-OLEM-2022-0828" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, 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-OLEM-2022-0828-0009 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | Deletion from the National Priorities List | Rule | Final Rule | 2023-08-16T04:00:00Z | 2023 | 8 | 2023-08-16T04:00:00Z | 2023-08-17T03:44:01Z | 2023-17434 | 0 | 0 | 0900006485e544bc | |
| EPA-HQ-OLEM-2022-0828-0006 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-2005311 - February 27, 2023 PRESS RELEASE: EPA Proposes Deleting Part of Aircraft Components, Inc. (D&L Sales) Superfund Site in Benton Harbor, Michigan from NPL | Supporting & Related Material | Press Release, Public Announcement/Notice | 2023-07-28T04:00:00Z | 2023 | 7 | 2023-07-29T01:36:16Z | 0 | 0 | 0900006485ca62e6 | |||
| EPA-HQ-OLEM-2022-0828-0007 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-2005049 - February 28, 2023 NEWSPAPER NOTICE: EPA Proposes the Partial Deletion of Aircraft Components, Inc. Superfund Site from Superfund List, Benton Charter Township, Berrien County, Michigan Public Comments Accepted through March 24th, 2023 | Supporting & Related Material | Publication - Copyrighted Materials | 2023-07-28T04:00:00Z | 2023 | 7 | 2023-07-29T01:36:27Z | 0 | 0 | 0900006485ca62e7 | |||
| EPA-HQ-OLEM-2022-0828-0008 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-2005310 - July 11, 2023 Public Comments Received on Proposed Partial Deletion of the Aircraft Components, Inc. (D & L Sales) Superfund Site, Benton Harbor, Michigan, February 22, 2023 (88 FR 10864) | Supporting & Related Material | Memorandum | 2023-07-28T04:00:00Z | 2023 | 7 | 2023-07-29T01:36:04Z | 0 | 0 | 0900006485ca62e8 | |||
| EPA-HQ-OLEM-2022-0828-0001 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | Proposed Deletion From the National Priorities List | Proposed Rule | 2023-02-22T05:00:00Z | 2023 | 2 | 2023-02-22T05:00:00Z | 2023-03-25T03:59:59Z | 2023-03-05T14:42:19Z | 2023-03148 | 0 | 0 | 09000064856ea590 | |
| EPA-HQ-OLEM-2022-0828-0004 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-2004930 - November 22, 2022 MI EGLE Letter Re: Concurrence with the Proposed Partial Deletion of the Radiation Operable Unit 1 OF The Aircraft Components, Inc., Superfund Site from the National Priorities List | Supporting & Related Material | Letter | 2023-02-22T05:00:00Z | 2023 | 2 | 2023-03-05T14:42:00Z | 0 | 0 | 09000064855d7b37 | |||
| EPA-HQ-OLEM-2022-0828-0003 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-2004977 - January 10, 2023 NPL Partial Deletion Docket Reports Index: Update #1 - 01/10/2023, Aircraft Components (D & L Sales) Superfund Site, Benton Harbor, Michigan, EPA-HQ-OLEM-2022-0828, EPA SEMS Collection ID No. 05-40840 | Supporting & Related Material | Index | 2023-02-22T05:00:00Z | 2023 | 2 | 2023-03-05T14:41:47Z | 0 | 0 | 09000064855d8205 | |||
| EPA-HQ-OLEM-2022-0828-0002 | EPA | The National Priorities List (NPL) Deletion Docket for Aircraft Components, Inc. (D&L) (Partial Deletion) EPA-HQ-OLEM-2022-0828 | 05-979203 - January 3, 2023 Partial Deletion Justification for the Radiation Operable Unit (OU1) of the Aircraft Components, Inc. (D & L Sales) Superfund Site from the National Priorities List, Benton Harbor, Michigan, January 2023 | Supporting & Related Material | Report | 2023-02-22T05:00:00Z | 2023 | 2 | 2023-03-05T14:42:20Z | 0 | 0 | 09000064855ca264 |
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;