documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
7 rows where agency_id = "EPA" and docket_id = "EPA-HQ-OLEM-2018-0105" 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 2
agency_id 1
- EPA · 7 ✖
| 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-2018-0105-0038 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Oil Pollution Act Facility Response Plans (Renewal) | Notice | Information Collection Request (ICR) | 2025-11-17T05:00:00Z | 2025 | 11 | 2025-11-17T05:00:00Z | 2026-01-17T04:59:59Z | 2026-01-17T13:19:55Z | 2025-19997 | 0 | 0 | 09000064b90850ca |
| EPA-HQ-OLEM-2018-0105-0036 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Oil Pollution Act Facility Response Plans (Renewal) | Notice | Information Collection Request (ICR) | 2022-07-07T04:00:00Z | 2022 | 7 | 2022-07-07T04:00:00Z | 2022-08-09T03:59:59Z | 2022-07-07T13:02:55Z | 2022-14497 | 0 | 0 | 09000064851b442b |
| EPA-HQ-OLEM-2018-0105-0037 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | ICR Supporting Statement, 1630ss14 | Supporting & Related Material | ICR Supporting Statement | 2022-07-07T04:00:00Z | 2022 | 7 | 2022-07-08T00:41:57Z | 0 | 0 | 09000064851b4d02 | |||
| EPA-HQ-OLEM-2018-0105-0035 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Proposed Information Collection Request; Comment Request; Information Collection Request Submitted to OMB for Review and Approval; Implementation of the Oil Pollution Act Facility Response Plan Requirements (Renewal) | Notice | Information Collection Request (ICR) | 2021-11-10T05:00:00Z | 2021 | 11 | 2021-11-10T05:00:00Z | 2022-01-11T04:59:59Z | 2021-11-10T13:00:53Z | 2021-24555 | 0 | 0 | 0900006484e3b718 |
| EPA-HQ-OLEM-2018-0105-0034 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Supporting Statement for ICR Renewal - Renewal of Information Collection Request (ICR) for the Implementation of the Oil Pollution Act Facility Response Plan Requirements (40 CFR Part 112) | Supporting & Related Material | ICR Supporting Statement | 2018-12-03T05:00:00Z | 2018 | 12 | 2018-12-04T13:55:41Z | 0 | 0 | 0900006483627ef1 | |||
| EPA-HQ-OLEM-2018-0105-0029 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Oil Pollution Act Facility Response Plan Requirements | Notice | Information Collection Request (ICR) | 2018-08-24T04:00:00Z | 2018 | 8 | 2018-08-24T04:00:00Z | 2018-09-25T03:59:59Z | 2018-09-25T01:05:08Z | 2018-18340 | 0 | 0 | 090000648364f6ce |
| EPA-HQ-OLEM-2018-0105-0001 | EPA | Oil Pollution Act Facility Response Plans – 40 CFR part 112.20 (Renewal) EPA-HQ-OLEM-2018-0105 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Implementation of the Oil Pollution Act Facility Response Plan Requirements | Notice | 2018-03-21T04:00:00Z | 2018 | 3 | 2018-03-21T04:00:00Z | 2018-05-22T03:59:59Z | 2018-04-25T01:01:09Z | 2018-05760 | 0 | 0 | 09000064830356f8 |
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);