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 docket_id = "BOEM_FRDOC_0001" and document_type = "Rule" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2014 2
  • 2019 1
  • 2020 1
  • 2025 1

document_type 1

  • Rule · 5 ✖

agency_id 1

  • BOEM 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
BOEM_FRDOC_0001-0771 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Oil and Gas and Sulfur Operations in the Outer Continental Shelf; CFR Correction Rule   2025-12-15T05:00:00Z 2025 12 2025-12-15T05:00:00Z   2025-12-15T17:24:46Z 2025-22767 0 0 09000064b90d34da
BOEM_FRDOC_0001-0512 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 2020 Civil Penalties Inflation Adjustments for Oil, Gas, and Sulfur Operations in the Outer Continental Shelf Rule   2020-02-07T05:00:00Z 2020 2 2020-02-07T05:00:00Z   2020-02-07T12:49:47Z 2020-02059 0 0 090000648433b826
BOEM_FRDOC_0001-0503 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Policy Statement on Regulating Workplace Safety and Health Conditions on Renewable Energy Facilities on the Outer Continental Shelf Rule   2019-10-18T04:00:00Z 2019 10 2019-10-18T04:00:00Z   2019-10-18T11:47:27Z 2019-22826 0 0 09000064840be62e
BOEM_FRDOC_0001-0296 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Consumer Price Index Adjustments of the Oil Pollution Act of 1990 Limit of Liability for Offshore Facilities Rule   2014-12-12T05:00:00Z 2014 12 2014-12-12T05:00:00Z   2014-12-12T14:13:00Z 2014-29093 0 0 0900006481970460
BOEM_FRDOC_0001-0250 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Submission Timing Requirements: Site Assessment Plans, General Activities Plans forRenewable Energy Project on the Outer Continental Shelf Rule   2014-04-17T04:00:00Z 2014 4 2014-04-17T04:00:00Z   2014-04-17T13:26:52Z 2014-08488 0 0 09000064816b7e1a

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