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

8 rows where docket_id = "NARA-20-0014" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2020 8

document_type 1

  • Other · 8 ✖

agency_id 1

  • NARA 8
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
NARA-20-0014-0009 NARA NARA-2020-044 Records schedules NARA-20-0014 NARA-20-0014 Consolidated Reply for all schedules in this notice (no comments received) Other Consolidated Reply 2020-08-04T04:00:00Z 2020 8 2020-08-04T04:00:00Z   2020-10-07T03:13:17Z   0 0 09000064847d3796
NARA-20-0014-0007 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0560-2017-0022 DHS, Transportation Security Administration, Common Use Records Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:14:58Z   0 0 09000064846cfd82
NARA-20-0014-0004 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0266-2019-0004 SEC, Office of the Advocate for Small Business Capital Formation, Small Business Capital Formation Advisory Committee Records Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:13:55Z   0 0 09000064846cfd7f
NARA-20-0014-0002 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0026-2020-0001 DHS, U.S. Coast Guard, Records of the Differential GPS Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:13:19Z   0 0 09000064846cfd7d
NARA-20-0014-0003 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0059-2018-0003 Dept of State, Bureau of Diplomatic Security, Consolidated Schedule Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:13:21Z   0 0 09000064846cfd7e
NARA-20-0014-0008 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0566-2020-0001 DHS, U.S. Citizenship and Immigration Services, Absconders Data Collection Systems Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:15:00Z   0 0 09000064846cfd83
NARA-20-0014-0006 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0474-2018-0009 Federal Retirement Thrift Investment Board, Office of General Counsel, General Counsel Records Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:14:12Z   0 0 09000064846cfd81
NARA-20-0014-0005 NARA NARA-2020-044 Records schedules NARA-20-0014 DAA-0468-2019-0004 HHS, Office of the Secretary, Correspondence of Assistant Secretary for Preparedness and Response Other Proposed Schedule 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z 2020-07-21T03:59:59Z 2020-10-07T03:13:57Z   0 0 09000064846cfd80

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