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

4 rows where agency_id = "FDA" and document_type = "Proposed Rule" sorted by comment_end_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, 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

  • Proposed Rule · 4 ✖

agency_id 1

  • FDA · 4 ✖
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
FDA-2026-C-3071-0001 FDA FDA-2026-C-3071 Filing of Color Additive Petition: International Association of Color Manufacturers; Request to Amend the Color Additive Regulations to Remove the Solvents Methylene Chloride, Trichloroethylene, and Ethylene Dichloride Proposed Rule Petition 2026-04-01 2026 4 2026-04-01 2026-06-02 2026-04-01 17:16:12 2026-06295 1 0 09000064b9249960
FDA-2026-N-2590-0001 FDA FDA-2026-N-2590 Microbiology Devices; Reclassification of Mycobacterium Tuberculosis Cell-Mediated Immunity Tests and Immune Response Enzyme-Linked Immunospot Tests Proposed Rule Request for Comment 2026-03-30 2026 3 2026-03-30 2026-05-30 2026-04-13 09:00:30 2026-06064 1 0 09000064b92437b6
FDA-2025-N-5996-0001 FDA FDA-2025-N-5996 Medical Devices; Radiology Devices; Classification of Blood Irradiators Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-18 2026 3 2026-03-18 2026-05-19 2026-03-29 09:00:14 2026-05320 1 0 09000064b92216a5
FDA-2025-N-5995-0001 FDA FDA-2025-N-5995 Effective Date of Requirement for Premarket Approval Applications for Blood Irradiators Intended To Prevent Metastasis Proposed Rule Notice of Proposed Rulemaking (NPRM) 2026-03-18 2026 3 2026-03-18 2026-05-19 2026-03-21 09:00:16 2026-05322 1 0 09000064b92215cb

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