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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2021 · 7 ✖

document_type 1

  • Proposed Rule · 7 ✖

agency_id 1

  • DOD · 7 ✖
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-2021-OS-0048-0001 DOD Privacy Act of 1974; Implementation (DoD-0008, Freedom of Information Act and Privacy Act Records) DOD-2021-OS-0048 Privacy Act; Implementation Proposed Rule   2021-12-22T05:00:00Z 2021 12 2021-12-22T05:00:00Z 2022-02-23T04:59:59Z 2022-02-03T02:00:51Z 2021-27708 0 0 0900006484ee0a54
DOD-2021-OS-0001-0033 DOD 2021 Documents Not Taking Public Comment DOD-2021-OS-0001 Cybersecurity Maturity Model Certification 2.0 Updates and Way Forward Proposed Rule   2021-11-17T05:00:00Z 2021 11     2021-11-17T20:40:51Z 2021-24880 0 0 0900006484e56ee1
DOD-2020-OS-0016-0001 DOD Private Security Contractors (PSCs) Operating in Contingency Operations, Humanitarian or Peace Operations, or Other Military Operations or Exercises DOD-2020-OS-0016 Private Security Contractors Operating in Contingency Operations, Humanitarian or Peace Operations, or Other Military Operations or Exercises Proposed Rule   2021-05-25T04:00:00Z 2021 5 2021-05-25T04:00:00Z 2021-07-27T03:59:59Z 2021-07-27T01:00:35Z 2021-10100 0 0 0900006484b334db
DOD-2021-OS-0004-0001 DOD Privacy Act of 1974; Implementation (DoD 0006) DOD-2021-OS-0004 Privacy Act; Implementation Proposed Rule   2021-05-25T04:00:00Z 2021 5 2021-05-25T04:00:00Z 2021-07-27T03:59:59Z 2021-07-19T01:00:28Z 2021-10366 0 0 0900006484b3349e
DOD-2018-OS-0103-0001 DOD Release of Official Information in Litigation and Testimony by DoD Personnel as Witnesses DOD-2018-OS-0103 Release of Official Information in Litigation and Presentation of Witness Testimony by DoD Personnel (Touhy Regulation) Proposed Rule   2021-05-14T04:00:00Z 2021 5 2021-05-14T04:00:00Z 2021-07-14T03:59:59Z 2021-05-14T15:17:19Z 2021-10077 0 0 0900006484aff893
DOD-2020-OS-0015-0001 DOD Operational Contract Support (OCS) Outside the United States DOD-2020-OS-0015 Operational Contract Support Outside the United States Proposed Rule   2021-01-07T05:00:00Z 2021 1 2021-01-07T05:00:00Z 2021-03-09T04:59:59Z 2021-03-10T02:00:41Z 2020-27694 0 0 09000064849e56db
DOD-2020-OS-0095-0001 DOD Privacy Act of 1974; System of Records (DRCED) DOD-2020-OS-0095 Privacy Act; Implementation Proposed Rule   2021-01-06T05:00:00Z 2021 1 2021-01-06T05:00:00Z 2021-03-09T04:59:59Z 2021-03-19T01:00:34Z 2020-28791 0 0 09000064849e08b9

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