home / open_comments

documents

Federal regulatory documents currently open for public comment.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

17 rows where agency_id = "DEA" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Notice 14
  • Proposed Rule 3

agency_id 1

  • DEA · 17 ✖
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
DEA-2026-0928-0001 DEA DEA-2026-0928 2026-11910 Notice   2026-06-17 2026 6 2026-06-17 2026-08-15 2026-06-17 21:18:29 2026-11910 1 0 09000064b93377de
DEA-2026-0793-0001 DEA DEA-2026-0793 Revision of Applications for Manufacturing and Procurement Quotas NPRM Proposed Rule   2026-05-20 2026 5 2026-05-20 2026-07-21 2026-06-14 09:00:12 2026-10128 1 0 09000064b92e4696
DEA-2026-0826-0001 DEA DEA-2026-0826 2026-10087 Notice   2026-05-21 2026 5 2026-05-21 2026-07-21 2026-05-21 16:58:29 2026-10087 1 0 09000064b92e860b
DEA-2026-0930-0001 DEA DEA-2026-0930 2026-12142 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 21:53:15 2026-12142 1 0 09000064b9337835
DEA-2026-0931-0001 DEA DEA-2026-0931 2026-12144 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 22:04:32 2026-12144 1 0 09000064b933783b
DEA-2026-0925-0001 DEA DEA-2026-0925 2026-12137 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 20:46:26 2026-12137 1 0 09000064b9337789
DEA-2026-0760-0001 DEA DEA-2026-0760 2026-09930 Notice   2026-05-18 2026 5 2026-05-18 2026-07-18 2026-05-18 14:53:11 2026-09930 1 0 09000064b92dc004
DEA-2026-0927-0001 DEA DEA-2026-0927 2026-12138 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 21:10:12 2026-12138 1 0 09000064b93377b7
DEA-2026-0926-0001 DEA DEA-2026-0926 2026-12140 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 20:55:20 2026-12140 1 0 09000064b933778f
DEA-2026-0929-0001 DEA DEA-2026-0929 2026-12141 Notice   2026-06-17 2026 6 2026-06-17 2026-07-18 2026-06-17 21:40:37 2026-12141 1 0 09000064b9337819
DEA-2026-0934-0001 DEA DEA-2026-0934 2026-11909 Notice   2026-06-17 2026 6 2026-06-17 2026-07-16 2026-06-17 22:40:32 2026-11909 1 0 09000064b933783d
DEA-2026-0932-0001 DEA DEA-2026-0932 2026-11416 Notice   2026-06-17 2026 6 2026-06-17 2026-07-09 2026-06-17 22:22:32 2026-11416 1 0 09000064b9337253
DEA-2026-0695-0001 DEA DEA-2026-0695 2026-08586 Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-05 15:30:55 2026-08586 1 0 09000064b92c18c2
DEA-2026-0697-0001 DEA DEA-2026-0697 2026-08588 Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-05 15:58:13 2026-08588 1 0 09000064b92c2cfc
DEA-2026-0694-0001 DEA DEA-2026-0694 2026-08585 Notice   2026-05-05 2026 5 2026-05-05 2026-07-07 2026-05-05 15:26:21 2026-08585 1 0 09000064b92c18be
DEA-2026-0892-0001 DEA DEA-2026-0892 Schedules of Controlled Substances: Placement of Diphenidine in Schedule I Proposed Rule   2026-05-26 2026 5 2026-05-26 2026-06-26 2026-06-20 09:00:09 2026-10380 1 0 09000064b92f05a0
DEA-2026-0893-0001 DEA DEA-2026-0893 Schedules of Controlled Substances: Removal of Exemption Status for Inactive Butalbital Products Proposed Rule   2026-05-26 2026 5 2026-05-26 2026-06-26 2026-06-13 09:00:14 2026-10379 1 0 09000064b92ecdc7

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
            id TEXT PRIMARY KEY,
            agency_id TEXT,
            docket_id TEXT,
            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_comment_end ON documents(comment_end_date);
CREATE INDEX idx_docs_withdrawn ON documents(withdrawn);
Powered by Datasette · Queries took 3.686ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API