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

4 rows where agency_id = "BSEE" and posted_year = 2011 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 3

  • Notice 2
  • Other 1
  • Rule 1

posted_year 1

  • 2011 · 4 ✖

agency_id 1

  • BSEE · 4 ✖
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-2011-0005-0002 BSEE 30 CFR 282 - IC BSEE-2011-0005 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Operations in the Outer Continental Shelf for Minerals Other than Oil, Gas, and Sulphur Notice   2011-12-22T05:00:00Z 2011 12 2011-12-22T05:00:00Z 2012-02-22T04:59:59Z 2012-03-24T19:33:38Z 2011-32862 0 0 0900006480f87d13
BSEE-2011-0002-0001 BSEE Information Collection 1010-0050, 30 CFR 250, subpart J, Pipelines and Pipeline Rights-of-Way BSEE-2011-0002 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Pipelines and Pipeline Rights-of-Way Notice   2011-12-05T05:00:00Z 2011 12 2011-12-05T05:00:00Z 2012-02-04T04:59:59Z 2011-12-05T16:27:55Z 2011-31084 0 0 0900006480f7b5bb
BSEE-2011-0003-0001 BSEE Regional Oil Discharge Prevention and Contingency Plan - Shell 2012 Chukchi Sea EP BSEE-2011-0003 Shell Chukchi Sea Regional Oil Discharge Prevention and Contingency Plan Other   2011-11-16T05:00:00Z 2011 11 2011-11-16T05:00:00Z 2011-12-08T04:59:59Z 2012-01-15T12:18:24Z   0 0 0900006480f6df50
BSEE-2011-0001-0001 BSEE Reorganization of Title 30: Bureaus of Safety and Environmental Enforcement and Ocean Energy Management BSEE-2011-0001 Reorganization of Title 30: Bureaus of Safety and Environmental Enforcement and Ocean Energy Management Rule   2011-10-18T04:00:00Z 2011 10 2011-10-18T04:00:00Z   2011-10-18T13:25:16Z 2011-22675 0 0 0900006480f54eae

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