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 = "BSEE-2015-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 4
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2015 4
  • 2016 3

agency_id 1

  • BSEE 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
BSEE-2015-0002-0207 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 AA11 EA with signed FONSI (4-12-16) Supporting & Related Material   2016-05-09T04:00:00Z 2016 5     2016-05-10T00:31:42Z   0 0 0900006481fb7929
BSEE-2015-0002-0208 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 AA11 RIA.BSEE Well Control RIA Supporting & Related Material   2016-05-09T04:00:00Z 2016 5     2016-05-10T00:31:47Z   0 0 0900006481fb7928
BSEE-2015-0002-0206 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 Oil and Gas and Sulfur Operations in the Outer Continental Shelf; Blowout Preventer Systems and Well Control Rule   2016-04-29T04:00:00Z 2016 4 2016-04-29T04:00:00Z   2016-04-29T15:17:59Z 2016-08921 0 0 0900006481f980e0
BSEE-2015-0002-0061 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 Oil and Gas and Sulphur Operations: Oil and Gas and Sulphur Operations in the Outer Continental Shelf; Blowout Preventer Systems and Well Control Proposed Rule   2015-06-03T04:00:00Z 2015 6     2015-11-03T02:30:24Z 2015-13499 0 0 0900006481b17aed
BSEE-2015-0002-0003 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 BOP_Draft_EAclean.4.9.15 FINAL Supporting & Related Material   2015-04-17T04:00:00Z 2015 4     2015-04-18T00:40:39Z   0 0 0900006481aaa984
BSEE-2015-0002-0001 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 Oil and Gas and Sulphur Operations in the Outer Continental Shelf; Blowout Preventer Systems and Well Control Proposed Rule   2015-04-17T04:00:00Z 2015 4 2015-04-17T04:00:00Z 2015-07-17T03:59:59Z 2016-07-19T13:00:13Z 2015-08587 0 0 0900006481aab778
BSEE-2015-0002-0002 BSEE Oil and Gas and Sulphur Operations in the Outer Continental Shelf--Blowout Preventer Systems and Well Control BSEE-2015-0002 BSEE BOP-Well Control NPRM RIA 04-09-14 Supporting & Related Material   2015-04-17T04:00:00Z 2015 4     2015-04-21T19:20:04Z   0 0 0900006481aaa983

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