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 = "BSEE-2012-0002" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2010 3
  • 2012 1
  • 2013 1

document_type 2

  • Rule 4
  • Supporting & Related Material 1

agency_id 1

  • BSEE 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
BSEE-2012-0002-0047 BSEE AA02 - Increased Safety Measures for Energy Development on the Outer Continental Shelf BSEE-2012-0002 Regulatory Impact Analysis Supporting & Related Material   2013-02-07T05:00:00Z 2013 2     2013-02-07T14:58:52Z   0 0 09000064811e9c68
BSEE-2012-0002-0046 BSEE AA02 - Increased Safety Measures for Energy Development on the Outer Continental Shelf BSEE-2012-0002 Oil and Gas and Sulphur Operations on the Outer Continental Shelf-Increased Safety Measures for Energy Development on the Outer Continental Shelf Rule   2012-08-22T04:00:00Z 2012 8 2012-08-22T04:00:00Z   2012-08-22T20:30:52Z 2012-20090 0 0 09000064810eb4c7
BSEE-2012-0002-0039 BSEE AA02 - Increased Safety Measures for Energy Development on the Outer Continental Shelf BSEE-2012-0002 AD68/AA02 - Oil and Gas and Sulphur Operations in the Outer Continental Shelf–Increased Safety Measures for Energy Development on the Outer Continental Shelf Rule   2010-12-23T05:00:00Z 2010 12 2012-08-21T04:00:00Z   2012-08-23T02:03:30Z 2010-32173 0 0 09000064810e79ba
BSEE-2012-0002-0038 BSEE AA02 - Increased Safety Measures for Energy Development on the Outer Continental Shelf BSEE-2012-0002 Oil and Gas and Sulphur Operations in the Outer Continental Shelf-Increased Safety Measures for Energy Development on the Outer Continental Shelf; Correction Rule   2010-12-09T05:00:00Z 2010 12 2012-08-21T04:00:00Z   2012-08-22T20:38:41Z 2010-30990 0 0 09000064810e7964
BSEE-2012-0002-0001 BSEE AA02 - Increased Safety Measures for Energy Development on the Outer Continental Shelf BSEE-2012-0002 Oil and Gas and Sulphur Operations in the Outer Continental Shelf-Increased Safety Measures for Energy Development on the Outer Continental Shelf; Final Rule Rule   2010-10-14T04:00:00Z 2010 10 2012-08-21T04:00:00Z   2012-08-23T02:03:14Z 2010-25256 0 0 09000064810e6873

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