documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
5 rows where docket_id = "EPA-HQ-OAR-2025-0312" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: 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-OAR-2025-0312-0006 | EPA | 2025 Petitions and Requests for Technology Transitions Under the American Innovation and Manufacturing Act EPA-HQ-OAR-2025-0312 | Memo Extending the Comment Period | Other | Memorandum to Open a Docket | 2025-07-11T04:00:00Z | 2025 | 7 | 2025-07-11T04:00:00Z | 2025-07-11T18:49:59Z | 0 | 0 | 09000064b8e65755 | ||
| EPA-HQ-OAR-2025-0312-0003 | EPA | 2025 Petitions and Requests for Technology Transitions Under the American Innovation and Manufacturing Act EPA-HQ-OAR-2025-0312 | Additional Petitions, Requests, and Related Materials for Technology Transitions Under the American Innovation and Manufacturing Act | Supporting & Related Material | Petition | 2025-07-10T04:00:00Z | 2025 | 7 | 2025-07-10T18:39:49Z | 0 | 0 | 09000064b8e18aa9 | |||
| EPA-HQ-OAR-2025-0312-0004 | EPA | 2025 Petitions and Requests for Technology Transitions Under the American Innovation and Manufacturing Act EPA-HQ-OAR-2025-0312 | Memo to Docket - EPA Accepting Comments | Other | Memorandum to Open a Docket | 2025-06-26T04:00:00Z | 2025 | 6 | 2025-07-11T19:25:18Z | 0 | 0 | 09000064b8e2999f | |||
| EPA-HQ-OAR-2025-0312-0001 | EPA | 2025 Petitions and Requests for Technology Transitions Under the American Innovation and Manufacturing Act EPA-HQ-OAR-2025-0312 | Memo to Open Docket for Comment | Other | Memorandum to Open a Docket | 2025-06-16T04:00:00Z | 2025 | 6 | 2025-06-16T04:00:00Z | 2025-08-02T03:59:59Z | 2025-08-02T09:00:17Z | 0 | 0 | 09000064b8e13055 | |
| EPA-HQ-OAR-2025-0312-0002 | EPA | 2025 Petitions and Requests for Technology Transitions Under the American Innovation and Manufacturing Act EPA-HQ-OAR-2025-0312 | CUSER petition under subsection (i) of the AIM Act, cold storage warehouses, supplemental information, and responses | Supporting & Related Material | Petition | 2025-06-16T04:00:00Z | 2025 | 6 | 2025-06-16T22:34:29Z | 0 | 0 | 09000064b8dee5ef |
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);