home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

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

6 rows where docket_id = "HUD-2024-0045" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Rule 4
  • Supporting & Related Material 2

posted_year 1

  • 2025 · 6 ✖

agency_id 1

  • HUD 6
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-2024-0045-0116 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining Rule   2025-10-22T04:00:00Z 2025 10     2025-10-22T16:12:47Z 2025-19626 0 0 09000064b9041f10
HUD-2024-0045-0115 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-F-05 HOME Investment Partnerships Program: Program Updates and Streamlining—Delay of Effective Date, Withdrawal, and Correction Rule   2025-04-17T00:00:00Z 2025 4     2025-05-21T06:20:44Z 2025-06492 0 0 0900006486a99834
HUD-2024-0045-0114 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-F-04 HOME Investment Partnerships Program: Program Updates and Streamlining—Delay of Effective Date Rule   2025-02-03T00:00:00Z 2025 2     2025-05-21T06:20:59Z 2025-02088 0 0 0900006486922b3b
HUD-2024-0045-0113 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 HOME Listening Sessions Summary of Comments Supporting & Related Material   2025-01-14T00:00:00Z 2025 1     2025-05-21T06:21:09Z   0 0 09000064868bb207
HUD-2024-0045-0111 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-F-03 HOME Investment Partnerships Program: Program Updates and Streamlining Rule   2025-01-06T00:00:00Z 2025 1     2025-05-21T06:21:10Z 2024-29824 0 0 090000648689ec0e
HUD-2024-0045-0112 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 6144-F-03 RIA HOME 12.12.24 Supporting & Related Material   2025-01-06T00:00:00Z 2025 1     2025-05-21T06:21:10Z   0 0 090000648689e7ce

Advanced export

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

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    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_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 2080.479ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API