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

9 rows where docket_id = "BSEE-2012-0005" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2013 6
  • 2018 2
  • 2016 1

document_type 3

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

agency_id 1

  • BSEE 9
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-2012-0005-0074 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 FINAL EA_incorp FONSI (08-24-16) Supporting & Related Material   2018-09-21T04:00:00Z 2018 9     2018-10-19T00:37:12Z   0 0 0900006483744049
BSEE-2012-0005-0073 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 AA10 RIA final 08-15-16 Supporting & Related Material   2018-09-21T04:00:00Z 2018 9     2018-10-19T00:37:32Z   0 0 090000648374404a
BSEE-2012-0005-0072 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Oil and Gas and Sulfur Operations on the Outer Continental Shelf: Oil and Gas Production Safety Systems Rule   2016-09-07T04:00:00Z 2016 9 2016-09-07T04:00:00Z   2016-09-07T13:40:06Z 2016-20967 0 0 09000064821db836
BSEE-2012-0005-0016 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Oil and Gas and Sulphur Operations on the Outer Continental Shelf: Oil and Gas Production Safety Systems Proposed Rule   2013-09-27T04:00:00Z 2013 9 2013-09-27T04:00:00Z 2013-12-06T04:59:59Z 2018-02-27T02:02:46Z 2013-23520 0 0 090000648143d86a
BSEE-2012-0005-0012 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Oil and Gas and Sulphur Operations on the Outer Continental Shelf: Oil and Gas Production Safety Systems Proposed Rule   2013-09-04T04:00:00Z 2013 9 2013-09-04T04:00:00Z   2013-09-12T10:53:17Z C1-2013-19861 0 0 09000064813d912e
BSEE-2012-0005-0004 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Subpart H FONSI Supporting & Related Material   2013-08-23T04:00:00Z 2013 8     2013-08-23T18:08:26Z   0 0 09000064813b0e35
BSEE-2012-0005-0005 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Subpart H Environmental Analysis Supporting & Related Material   2013-08-23T04:00:00Z 2013 8     2013-08-23T18:09:38Z   0 0 09000064813b0e37
BSEE-2012-0005-0003 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Subpart H Economic Analysis Supporting & Related Material   2013-08-23T04:00:00Z 2013 8     2013-08-23T18:05:37Z   0 0 09000064813b0d56
BSEE-2012-0005-0001 BSEE AA10 - Oil and Gas Production Safety Systems BSEE-2012-0005 Oil and Gas and Sulphur Operations on the Outer Continental Shelf: Oil and Gas Production Safety Systems Proposed Rule   2013-08-22T04:00:00Z 2013 8 2013-08-22T04:00:00Z 2013-10-22T03:59:59Z 2015-11-07T02:30:53Z 2013-19861 0 0 09000064813bf14e

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