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-2023-0320" 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-2023-0320-0094 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | Final Drum Reconditioners Virtual Public Meeting November 2023 (Webpage) | Supporting & Related Material | Meeting Materials | 2023-12-01T05:00:00Z | 2023 | 12 | 2023-12-02T01:35:15Z | 0 | 0 | 09000064862c3cb6 | |||
| EPA-HQ-OLEM-2023-0320-0093 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | Drum Reconditioner Public Meeting Transcript 11 1 2023 | Supporting & Related Material | Transcript | 2023-11-30T05:00:00Z | 2023 | 11 | 2023-12-01T01:35:46Z | 0 | 0 | 09000064862c3e12 | |||
| EPA-HQ-OLEM-2023-0320-0011 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | Used Drum Management and Reconditioning | Proposed Rule | Extension of Comment Period | 2023-09-05T04:00:00Z | 2023 | 9 | 2023-09-05T13:12:17Z | 2023-19014 | 0 | 0 | 0900006485f419c1 | ||
| EPA-HQ-OLEM-2023-0320-0004 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | RIPA Letter to Jessica Young EPA February 3, 2023, Final | Supporting & Related Material | Letter | 2023-08-11T04:00:00Z | 2023 | 8 | 2023-08-12T01:23:17Z | 0 | 0 | 0900006485dccd0f | |||
| EPA-HQ-OLEM-2023-0320-0001 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | Used Drum Management and Reconditioning | Proposed Rule | Advance Notice of Proposed Rulemaking (ANPRM) | 2023-08-11T04:00:00Z | 2023 | 8 | 2023-08-11T04:00:00Z | 2023-11-23T04:59:59Z | 2023-12-01T02:01:22Z | 2023-16752 | 0 | 0 | 0900006485e17c19 |
| EPA-HQ-OLEM-2023-0320-0005 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | February 7 2023 RIPA Meeting Summary | Supporting & Related Material | Meeting Materials | 2023-08-11T04:00:00Z | 2023 | 8 | 2023-08-12T01:23:29Z | 0 | 0 | 0900006485dccd10 | |||
| EPA-HQ-OLEM-2023-0320-0003 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | EPA Drum Reconditioner RIPA Briefing 10/14/22 | Supporting & Related Material | Brief | 2023-08-11T04:00:00Z | 2023 | 8 | 2023-08-12T01:23:55Z | 0 | 0 | 0900006485dccd0e | |||
| EPA-HQ-OLEM-2023-0320-0002 | EPA | Used Drum Management and Reconditioning EPA-HQ-OLEM-2023-0320 | Drum Reconditioner Report Final September 2022 508 | Supporting & Related Material | Publication - USEPA | 2023-08-11T04:00:00Z | 2023 | 8 | 2023-08-12T01:23:42Z | 0 | 0 | 0900006485dab062 |
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);