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

10 rows where agency_id = "HUD" 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 · 10 ✖

agency_id 1

  • HUD · 10 ✖
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
HUD-2026-1025-0001 HUD HUD-2026-1025 FR-7093-N-06 60-Day Notice of Proposed Information Collection: Recipient Financial Reporting for Grant Programs Notice   2026-07-08 2026 7 2026-07-08 2026-09-09 2026-08-04 09:00:39 2026-13735 1 0 09000064b9370709
HUD-2021-0038-0003 HUD HUD-2021-0038 FR-7110-N-04 Comprehensive Listing of Transactional Documents for Mortgagors, Mortgagees and Contractors Notice   2026-07-10 2026 7 2026-07-09 2026-09-09 2026-07-10 16:50:13 2026-13934 1 0 09000064b937aafe
HUD-2026-1222-0001 HUD HUD-2026-1222 FR-7106-N-37 Privacy Act of 1974; Matching Program Notice   2026-08-04 2026 8 2026-08-04 2026-09-04 2026-08-04 19:31:52 2026-15753 1 0 09000064b93f24e6
HUD-2026-1189-0001 HUD HUD-2026-1189 FR-7106-N-34 Privacy Act of 1974; System of Records Notice   2026-07-30 2026 7 2026-07-30 2026-09-01 2026-07-31 09:00:39 2026-15428 1 0 09000064b93dd00d
HUD-2026-1190-0001 HUD HUD-2026-1190 FR-7106-N-33 Privacy Act of 1974; System of Records Notice   2026-07-30 2026 7 2026-07-30 2026-09-01 2026-07-30 16:52:22 2026-15421 1 0 09000064b93dd009
HUD-2007-0013-0011 HUD HUD-2007-0013 FR-7109-N-10 60–Day Notice of Proposed Information Collection: Restriction on Assistance to Noncitizens and Authorization To Release Information/Privacy Act Notice   2026-06-22 2026 6 2026-06-21 2026-08-22 2026-07-24 09:00:16 2026-12348 1 0 09000064b934256e
HUD-2006-0214-0010 HUD HUD-2006-0214 FR–7093–N–02 60-Day Notice of Proposed Information Collection: Standardization Form for Race and Other Demographic Data Reporting Form—HUD 27061 Notice   2026-06-12 2026 6 2026-06-12 2026-08-12 2026-07-24 09:00:15 2026-11891 1 0 09000064b93288d1
HUD-2023-0077-0003 HUD HUD-2023-0077 FR-7106-N-23 Privacy Act of 1974; System of Records Notice   2026-07-10 2026 7 2026-07-09 2026-08-11 2026-08-02 09:00:32 2026-13969 1 0 09000064b937ab33
HUD-2026-0991-0001 HUD HUD-2026-0991 FR-7106-N-29 Privacy Act of 1974; System of Records Notice   2026-07-07 2026 7 2026-07-07 2026-08-07 2026-07-28 09:01:19 2026-13660 1 0 09000064b9368c6a
HUD-2026-0958-0001 HUD HUD-2026-0958 FR-6607-N-01 Section 8 Housing Assistance Payments Program—Fiscal Year (FY) 2026 Inflation Factors for Public Housing Agency (PHA) Renewal Funding Notice   2026-07-06 2026 7 2026-07-06 2026-08-06 2026-08-05 09:00:34 2026-13542 1 0 09000064b93682d0

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