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

8 rows where agency_id = "FNS" 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 7
  • Rule 1

agency_id 1

  • FNS · 8 ✖
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
FNS-2026-0398-0001 FNS FNS-2026-0398 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Supplemental Nutrition Assistance Program—Quality Control Notice   2026-04-29 2026 4 2026-04-29 2026-06-30 2026-05-08 03:32:18 2026-08325 1 0 09000064b92b54c4
FNS-2026-0399-0001 FNS FNS-2026-0399 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Supplemental Nutrition Assistance Program's Quality Control Review Schedule Notice   2026-04-29 2026 4 2026-04-29 2026-06-30 2026-05-01 21:18:32 2026-08326 1 0 09000064b92b23c2
FNS-2026-0298-0001 FNS FNS-2026-0298 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Federal Claims Collection Methods for Supplemental Nutrition Assistance Program Recipient Claims Notice   2026-04-08 2026 4 2026-04-08 2026-06-09 2026-04-29 14:19:44 2026-06748 1 0 09000064b925f3ef
FNS-2026-0331-0001 FNS FNS-2026-0331 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Request for the Study Food Price Data Collection in the Non-Contiguous States and U.S. Territories Notice   2026-04-09 2026 4 2026-04-09 2026-06-09 2026-04-28 09:00:27 2026-06845 1 0 09000064b92639a0
FNS-2026-0067-0001 FNS FNS-2026-0067 Expanding Fluid Milk Options in Child Nutrition Programs Rule Final Rule with Request for Comments 2026-05-08 2026 5 2026-05-08 2026-06-09 2026-05-16 09:00:18 2026-09212 1 0 09000064b92c9814
FNS-2026-0233-0001 FNS FNS-2026-0233 Agency Information Collection Activities; Proposals, Submissions, and Approvals: USDA Professional Standards Trainings and Tracker Tool Notice   2026-03-31 2026 3 2026-03-31 2026-06-02 2026-05-07 09:00:22 2026-06167 1 0 09000064b92467e6
FNS-2026-0232-0001 FNS FNS-2026-0232 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Senior Farmers' Market Nutrition Programs Notice   2026-03-30 2026 3 2026-03-30 2026-05-30 2026-03-31 15:02:08 2026-06062 1 0 09000064b9243987
FNS-2026-0166-0001 FNS FNS-2026-0166 Agency Information Collection Activities; Proposals, Submissions, and Approvals Notice   2026-03-19 2026 3 2026-03-19 2026-05-19 2026-05-15 09:00:18 2026-05442 1 0 09000064b9224188

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