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

5 rows where docket_id = "USCG-2020-0670" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2020 4
  • 2021 1

document_type 2

  • Supporting & Related Material 3
  • Notice 2

agency_id 1

  • USCG 5
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-0670-0005 USCG None USCG-2020-0670 Collection of Information Under Review by Office of Management and Budget; OMB Control Number 1625-0127 Notice   2021-02-26T05:00:00Z 2021 2 2021-02-26T05:00:00Z 2021-03-30T03:59:59Z 2021-02-26T16:11:37Z 2021-03978 0 0 0900006484a4f4c4
USCG-2020-0670-0002 USCG None USCG-2020-0670 PAPERWORK REDUCTION ACT SUBMISSION Supporting & Related Material   2020-12-18T05:00:00Z 2020 12     2020-12-18T17:25:48Z   0 0 09000064849a81f7
USCG-2020-0670-0003 USCG None USCG-2020-0670 Supporting Statement Supporting & Related Material   2020-12-18T05:00:00Z 2020 12     2020-12-18T17:26:10Z   0 0 09000064849a81f8
USCG-2020-0670-0001 USCG None USCG-2020-0670 Information Collection Request to Office of Management and Budget; OMB Control Number: 1625-0127 Notice   2020-12-18T05:00:00Z 2020 12 2020-12-18T05:00:00Z 2021-02-17T04:59:59Z 2020-12-18T16:41:01Z 2020-27946 0 0 09000064849a75c1
USCG-2020-0670-0004 USCG None USCG-2020-0670 1625-0127_SS_r0_2020_calc-sheet_App-AB Supporting & Related Material   2020-12-18T05:00:00Z 2020 12     2020-12-18T17:26:16Z   0 0 09000064849a81f9

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