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

7 rows where docket_id = "BOEM_FRDOC_0001" and posted_year = 2021 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 4
  • Proposed Rule 3

posted_year 1

  • 2021 · 7 ✖

agency_id 1

  • BOEM 7
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-0560 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Revisions to the Requirements for Exploratory Drilling on the Arctic Outer Continental Shelf; Withdrawal Proposed Rule   2021-06-29T04:00:00Z 2021 6 2021-06-29T04:00:00Z   2021-06-29T11:49:23Z 2021-13803 0 0 0900006484bbd8eb
BOEM_FRDOC_0001-0552 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Outer Continental Shelf Oil and Gas Lease Sales Notice   2021-04-26T04:00:00Z 2021 4 2021-04-26T04:00:00Z   2021-04-26T12:03:10Z 2021-08626 0 0 0900006484ab688a
BOEM_FRDOC_0001-0546 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Environmental Impact Statements; Availability, etc.: Construction and Operations Plan for Vineyard Wind, LLC Notice   2021-03-03T05:00:00Z 2021 3 2021-03-03T05:00:00Z   2021-03-03T12:39:41Z 2021-04392 0 0 0900006484a5c6e0
BOEM_FRDOC_0001-0543 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Oil and Gas and Sulfur Operations in the Outer Continental Shelf: Revisions to the Requirements for Exploratory Drilling on the Arctic Outer Continental Shelf; Extension of Comment Period Proposed Rule   2021-02-10T05:00:00Z 2021 2 2021-02-10T05:00:00Z 2021-04-10T03:59:59Z 2021-04-09T01:00:14Z 2021-02799 0 0 0900006484a2c671
BOEM_FRDOC_0001-0542 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Risk Management, Financial Assurance and Loss Prevention; Withdrawal Proposed Rule   2021-01-22T05:00:00Z 2021 1 2021-01-22T05:00:00Z   2021-01-22T12:56:42Z 2021-01293 0 0 09000064849fc76d
BOEM_FRDOC_0001-0541 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Record of Decision: Gulf of Mexico, Outer Continental Shelf, Oil and Gas Lease Sale 257 Notice   2021-01-21T05:00:00Z 2021 1 2021-01-21T05:00:00Z   2021-01-21T13:06:33Z 2021-01251 0 0 09000064849faabe
BOEM_FRDOC_0001-0539 BOEM Recently Posted BOEM Rules and Notices. BOEM_FRDOC_0001 Area Identification for the Proposed Cook Inlet Oil and Gas Lease Sale 258 Notice   2021-01-15T05:00:00Z 2021 1 2021-01-15T05:00:00Z   2021-01-15T16:36:57Z 2021-00777 0 0 09000064849f4713

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