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-0008" 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-0008-0009 NARA NARA-2020-030 Records Schedules NARA-20-0008 NARA-20-0008 Consolidated Reply for all schedules in this notice (no comments received) Other Consolidated Reply 2020-06-05T04:00:00Z 2020 6 2020-06-05T04:00:00Z   2020-10-07T03:06:18Z   0 0 09000064846cfd7c
NARA-20-0008-0008 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-AU-2017-0022, Dept of Army, Agency-wide, Mobilization Common Operating Picture (MOBCOP) System Master Files Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:04:25Z   0 0 09000064844aa321
NARA-20-0008-0003 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0218-2019-0002, Joint Chiefs of Staff, Agency-wide, Academic Affairs Records Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:05:31Z   0 0 09000064844a9eaf
NARA-20-0008-0006 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0510-2019-0001, HHS, Agency for Health Care Research and Quality, Healthcare Cost and Utilization Project (HCUP) Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:04:38Z   0 0 09000064844a9eb2
NARA-20-0008-0007 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0513-2020-0002, HHS, Indian Health Service, Hotline Records Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:04:27Z   0 0 09000064844a9eb3
NARA-20-0008-0002 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0081-2020-0001, US Intern'l Trade Commission, OIG, Records of the Office of the Inspector General Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:06:16Z   0 0 09000064844a9eae
NARA-20-0008-0005 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0434-2015-0007, DOE, Naval Nuclear Propulsion Program, Records of Infrastructure Maintenance, Support, and Security Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:05:14Z   0 0 09000064844a9eb1
NARA-20-0008-0004 NARA NARA-2020-030 Records Schedules NARA-20-0008 DAA-0370-2019-0003, Dept of Commerce, NOAA, Coast Energy Impact Program (CEIP) Loan Files Other Proposed Schedule 2020-04-15T04:00:00Z 2020 4 2020-04-15T04:00:00Z 2020-06-02T03:59:59Z 2020-10-07T03:05:16Z   0 0 09000064844a9eb0

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