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

12 rows where agency_id = "DOE", document_type = "Proposed Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 12 ✖

document_type 1

  • Proposed Rule · 12 ✖

agency_id 1

  • DOE · 12 ✖
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
DOE-HQ-2023-0063-0043 DOE NEPA Categorical Exclusions DOE-HQ-2023-0063 National Environmental Policy Act Implementing Procedures Proposed Rule   2023-12-26T05:00:00Z 2023 12 2023-12-26T05:00:00Z 2024-01-17T04:59:59Z 2024-01-27T20:10:23Z 2023-28429 0 0 09000064863598e1
DOE-HQ-2022-0024-0001 DOE Social Security Number Fraud Prevention Act DOE-HQ-2022-0024 Social Security Number Fraud Prevention Act Proposed Rule   2023-12-18T05:00:00Z 2023 12 2023-12-18T05:00:00Z 2024-01-18T04:59:59Z 2023-12-20T13:48:40Z 2023-27616 0 0 090000648634345f
DOE-HQ-2023-0067-0001 DOE Interpretation of Foreign Entity of Concern DOE-HQ-2023-0067 Interpretation of Foreign Entity of Concern Proposed Rule   2023-12-04T05:00:00Z 2023 12 2023-12-04T05:00:00Z 2024-01-04T04:59:59Z 2024-04-20T01:00:39Z 2023-26479 0 0 09000064862e3656
DOE-HQ-2023-0058-0001 DOE DOE-78 DOE-HQ-2023-0058 Privacy Act; Implementation of Exemptions Proposed Rule   2023-11-27T05:00:00Z 2023 11 2023-11-27T05:00:00Z 2023-12-28T04:59:59Z 2024-01-03T03:06:56Z 2023-25982 0 0 09000064862b7114
DOE-HQ-2023-0063-0001 DOE NEPA Categorical Exclusions DOE-HQ-2023-0063 National Environmental Policy Act Implementing Procedures Proposed Rule   2023-11-16T05:00:00Z 2023 11 2023-11-16T05:00:00Z 2024-01-17T04:59:59Z 2024-02-27T02:00:46Z 2023-25174 0 0 09000064862878e0
DOE-HQ-2024-0002-0001 DOE Acquisition Regulation DOE-HQ-2024-0002 Acquisition Regulation Proposed Rule   2023-10-26T04:00:00Z 2023 10 2023-10-26T04:00:00Z 2023-12-27T04:59:59Z 2024-04-02T01:03:41Z 2023-16875 0 0 0900006486140195
DOE-HQ-2023-0059-0001 DOE Chronic Beryllium Disease Prevention Program DOE-HQ-2023-0059 Chronic Beryllium Disease Prevention Program Proposed Rule   2023-08-23T04:00:00Z 2023 8 2023-08-23T04:00:00Z 2023-09-23T03:59:59Z 2023-10-04T14:02:19Z 2023-18082 0 0 0900006485ed8c28
DOE-HQ-2023-0050-0002 DOE Coordination of Federal Authorizations for Electric Transmission Facilities DOE-HQ-2023-0050 Meetings: Coordination of Federal Authorizations for Electric Transmission Facilities Proposed Rule   2023-08-22T04:00:00Z 2023 8 2023-08-22T04:00:00Z 2023-10-03T03:59:59Z 2023-10-04T01:00:25Z 2023-17955 0 0 0900006485ed53a2
DOE-HQ-2023-0050-0001 DOE Coordination of Federal Authorizations for Electric Transmission Facilities DOE-HQ-2023-0050 Coordination of Federal Authorizations for Electric Transmission Facilities Proposed Rule   2023-08-16T04:00:00Z 2023 8 2023-08-16T04:00:00Z 2023-10-03T03:59:59Z 2024-01-18T02:00:21Z 2023-17283 0 0 0900006485e569d1
DOE-HQ-2023-0051-0001 DOE Unified Agenda of Federal Regulatory and Deregulatory Actions DOE-HQ-2023-0051 Unified Agenda of Federal Regulatory and Deregulatory Actions Proposed Rule   2023-07-27T04:00:00Z 2023 7 2023-07-27T04:00:00Z   2023-08-09T17:01:58Z 2023-14543 0 0 0900006485d5d3da
DOE-HQ-2023-0019-0001 DOE Fall 2022 Unified Agenda of Regulatory and Deregulatory Actions DOE-HQ-2023-0019 Fall 2022 Unified Agenda of Regulatory and Deregulatory Actions Proposed Rule   2023-02-22T05:00:00Z 2023 2 2023-02-22T05:00:00Z   2023-03-08T14:43:27Z 2023-02270 0 0 09000064856ee1ae
DOE-HQ-2023-0002-0002 DOE Request for Information: Categorical Exclusions DOE-HQ-2023-0002 Request for Information: Categorical Exclusions Proposed Rule   2023-01-12T05:00:00Z 2023 1 2023-01-12T05:00:00Z 2023-02-14T04:59:59Z 2023-03-15T01:00:46Z 2023-00430 0 0 09000064855e89e8

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 966.993ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API