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

5 rows where agency_id = "BLM", document_type = "Proposed Rule" and posted_year = 2022 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2022 · 5 ✖

document_type 1

  • Proposed Rule · 5 ✖

agency_id 1

  • BLM · 5 ✖
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-2022-0003-0001 BLM Waste Prevention, Production Subject to Royalties, and Resource Conservation BLM-2022-0003 Waste Prevention, Production Subject to Royalties, and Resource Conservation Proposed Rule   2022-11-30T05:00:00Z 2022 11 2022-11-30T05:00:00Z 2023-01-31T04:59:59Z 2023-07-29T01:00:49Z 2022-25345 0 0 090000648550a1f4
BLM-2023-0002-0020 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Public Lands in the Cotoni-Coast Dairies Unit of the California Coastal National Monument in Santa Cruz County, CA Proposed Rule   2022-11-29T05:00:00Z 2022 11 2022-11-29T05:00:00Z 2023-01-31T04:59:59Z 2023-04-13T14:29:52Z 2022-25810 0 0 0900006485507bd6
BLM-2023-0002-0019 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Travel Management on Public Lands: Montrose, Delta, San Miguel, and Ouray Counties, CO Proposed Rule   2022-11-28T05:00:00Z 2022 11 2022-11-28T05:00:00Z 2023-01-28T04:59:59Z 2023-04-13T14:29:15Z 2022-25460 0 0 0900006485504702
BLM-2022-0002-0001 BLM Update of the Communications Uses Program, Cost Recovery Fee Schedules, and Section 512 of FLPMA for Rights-of-Way BLM-2022-0002 Communications Uses Program, Cost Recovery Fee Schedules, and Section 512 of FLPMA for Rights-of-Way Proposed Rule   2022-11-07T05:00:00Z 2022 11 2022-11-07T05:00:00Z 2023-01-24T04:59:59Z 2023-02-10T02:00:45Z 2022-22608 0 0 0900006485492a5f
BLM-2023-0002-0017 BLM DO NOT POST Supplementary Rules BLM-2023-0002 Supplementary Rule for Public Lands Managed by the Missoula Field Office in Missoula, Granite, and Powell Counties, MT Proposed Rule   2022-08-04T04:00:00Z 2022 8 2022-08-04T04:00:00Z 2022-10-04T03:59:59Z 2023-04-13T14:27:39Z 2022-16295 0 0 090000648520feac

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