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" and document_type = "Notice" 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 1

  • Notice · 17 ✖

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-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-0663-0001 DEA DEA-2026-0663 2026-07698 Notice   2026-04-21 2026 4 2026-04-21 2026-06-23 2026-04-21 16:17:10 2026-07698 1 0 09000064b929c50e
DEA-2026-0664-0001 DEA DEA-2026-0664 2026-07562 Notice   2026-04-21 2026 4 2026-04-21 2026-06-17 2026-04-21 16:34:32 2026-07562 1 0 09000064b929c6d4
DEA-2026-0696-0001 DEA DEA-2026-0696 New Document created by Goodman, Myron Joseph (DEA) Notice   2026-05-05 2026 5 2026-05-05 2026-06-04 2026-05-05 15:46:27 2026-08587 1 0 09000064b92c2b0d
DEA-2026-0629-0001 DEA DEA-2026-0629 2026-06524 Notice   2026-04-06 2026 4 2026-04-06 2026-06-03 2026-04-06 15:10:06 2026-06524 1 0 09000064b92506fe
DEA-2026-0529-0001 DEA DEA-2026-0529 2026-06256 Notice   2026-04-01 2026 4 2026-04-01 2026-06-02 2026-04-10 09:00:28 2026-06256 1 0 09000064b92498fb
DEA-2026-0497-0001 DEA DEA-2026-0497 2026-06052 Notice   2026-03-30 2026 3 2026-03-30 2026-05-30 2026-03-30 14:57:16 2026-06052 1 0 09000064b9241f64
DEA-2026-0463-0001 DEA DEA-2026-0463 2026-05912 Notice   2026-03-26 2026 3 2026-03-26 2026-05-27 2026-03-26 14:45:30 2026-05912 1 0 09000064b9237972
DEA-2026-0662-0001 DEA DEA-2026-0662 2026-07696 Notice   2026-04-21 2026 4 2026-04-21 2026-05-22 2026-04-21 16:08:58 2026-07696 1 0 09000064b929a4ef
DEA-2026-0661-0001 DEA DEA-2026-0661 2026-07697 Notice   2026-04-21 2026 4 2026-04-21 2026-05-22 2026-04-21 16:00:39 2026-07697 1 0 09000064b929a4ea
DEA-2026-0665-0001 DEA DEA-2026-0665 2026-07558 Notice   2026-04-21 2026 4 2026-04-21 2026-05-19 2026-04-21 16:39:47 2026-07558 1 0 09000064b929c6d6
DEA-2026-0431-0001 DEA DEA-2026-0431 2026-05357 Notice   2026-03-19 2026 3 2026-03-19 2026-05-19 2026-03-19 14:43:18 2026-05357 1 0 09000064b9222f11
DEA-2026-0432-0001 DEA DEA-2026-0432 2026-05358 Notice   2026-03-19 2026 3 2026-03-19 2026-05-19 2026-03-19 14:50:31 2026-05358 1 0 09000064b9222f12
DEA-2026-0666-0001 DEA DEA-2026-0666 2026-07561 Notice   2026-04-21 2026 4 2026-04-21 2026-05-19 2026-04-21 16:49:23 2026-07561 1 0 09000064b929c6eb
DEA-2026-0667-0001 DEA DEA-2026-0667 2026-07559 Notice   2026-04-21 2026 4 2026-04-21 2026-05-19 2026-04-21 16:55:28 2026-07559 1 0 09000064b929c6f4

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