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-2024-0068" 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)
| 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-2024-0068-0088 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | NPL Site Narrative for Upper Columbia River | Supporting & Related Material | 2024-12-13T05:00:00Z | 2024 | 12 | 2024-12-14T01:36:27Z | 0 | 0 | 090000648684bbfa | ||||
| EPA-HQ-OLEM-2024-0068-0089 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | Support Document for Upper Columbia River | Supporting & Related Material | Report | 2024-12-13T05:00:00Z | 2024 | 12 | 2024-12-14T01:36:40Z | 0 | 0 | 090000648684bc0a | |||
| EPA-HQ-OLEM-2024-0068-0087 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | National Priorities List | Rule | Final Rule | 2024-12-13T05:00:00Z | 2024 | 12 | 2024-12-13T14:31:35Z | 2024-29006 | 0 | 0 | 090000648686c47a | ||
| EPA-HQ-OLEM-2024-0068-0005 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | State/Tribal Correspondence for Upper Columbia River | Supporting & Related Material | Letter | 2024-03-12T04:00:00Z | 2024 | 3 | 2024-03-13T00:52:48Z | 0 | 0 | 0900006486443304 | |||
| EPA-HQ-OLEM-2024-0068-0003 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | HRS Documentation Record for Upper Columbia River | Supporting & Related Material | 2024-03-07T05:00:00Z | 2024 | 3 | 2024-03-08T02:09:24Z | 0 | 0 | 0900006486443301 | ||||
| EPA-HQ-OLEM-2024-0068-0001 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | National Priorities List | Proposed Rule | 2024-03-07T05:00:00Z | 2024 | 3 | 2024-03-07T05:00:00Z | 2024-05-07T03:59:59Z | 2024-07-10T01:00:48Z | 2024-04778 | 0 | 0 | 0900006486469173 | |
| EPA-HQ-OLEM-2024-0068-0002 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | NPL Site Narrative for Upper Columbia River | Supporting & Related Material | 2024-03-07T05:00:00Z | 2024 | 3 | 2024-03-08T02:09:13Z | 0 | 0 | 09000064864432fe | ||||
| EPA-HQ-OLEM-2024-0068-0004 | EPA | National Priorities List (NPL) for Upper Columbia River, WA EPA-HQ-OLEM-2024-0068 | State/Tribal Correspondence for Upper Columbia River | Supporting & Related Material | Letter | 2024-03-07T05:00:00Z | 2024 | 3 | 2024-03-08T02:09:36Z | 0 | 0 | 09000064864433f1 |
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);