documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "EPA-HQ-SFUND-2009-0587" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 3
agency_id 1
- EPA 9
| 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-SFUND-2009-0587-0009 | EPA | None EPA-HQ-SFUND-2009-0587 | Deletions from the National Priorities List | Rule | Final Rule | 2021-09-14T04:00:00Z | 2021 | 9 | 2021-09-14T04:00:00Z | 2021-09-14T14:56:24Z | 2021-19448 | 0 | 0 | 0900006484d7c450 | |
| EPA-HQ-SFUND-2009-0587-0007 | EPA | None EPA-HQ-SFUND-2009-0587 | Proposed Deletion from the National Priorities List: Kerr-McGee Chemical Corp-Navassa | Proposed Rule | 2021-05-14T04:00:00Z | 2021 | 5 | 2021-05-14T04:00:00Z | 2021-06-15T03:59:59Z | 2021-05-14T14:07:59Z | 2021-10132 | 0 | 0 | 0900006484b00510 | |
| EPA-HQ-SFUND-2009-0587-0008 | EPA | None EPA-HQ-SFUND-2009-0587 | Kerr McGee Chemical Corp Navassa Deletion Document Index | Supporting & Related Material | Index | 2021-05-14T04:00:00Z | 2021 | 5 | 2021-05-14T18:27:30Z | 0 | 0 | 0900006484a9f5d9 | |||
| EPA-HQ-SFUND-2009-0587-0005 | EPA | None EPA-HQ-SFUND-2009-0587 | National Priorities List, Final Rule No. 49 | Rule | Federal Register Document | 2010-03-04T05:00:00Z | 2010 | 3 | 2010-03-04T05:00:00Z | 2011-06-11T16:10:38Z | 2010-4304 | 0 | 0 | 0900006480ab4f43 | |
| EPA-HQ-SFUND-2009-0587-0006 | EPA | None EPA-HQ-SFUND-2009-0587 | Narrative Summary: Kerr-McGee Chemical Corp - Navassa, Navassa, North Carolina | Supporting & Related Material | Other | 2010-03-04T05:00:00Z | 2010 | 3 | 2010-05-12T14:51:35Z | 0 | 0 | 0900006480ab0c0c | |||
| EPA-HQ-SFUND-2009-0587-0003 | EPA | None EPA-HQ-SFUND-2009-0587 | Letter to A. Stanley Meiburg, Acting Regional Administrator, USEPA, from Dee Freeman, Secretary, North Carolina Department of Environment and Natural Resources | Supporting & Related Material | Letter, Memorandum, Email | 2009-09-23T04:00:00Z | 2009 | 9 | 2009-09-23T14:56:53Z | 0 | 0 | 0900006480a1bda1 | |||
| EPA-HQ-SFUND-2009-0587-0001 | EPA | None EPA-HQ-SFUND-2009-0587 | National Priorities List, Proposed Rule No. 51 | Proposed Rule | Federal Register Document | 2009-09-23T04:00:00Z | 2009 | 9 | 2009-09-23T04:00:00Z | 2009-11-24T04:59:59Z | 2009-09-23T14:56:45Z | E9-22936 | 0 | 0 | 0900006480a29d20 |
| EPA-HQ-SFUND-2009-0587-0002 | EPA | None EPA-HQ-SFUND-2009-0587 | Hazard Ranking System (HRS) Documentation Record - Kerr-McGee Chemical Corp - Navassa | Supporting & Related Material | Other | 2009-09-23T04:00:00Z | 2009 | 9 | 2009-09-23T14:56:50Z | 0 | 0 | 0900006480a1bb48 | |||
| EPA-HQ-SFUND-2009-0587-0004 | EPA | None EPA-HQ-SFUND-2009-0587 | Narrative Summary: Kerr-McGee Chemical Corp - Navassa, Navassa, North Carolina | Supporting & Related Material | Other | 2009-09-23T04:00:00Z | 2009 | 9 | 2009-09-23T14:56:56Z | 0 | 0 | 0900006480a28ba0 |
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;