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

10 rows where docket_id = "NARA-20-0007" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2020 10

document_type 1

  • Other · 10 ✖

agency_id 1

  • NARA 10
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-0007-0011 NARA NARA-2020-026 Records schedules NARA-20-0007 NARA-20-0007 Consolidated Reply for all schedules in this notice (no comments received) Other Consolidated Reply 2020-05-04T04:00:00Z 2020 5 2020-05-04T04:00:00Z   2020-10-07T03:03:30Z   0 0 0900006484555801
NARA-20-0007-0002 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0237-2019-0012 DOT, Federal Aviation Administration, FAA Hotline Tips, Complaints and Reporting Systems Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:03:25Z   0 0 090000648444911f
NARA-20-0007-0008 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-AFU-2019-0007 Department of the Air Force, Agency-wide, Legal Assistance Records Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:01:45Z   0 0 0900006484449125
NARA-20-0007-0009 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-AFU-2019-0010 Department of the Air Force, Agency-wide, Military Auxiliary Radio System Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:01:43Z   0 0 0900006484449126
NARA-20-0007-0003 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0311-2019-0001 DHS, Federal Emergency Management Agency, Planning Cadre Records Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:03:23Z   0 0 0900006484449120
NARA-20-0007-0006 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0510-2019-0004 HHS, Agency for Healthcare Research and Quality, Patient Safety Organization Records Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:02:39Z   0 0 0900006484449123
NARA-20-0007-0007 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0557-2019-0007 DOT, Federal Motor Carrier Safety Administration, Drug and Alcohol Management Information System Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:02:37Z   0 0 0900006484449124
NARA-20-0007-0005 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0443-2019-0007 HHS, National Institutes of Health, Audit Records Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:02:41Z   0 0 0900006484449122
NARA-20-0007-0010 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-AU-2016-0077 Department of the Army, Agency-wide, Worldwide Individual Augmentation System Master Files Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:04:23Z   0 0 0900006484448ea0
NARA-20-0007-0004 NARA NARA-2020-026 Records schedules NARA-20-0007 DAA-0423-2018-0004 DOJ, Office of Justice Programs, Civil Rights Compliance Records Other Proposed Schedule 2020-03-16T04:00:00Z 2020 3 2020-03-16T04:00:00Z 2020-05-01T03:59:59Z 2020-10-07T03:02:53Z   0 0 0900006484449121

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