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 = "BLM", 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

  • BLM · 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
BLM-2023-0007-0001 BLM Temporary Closure and Restriction Orders BLM-2023-0007 Temporary Closure and Restriction Orders Proposed Rule   2023-11-21T05:00:00Z 2023 11 2023-11-21T05:00:00Z 2024-01-23T04:59:59Z 2024-04-08T15:35:28Z 2023-25698 0 0 090000648629f6f1
BLM-2023-0006-77782 BLM Management and Protection of the National Petroleum Reserve in Alaska BLM-2023-0006 Management and Protection of the National Petroleum Reserve in Alaska Proposed Rule   2023-11-17T05:00:00Z 2023 11 2023-11-17T05:00:00Z   2023-11-22T18:34:44Z 2023-25486 0 0 090000648628c9cb
BLM-2023-0006-34425 BLM Management and Protection of the National Petroleum Reserve in Alaska BLM-2023-0006 Management and Protection of the National Petroleum Reserve in Alaska Proposed Rule   2023-10-24T04:00:00Z 2023 10 2023-10-24T04:00:00Z 2023-11-18T04:59:59Z 2023-11-18T02:00:51Z 2023-23427 0 0 090000648612bbd6
BLM-2023-0002-0025 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Public Lands: Wyoming Proposed Rule   2023-09-12T04:00:00Z 2023 9 2023-09-12T04:00:00Z 2023-11-14T04:59:59Z 2024-05-07T17:19:31Z 2023-19634 0 0 0900006485f8722b
BLM-2023-0006-0001 BLM Management and Protection of the National Petroleum Reserve in Alaska BLM-2023-0006 Management and Protection of the National Petroleum Reserve: Alaska Proposed Rule   2023-09-08T04:00:00Z 2023 9 2023-09-08T04:00:00Z 2023-12-08T04:59:59Z 2024-01-05T02:04:14Z 2023-18990 0 0 0900006485f5bbf2
BLM-2023-0005-0001 BLM Fluid Mineral Leases and Leasing Process BLM-2023-0005 Fluid Mineral Leases and Leasing Process Proposed Rule   2023-07-24T04:00:00Z 2023 7 2023-07-24T04:00:00Z 2023-09-23T03:59:59Z 2023-10-12T01:00:57Z 2023-14287 0 0 0900006485d215af
BLM-2023-0001-154331 BLM Conservation and Landscape Health BLM-2023-0001 Conservation and Landscape Health; Extension of Comment Period Proposed Rule   2023-06-20T04:00:00Z 2023 6 2023-06-20T04:00:00Z 2023-07-06T03:59:59Z 2024-05-07T17:24:18Z 2023-13050 0 0 0900006485b77eb2
BLM-2023-0004-0001 BLM Rights-of-Way, Leasing, and Operations for Renewable Energy BLM-2023-0004 Rights-of-Way, Leasing, and Operations for Renewable Energy Proposed Rule   2023-06-16T04:00:00Z 2023 6 2023-06-16T04:00:00Z 2023-08-16T03:59:59Z 2023-08-26T01:05:10Z 2023-12178 0 0 0900006485b38c7c
BLM-2023-0002-0003 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Canyons of the Ancients National Monument in Dolores and Montezuma Counties, CO Proposed Rule   2023-04-06T04:00:00Z 2023 4 2023-04-06T04:00:00Z   2023-04-13T13:09:21Z 2023-06806 0 0 09000064858f2316
BLM-2023-0001-0001 BLM Conservation and Landscape Health BLM-2023-0001 Conservation and Landscape Health Proposed Rule   2023-04-03T04:00:00Z 2023 4 2023-04-03T04:00:00Z 2023-07-06T03:59:59Z 2023-07-07T01:01:25Z 2023-06310 0 0 09000064858c8594
BLM-2023-0002-0001 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Individual Special Recreation Permit: Moab Canyons Special Wildlife Area (Mineral and Hell Roaring Canyons) Managed by the Moab Field Office in Grand County, UT Proposed Rule   2023-01-31T05:00:00Z 2023 1 2023-01-31T05:00:00Z 2023-04-04T03:59:59Z 2023-04-05T13:55:15Z 2023-01694 0 0 090000648561ed03
BLM_FRDOC_0001-0155 BLM Recently Posted BLM Rules and Notices. BLM_FRDOC_0001 Update of the Communications Uses Program, Cost Recovery Fee Schedules and Section 512 of FLPMA for Rights-of-Way Proposed Rule   2023-01-13T05:00:00Z 2023 1 2023-01-13T05:00:00Z 2023-01-24T04:59:59Z 2023-01-24T02:00:44Z 2023-00620 0 0 09000064855eb940

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