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-2019-0862" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2021 9
  • 2019 2
  • 2022 2

document_type 2

  • Supporting & Related Material 10
  • Notice 3

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-2019-0862-0034 USCG None USCG-2019-0862 USCG-2019-0862_CHES_BAY_PARS__FINAL_REPORT Supporting & Related Material   2022-10-21T04:00:00Z 2022 10     2022-10-21T16:44:27Z   0 0 0900006485444242
USCG-2019-0862-0035 USCG None USCG-2019-0862 North_Carolina_Port_Access_Route_Study Supporting & Related Material   2022-10-21T00:00:00Z 2022 10     2022-10-21T19:14:24Z   0 1 0900006485444243
USCG-2019-0862-0033 USCG None USCG-2019-0862 Port Access Route Study: Approaches to the Chesapeake Bay, Virginia Notice   2021-10-22T04:00:00Z 2021 10     2021-10-26T14:37:22Z 2021-23103 0 0 0900006484de25a1
USCG-2019-0862-0032 USCG None USCG-2019-0862 Enclosure 2 – USCG NAVCEN IWRAP Analysis – Delta case Supporting & Related Material   2021-09-02T04:00:00Z 2021 9     2021-09-02T18:19:11Z   0 0 0900006484d4604b
USCG-2019-0862-0020 USCG None USCG-2019-0862 Port Access Route Study Approaches to the Chesapeake Bay VA - Draft Report Supporting & Related Material   2021-07-01T04:00:00Z 2021 7     2021-07-01T16:41:37Z   0 0 0900006484bc7c7f
USCG-2019-0862-0019 USCG None USCG-2019-0862 USCG-2019-0862-DRAFT-PARS-REPORT-0017 Supporting & Related Material   2021-06-16T04:00:00Z 2021 6     2021-06-16T19:29:04Z   0 0 0900006484b478de
USCG-2019-0862-0018 USCG None USCG-2019-0862 Port Access Route Study: Approaches to the Chesapeake Bay, Virginia Notice   2021-06-16T04:00:00Z 2021 6 2021-06-16T04:00:00Z 2021-07-17T03:59:59Z 2021-07-17T23:57:48Z 2021-12671 0 0 0900006484b870ae
USCG-2019-0862-0016 USCG None USCG-2019-0862 Enclosure 2 – USCG NAVCEN IWRAP Analysis Supporting & Related Material   2021-05-26T04:00:00Z 2021 5     2021-05-26T16:38:10Z   0 0 0900006484b35459
USCG-2019-0862-0015 USCG None USCG-2019-0862 Enclosure 1 – AIS Traffic Density Maps Supporting & Related Material   2021-05-26T04:00:00Z 2021 5     2021-05-26T16:38:05Z   0 0 0900006484b3545a
USCG-2019-0862-0017 USCG None USCG-2019-0862 Enclosure 3 – USCG NAVCEN Tug and Tow Analysis Supporting & Related Material   2021-05-26T04:00:00Z 2021 5     2021-05-26T16:38:15Z   0 0 0900006484b35458
USCG-2019-0862-0014 USCG None USCG-2019-0862 Enclosure 1 – USCG NAVCEN Traffic Analysis Supporting & Related Material   2021-05-26T04:00:00Z 2021 5     2021-05-26T16:37:59Z   0 0 0900006484b3545b
USCG-2019-0862-0003 USCG None USCG-2019-0862 Draft PARS Report for the Approaches to the Chesapeake Bay, VA Supporting & Related Material   2019-12-02T05:00:00Z 2019 12     2021-05-26T16:38:52Z   0 0 09000064841d8776
USCG-2019-0862-0001 USCG None USCG-2019-0862 Port Access Route Study: Approaches to the Chesapeake Bay, Virginia Notice   2019-11-27T05:00:00Z 2019 11 2019-11-27T05:00:00Z 2020-01-28T04:59:59Z 2020-05-09T01:00:43Z 2019-25757 0 0 09000064841bf81b

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