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

11 rows where agency_id = "DOD", document_type = "Proposed Rule" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 11 ✖

document_type 1

  • Proposed Rule · 11 ✖

agency_id 1

  • DOD · 11 ✖
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
DOD-2023-OS-0063-0001 DOD Cybersecurity Maturity Model Certification (CMMC) Program DOD-2023-OS-0063 Cybersecurity Maturity Model Certification Program Proposed Rule   2023-12-26T05:00:00Z 2023 12 2023-12-26T05:00:00Z 2024-02-27T04:59:59Z 2024-03-01T02:00:40Z 2023-27280 0 0 090000648635985d
DOD-2023-OS-0061-0001 DOD National Industrial Security Program Operating Manual (NISPOM); Amendment DOD-2023-OS-0061 National Industrial Security Program Operating Manual; Amendment Proposed Rule   2023-12-13T05:00:00Z 2023 12 2023-12-13T05:00:00Z 2024-02-13T04:59:59Z 2024-02-13T02:00:19Z 2023-27171 0 0 09000064863314f3
DOD-2023-OS-0098-0001 DOD Privacy Act of 1974; Implementation (Army Safety Management Program Records (ASMPR), A0385-1 DAS) DOD-2023-OS-0098 Privacy Act; Implementation Proposed Rule   2023-10-25T04:00:00Z 2023 10 2023-10-25T04:00:00Z 2023-12-27T04:59:59Z 2023-11-07T02:00:58Z 2023-23299 0 0 0900006486136d5b
DOD-2023-OS-0065-0001 DOD Medical Malpractice Claims by Members of the Uniformed Services DOD-2023-OS-0065 Medical Malpractice Claims by Members of the Uniformed Services Proposed Rule   2023-10-20T04:00:00Z 2023 10 2023-10-20T04:00:00Z 2023-12-20T04:59:59Z 2023-12-23T02:00:52Z 2023-23013 0 0 0900006486113272
DOD-2023-OS-0060-0001 DOD Privacy Act of 1974; Implementation (DoD-0019, Information Technology Access and Audit Records) DOD-2023-OS-0060 Privacy Act; Implementation Proposed Rule   2023-09-01T04:00:00Z 2023 9 2023-09-01T04:00:00Z 2023-11-01T03:59:59Z 2023-09-07T18:02:06Z 2023-18681 0 0 0900006485f2ff31
DOD-2023-OS-0001-0018 DOD 2023 documents NOT taking public comment DOD-2023-OS-0001 Improving Government Regulations; Unified Agenda of Federal Regulatory and Deregulatory Actions Proposed Rule   2023-07-27T04:00:00Z 2023 7     2023-08-22T18:48:31Z 2023-14541 0 0 0900006485d5e143
DOD-2019-OS-0112-0001 DOD Department of Defense (DoD)’s Defense Industrial Base (DIB) Cybersecurity (CS) Activities DOD-2019-OS-0112 Defense Industrial Base Cybersecurity Activities Proposed Rule   2023-05-03T04:00:00Z 2023 5 2023-05-03T04:00:00Z 2023-06-21T03:59:59Z 2023-06-21T01:01:14Z 2023-09021 0 0 09000064859c1641
DOD-2023-OS-0001-0006 DOD 2023 documents NOT taking public comment DOD-2023-OS-0001 Federal Acquisition Regulations: Credit for Lower-Tier Small Business Subcontracting Proposed Rule   2023-03-30T04:00:00Z 2023 3     2023-04-04T17:48:45Z 2023-06172 0 0 0900006485892e90
DOD-2023-OS-0001-0005 DOD 2023 documents NOT taking public comment DOD-2023-OS-0001 Improving Government Regulations; Unified Agenda of Federal Regulatory and Deregulatory Actions Proposed Rule   2023-02-22T05:00:00Z 2023 2 2023-02-22T05:00:00Z   2023-03-23T19:51:31Z 2023-02024 0 0 09000064856ed894
DOD-2023-OS-0001-0004 DOD 2023 documents NOT taking public comment DOD-2023-OS-0001 Semiannual Regulatory Agenda Proposed Rule   2023-02-22T05:00:00Z 2023 2 2023-02-22T05:00:00Z   2023-03-23T19:47:35Z 2023-02036 0 0 09000064856ee15f
DOD-2022-OS-0142-0001 DOD Privacy Act of 1974; Implementation (CIG-16, Inspector General Administrative Investigation Records (IGAIR)) DOD-2022-OS-0142 Privacy Act; Implementation Proposed Rule   2023-02-03T05:00:00Z 2023 2 2023-02-03T05:00:00Z 2023-04-05T03:59:59Z 2023-04-05T01:00:39Z 2023-02191 0 0 0900006485630a0f

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