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

6 rows where docket_id = "USCG-2011-0992" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 5
  • Proposed Rule 1

posted_year 1

  • 2013 6

agency_id 1

  • USCG 6
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
USCG-2011-0992-0007 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 Revision of Crane Regulations Regulatory Analysis and Regulatory Flexibility Threshold Analysis Supporting & Related Material   2013-06-03T04:00:00Z 2013 6     2017-03-10T22:42:51Z   0 0 09000064813077e7
USCG-2011-0992-0006 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 Environmental Checklist (11/16/2012) Supporting & Related Material   2013-05-31T04:00:00Z 2013 5     2013-05-31T17:46:18Z   0 0 0900006481302b08
USCG-2011-0992-0003 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 Change Matrix for API Spec 2c Supporting & Related Material   2013-05-24T04:00:00Z 2013 5     2013-05-24T16:13:25Z   0 0 09000064812f80e4
USCG-2011-0992-0004 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 API RP 2D Table of Comparison Supporting & Related Material   2013-05-24T04:00:00Z 2013 5     2017-03-10T22:42:51Z   0 0 09000064812f8104
USCG-2011-0992-0005 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 Environmental Checklist 2011-0992 Supporting & Related Material   2013-05-24T04:00:00Z 2013 5     2013-05-24T16:16:39Z   0 0 09000064812f8153
USCG-2011-0992-0001 USCG Revision of Crane Regulation Standards for Mobile Offshore Drilling Units (MODUs), Offshore Supply Vessels (OSVs), and Floating Outer Continental Shelf (OSC) Facilities USCG-2011-0992 NPRM: Crane Regulation Standards: Mobile Offshore Drilling Units, Offshore Supply Vessels, and Floating Outer Continental Shelf Facilities; Revision (Federal Register Publication) Proposed Rule Notice of Proposed Rulemaking (NPRM) 2013-05-13T04:00:00Z 2013 5 2013-05-13T04:00:00Z 2013-08-13T03:59:59Z 2017-03-10T22:26:30Z 2013-11132 0 0 09000064812dfc18

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