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

8 rows where docket_id = "BSEE-2018-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Supporting & Related Material 5
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2018 4
  • 2019 4

agency_id 1

  • BSEE 8
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
BSEE-2018-0002-46821 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 AA39 Final RIA Supporting & Related Material   2019-05-15T04:00:00Z 2019 5     2019-05-16T00:32:50Z   0 0 0900006483c852d3
BSEE-2018-0002-46819 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 AA39 - FONSI Supporting & Related Material   2019-05-15T04:00:00Z 2019 5     2019-05-16T00:33:23Z   0 0 0900006483c858a1
BSEE-2018-0002-46820 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 AA39 - Final Environmental Assessment Supporting & Related Material   2019-05-15T04:00:00Z 2019 5     2019-05-16T00:33:08Z   0 0 0900006483c852d2
BSEE-2018-0002-46818 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions Rule   2019-05-15T04:00:00Z 2019 5 2019-05-15T04:00:00Z   2019-05-15T18:44:13Z 2019-09362 0 0 0900006483c80aa4
BSEE-2018-0002-0037 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 Oil and Gas and Sulfur Operations in Outer Continental Shelf: Blowout Preventer Systems and Well Control Revisions; Correction; Extension of Comment Period Proposed Rule   2018-07-05T04:00:00Z 2018 7     2018-07-08T13:13:42Z 2018-14483 0 0 09000064834aa345
BSEE-2018-0002-0002 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 AA39 Draft Environmental Assessment Supporting & Related Material   2018-05-11T04:00:00Z 2018 5     2018-05-24T12:19:56Z   0 0 0900006483259943
BSEE-2018-0002-0001 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 Oil and Gas and Sulfur Operations in Outer Continental Shelf: Blowout Preventer Systems and Well Control Revisions Proposed Rule   2018-05-11T04:00:00Z 2018 5 2018-05-11T04:00:00Z 2018-08-07T03:59:59Z 2018-08-22T01:06:04Z 2018-09305 0 0 0900006483258bde
BSEE-2018-0002-0003 BSEE Oil and Gas and Sulfur Operations in the Outer Continental Shelf-Blowout Preventer Systems and Well Control Revisions BSEE-2018-0002 AA39 IRIA Supporting & Related Material   2018-05-11T04:00:00Z 2018 5     2018-05-24T12:20:23Z   0 0 0900006483259948

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