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

13 rows where docket_id = "USCG-2016-0916" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2017 12
  • 2018 1

document_type 2

  • Supporting & Related Material 7
  • Proposed Rule 6

agency_id 1

  • USCG 13
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-2016-0916-0206 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA; Withdrawal Proposed Rule Withdrawal 2018-04-27T04:00:00Z 2018 4 2018-04-27T04:00:00Z   2018-04-27T14:00:59Z 2018-08871 0 0 09000064831ea825
USCG-2016-0916-0196 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA Proposed Rule Withdrawal 2017-11-17T05:00:00Z 2017 11 2017-11-17T05:00:00Z 2018-01-17T04:59:59Z 2018-01-17T14:02:15Z 2017-24942 0 0 0900006482c8a400
USCG-2016-0916-0064 USCG None USCG-2016-0916 USCG Note re Postponement of Govt-to-Govt Consultation Supporting & Related Material   2017-07-12T04:00:00Z 2017 7     2017-07-12T11:29:52Z   0 0 090000648290fb0c
USCG-2016-0916-0063 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA; Supplemental Notice of Tribal Consultation Proposed Rule Supplemental Notice of Proposed Rulemaking (SNPRM) 2017-06-16T04:00:00Z 2017 6 2017-06-16T04:00:00Z 2017-08-10T03:59:59Z 2017-08-10T01:06:30Z 2017-12494 0 0 09000064826e479d
USCG-2016-0916-0062 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA; Notice of Tribal Consultation Proposed Rule Notice of Proposed Rulemaking (NPRM) 2017-06-01T04:00:00Z 2017 6 2017-06-01T04:00:00Z 2017-08-10T03:59:59Z 2017-08-10T01:06:03Z 2017-11456 0 0 0900006482675bc7
USCG-2016-0916-0060 USCG None USCG-2016-0916 Letter received by the Coast Guard Supporting & Related Material   2017-05-22T04:00:00Z 2017 5     2017-05-22T12:38:27Z   0 0 09000064825f3031
USCG-2016-0916-0058 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA Proposed Rule Notice of Proposed Rulemaking (NPRM) 2017-05-16T04:00:00Z 2017 5 2017-05-16T04:00:00Z 2017-08-10T03:59:59Z 2017-08-10T13:03:17Z 2017-09884 0 0 09000064825c4f37
USCG-2016-0916-0034 USCG None USCG-2016-0916 Negative Determination CZMA Letter_10May Supporting & Related Material   2017-05-12T04:00:00Z 2017 5     2017-05-12T11:49:58Z   0 0 09000064825a85ef
USCG-2016-0916-0033 USCG None USCG-2016-0916 2017 REC Checklist Anchorage Changes- 10 May 2017 Supporting & Related Material   2017-05-12T04:00:00Z 2017 5     2017-05-12T11:50:05Z   0 0 09000064825a85ee
USCG-2016-0916-0032 USCG None USCG-2016-0916 Letter received by the Coast Guard Supporting & Related Material   2017-05-11T04:00:00Z 2017 5     2017-05-11T17:49:58Z   0 0 09000064825a5161
USCG-2016-0916-0001 USCG None USCG-2016-0916 Anchorages; Captain of the Port Puget Sound Zone, WA Proposed Rule Notice of Proposed Rulemaking (NPRM) 2017-02-10T05:00:00Z 2017 2 2017-02-10T05:00:00Z 2017-05-12T03:59:59Z 2017-05-12T13:02:32Z 2017-02683 0 0 09000064824b8c17
USCG-2016-0916-0003 USCG None USCG-2016-0916 Anchorage Chartlets Map 2016 Supporting & Related Material   2017-02-10T05:00:00Z 2017 2     2017-02-10T20:39:36Z   0 0 09000064824ba455
USCG-2016-0916-0002 USCG None USCG-2016-0916 Categorical Exclusion Determination Supporting & Related Material   2017-02-10T05:00:00Z 2017 2     2017-02-10T20:39:19Z   0 0 09000064824ba456

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