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-2020-0278" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2021 4
  • 2020 1
  • 2022 1

document_type 1

  • Notice · 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-2020-0278-0066 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight Notice   2022-01-03T05:00:00Z 2022 1     2022-01-03T14:12:29Z 2021-28457 0 0 0900006484f0308a
USCG-2020-0278-0060 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight Notice   2021-09-09T04:00:00Z 2021 9     2021-09-09T14:13:54Z 2021-19464 0 0 0900006484d670ce
USCG-2020-0278-0038 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight; Correction Notice   2021-07-21T04:00:00Z 2021 7     2021-07-21T13:10:35Z 2021-15455 0 0 0900006484c052fb
USCG-2020-0278-0035 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight Notice   2021-07-15T04:00:00Z 2021 7 2021-07-15T04:00:00Z 2021-10-01T03:59:59Z 2021-10-02T01:00:43Z 2021-14757 0 0 0900006484bf9d54
USCG-2020-0278-0029 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight Notice   2021-04-12T04:00:00Z 2021 4 2021-04-12T04:00:00Z 2021-05-13T03:59:59Z 2021-05-14T01:00:20Z 2021-07469 0 0 0900006484aa357b
USCG-2020-0278-0001 USCG None USCG-2020-0278 Port Access Route Study: Northern New York Bight Notice   2020-06-29T04:00:00Z 2020 6 2020-06-29T04:00:00Z 2020-10-01T03:59:59Z 2021-09-09T16:21:15Z 2020-13901 0 0 0900006484715d53

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