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

12 rows where agency_id = "OFAC", document_type = "Rule" and posted_year = 2026 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, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2026 · 12 ✖

document_type 1

  • Rule · 12 ✖

agency_id 1

  • OFAC · 12 ✖
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
OFAC_FRDOC_0001-2215 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of Russian Harmful Foreign Activities Sanctions Regulations Web General License 131B Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:51Z 2026-04083 0 0 09000064b91e9518
OFAC_FRDOC_0001-2208 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of Russian Harmful Foreign Activities Sanctions Regulations Web General Licenses 124A, 126, 127, and 128 Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:49Z 2026-04087 0 0 09000064b91e8f66
OFAC_FRDOC_0001-2210 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of Venezuela Sanctions Regulations Web General License 5T Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:49Z 2026-04093 0 0 09000064b91e8fd7
OFAC_FRDOC_0001-2207 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of Russian Harmful Foreign Activities Sanctions Regulations and Web General License 131A Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:48Z 2026-04085 0 0 09000064b91e32f1
OFAC_FRDOC_0001-2211 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of a Belarus Sanctions Regulations Web General License Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:50Z 2026-04092 0 0 09000064b91e9019
OFAC_FRDOC_0001-2213 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Russian Harmful Foreign Activities Sanctions Regulations Web General Licenses 124B, 128A, 130, and 131 Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:51Z 2026-04090 0 0 09000064b91e9078
OFAC_FRDOC_0001-2209 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of a Belarus Sanctions Regulations Web General License Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:49Z 2026-04091 0 0 09000064b91e8f95
OFAC_FRDOC_0001-2214 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Publication of Russian Harmful Foreign Activities Sanctions Regulations Web General License 128B. Rule   2026-03-02T05:00:00Z 2026 3 2026-03-02T05:00:00Z   2026-03-02T18:40:51Z 2026-04086 0 0 09000064b91e9515
OFAC_FRDOC_0001-2185 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Transnational Criminal Organizations Sanctions Regulations Web General License 1 Rule   2026-01-20T05:00:00Z 2026 1 2026-01-20T05:00:00Z   2026-01-20T17:31:15Z 2026-00948 0 0 09000064b9161264
OFAC_FRDOC_0001-2183 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Russian Harmful Foreign Activities Sanctions Regulations Web General License 129 Rule   2026-01-20T05:00:00Z 2026 1 2026-01-20T05:00:00Z   2026-01-20T17:31:00Z 2026-00947 0 0 09000064b91611bb
OFAC_FRDOC_0001-2184 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Russian Harmful Foreign Activities Sanctions Regulations Web General License 13O Rule   2026-01-20T05:00:00Z 2026 1 2026-01-20T05:00:00Z   2026-01-20T17:31:13Z 2026-00945 0 0 09000064b9161262
OFAC_FRDOC_0001-2186 OFAC Recently Posted OFAC Rules and Notices. OFAC_FRDOC_0001 Russian Harmful Foreign Activities Sanctions Regulations Web General License 132 Rule   2026-01-20T05:00:00Z 2026 1 2026-01-20T05:00:00Z   2026-01-20T17:31:30Z 2026-00952 0 0 09000064b9161313

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