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-0102" 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-0102-0011 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: RCRA Expanded Public Participation | Notice | Information Collection Request (ICR) | 2025-12-11T05:00:00Z | 2025 | 12 | 2025-12-11T05:00:00Z | 2026-02-10T04:59:59Z | 2025-12-11T18:26:32Z | 2025-22528 | 0 | 0 | 09000064b90c560e |
| EPA-HQ-OLEM-2018-0102-0009 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: Resource Conservation and Recovery Act Expanded Public Participation (Renewal) | Notice | Information Collection Request (ICR) | 2022-03-24T04:00:00Z | 2022 | 3 | 2022-03-24T04:00:00Z | 2022-04-26T03:59:59Z | 2022-03-24T12:27:13Z | 2022-06268 | 0 | 0 | 0900006484fde5c5 |
| EPA-HQ-OLEM-2018-0102-0010 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Supporting Statement | Supporting & Related Material | ICR Supporting Statement | 2022-03-24T04:00:00Z | 2022 | 3 | 2022-03-25T00:55:22Z | 0 | 0 | 0900006484fdec6c | |||
| EPA-HQ-OLEM-2018-0102-0008 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Agency Information Collection Activities; Proposed Collection; Comment Request; RCRA Expanded Public Participation, EPA ICR No. 1688.09, OMB Control No. 2050-0149 | Notice | Information Collection Request (ICR) | 2021-10-12T04:00:00Z | 2021 | 10 | 2021-10-12T04:00:00Z | 2021-12-14T04:59:59Z | 2021-10-12T13:12:17Z | 2021-22098 | 0 | 0 | 0900006484dc2272 |
| EPA-HQ-OLEM-2018-0102-0007 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | This ICR is titled “RCRA Expanded Public Participation (Renewal)" | Supporting & Related Material | ICR Supporting Statement | 2018-10-03T04:00:00Z | 2018 | 10 | 2018-12-04T13:54:35Z | 0 | 0 | 090000648378b903 | |||
| EPA-HQ-OLEM-2018-0102-0005 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: RCRA Expanded Public Participation | Notice | Information Collection Request (ICR) | 2018-08-14T04:00:00Z | 2018 | 8 | 2018-08-14T04:00:00Z | 2018-09-14T03:59:59Z | 2018-09-12T01:04:42Z | 2018-17441 | 0 | 0 | 090000648361dc4e |
| EPA-HQ-OLEM-2018-0102-0001 | EPA | RCRA Expanded Pubic Participation EPA-HQ-OLEM-2018-0102 | Agency Information Collection Activities; Proposals, Submissions, and Approvals: RCRA Expanded Public Participation | Notice | 2018-03-21T04:00:00Z | 2018 | 3 | 2018-03-21T04:00:00Z | 2018-05-22T03:59:59Z | 2018-04-03T01:03:09Z | 2018-05759 | 0 | 0 | 0900006483035777 |
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);