home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

13 rows where agency_id = "DOI", document_type = "Rule" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, title, posted_date, posted_month, comment_start_date, comment_end_date, fr_doc_num, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2025 · 13 ✖

document_type 1

  • Rule · 13 ✖

agency_id 1

  • DOI · 13 ✖
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
DOI-2024-0012-0001 DOI Subsistence Management Regulations for Public Lands in Alaska - Transfer of Regulations DOI-2024-0012 Federal Subsistence Management Program: Transfer of Regulations Rule   2025-07-18T04:00:00Z 2025 7 2025-07-18T04:00:00Z 2025-07-19T03:59:59Z 2025-09-16T15:40:41Z 2025-13497 0 0 09000064b8e82883
DOI-2025-0004-6609 DOI National Environmental Policy Act Implementing Regulations DOI-2025-0004 National Environmental Policy Act Implementing Regulations Rule   2025-07-03T04:00:00Z 2025 7 2025-07-03T04:00:00Z 2025-08-05T03:59:59Z 2025-09-16T15:46:25Z 2025-12433 0 0 09000064b8e511ba
DOI-2025-0004-0001 DOI National Environmental Policy Act Implementing Regulations DOI-2025-0004 National Environmental Policy Act Implementing Regulations Rule   2025-07-03T04:00:00Z 2025 7 2025-07-03T04:00:00Z 2025-08-05T03:59:59Z 2025-08-08T09:01:28Z 2025-12433 0 0 09000064b8e4deec
DOI-2025-0004-6610 DOI National Environmental Policy Act Implementing Regulations DOI-2025-0004 National Environmental Policy Act Implementing Regulations Rule   2025-07-03T04:00:00Z 2025 7     2025-12-23T02:10:43Z   0 1 09000064b8e50cf8
DOI-2022-0010-0011 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices before the Department of the Interior; Delay of Effective Date Rule   2025-06-09T00:00:00Z 2025 6 2025-06-09T00:00:00Z   2025-06-13T16:28:42Z 2025-10374 0 0 09000064b8de49e5
DOI-2022-0010-0012 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices before the Department of the Interior; Correction Rule   2025-06-02T04:00:00Z 2025 6 2025-06-02T04:00:00Z   2025-06-13T16:31:31Z 2025-09937 0 0 09000064b8dceade
DOI-2024-0017-0005 DOI Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands DOI-2024-0017 Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands Rule   2025-05-16T00:00:00Z 2025 5 2025-05-16T00:00:00Z   2025-05-21T21:58:47Z 2025-08760 0 0 09000064b8d62b0e
DOI-2022-0010-0009 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices Before the Department of the Interior; Delay of Effective Date Rule   2025-05-05T00:00:00Z 2025 5 2025-05-05T00:00:00Z   2025-05-21T20:33:38Z 2025-07725 0 0 09000064b8cfd508
DOI-2024-0017-0004 DOI Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands DOI-2024-0017 Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands Rule   2025-04-16T00:00:00Z 2025 4 2025-04-16T00:00:00Z   2025-05-20T14:34:07Z 2025-06480 0 0 0900006486a95850
DOI-2022-0010-0008 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices Before the Department of the Interior; Delay of Effective Date Rule   2025-03-18T00:00:00Z 2025 3 2025-03-18T00:00:00Z   2025-05-20T14:23:37Z 2025-04310 0 0 0900006486a059b6
DOI-2022-0010-0010 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices Before the Department of the Interior; Delay of Effective Date Rule   2025-02-10T00:00:00Z 2025 2 2025-02-10T00:00:00Z   2025-05-20T15:04:29Z 2025-02472 0 0 0900006486946b13
DOI-2024-0017-0001 DOI Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands DOI-2024-0017 Joint Policies of the Departments of the Interior and of the Army Relative to Reservoir Project Lands Rule   2025-01-16T05:00:00Z 2025 1 2025-01-16T05:00:00Z 2025-03-18T03:59:59Z 2025-03-10T01:00:29Z 2025-00510 0 0 09000064868c9efd
DOI-2022-0010-0003 DOI Practices Before the Department of the Interior DOI-2022-0010 Practices before the Department of the Interior Rule   2025-01-10T05:00:00Z 2025 1 2025-01-10T05:00:00Z 2025-02-11T04:59:59Z 2025-06-03T16:44:03Z 2024-30358 0 0 09000064868add9d

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 885.183ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API