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

10 rows where agency_id = "HUD", document_type = "Proposed Rule" and posted_year = 2024 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: docket_id, posted_month, comment_end_date, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2024 · 10 ✖

document_type 1

  • Proposed Rule · 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-2024-0089-0001 HUD FR-6266-P-01 HUD’s Implementation of OMB’s Guidance for Federal Financial Assistance HUD-2024-0089 FR-6266-P-01 HUD’s Implementation of OMB’s Guidance for Federal Financial Assistance Proposed Rule   2024-12-31T00:00:00Z 2024 12 2024-12-31T00:00:00Z 2025-03-04T04:59:59Z 2025-05-21T06:21:12Z 2024-30260 0 0 0900006486896d6f
HUD-2024-0077-0001 HUD FR-6356-P-01 Public Housing Evaluation and Oversight: Changes to the Public Housing Assessment System (PHAS) and Determining and Remedying Performance Deficiencies HUD-2024-0077 FR-6356-P-01 Public Housing Evaluation and Oversight: Changes to the Public Housing Assessment System (PHAS) and Determining and Remedying Performance Deficiencies Proposed Rule   2024-11-04T00:00:00Z 2024 11 2024-11-04T00:00:00Z 2025-01-04T04:59:59Z 2025-05-21T06:21:51Z 2024-25469 0 0 09000064867fa71c
HUD-2024-0067-0001 HUD FR-6464-F-02 Adoption of 2020 Core Based Statistical Area Standards HUD-2024-0067 FR-6464-P-01 Adoption of 2020 Core Based Statistical Area Standards Proposed Rule   2024-09-06T00:00:00Z 2024 9 2024-09-05T03:00:00Z 2024-11-06T04:59:59Z 2025-05-21T06:23:13Z 2024-19807 0 0 09000064866cb042
HUD-2024-0063-0001 HUD FR-6423-P-01 Disbursing Multifamily Mortgage Proceeds: Permitting Mortgagees To Disburse Mortgage Proceeds With Mortgagor-Provided Funds HUD-2024-0063 FR-6423-P-01 Disbursing Multifamily Mortgage Proceeds: Permitting Mortgagees To Disburse Mortgage Proceeds With Mortgagor-Provided Funds Proposed Rule   2024-08-06T00:00:00Z 2024 8 2024-08-06T00:00:00Z 2024-10-08T03:59:59Z 2025-05-21T06:25:05Z 2024-17033 0 0 090000648661ffab
HUD-2024-0055-0001 HUD FR-6378-F-02 Updated Terminology for State Housing Agency Housing Assistance Payments Contracts HUD-2024-0055 FR-6378-P-01 Updated Terminology for State Housing Agency Housing Assistance Payments Contracts Proposed Rule   2024-07-17T00:00:00Z 2024 7 2024-07-17T00:00:00Z 2024-09-17T03:59:59Z 2025-05-21T06:25:36Z 2024-15269 0 0 09000064865f4866
HUD-2024-0053-0001 HUD FR-6051-F-03 Federal Housing Administration (FHA): Single Family Sale Program HUD-2024-0053 FR-6051-P-02 Federal Housing Administration (FHA): Single Family Sale Program Proposed Rule   2024-07-16T00:00:00Z 2024 7 2024-07-16T00:00:00Z 2024-09-17T03:59:59Z 2025-05-21T06:25:38Z 2024-15024 0 0 09000064865f15d6
HUD-2024-0045-0009 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-N-02 HOME Investment Partnerships Program: Program Updates and Streamlining; Public Listening Sessions Proposed Rule   2024-06-14T00:00:00Z 2024 6     2025-05-21T06:26:10Z 2024-13070 0 0 09000064865b5ebf
HUD-2024-0045-0001 HUD FR-6144-F-06 HOME Investment Partnerships Program: Further Program Updates and Streamlining HUD-2024-0045 FR-6144-P-01 HOME Investment Partnerships Program: Program Updates and Streamlining Proposed Rule   2024-05-29T00:00:00Z 2024 5 2024-05-29T00:00:00Z 2024-07-30T03:59:59Z 2025-05-21T06:26:49Z 2024-10975 0 0 0900006486589500
HUD-2024-0031-0001 HUD FR-6362-N-02 Reducing Barriers to HUD-Assisted Housing; Withdrawal HUD-2024-0031 FR-6362-P-01 Reducing Barriers to HUD-Assisted Housing Proposed Rule   2024-04-10T00:00:00Z 2024 4 2024-04-10T00:00:00Z 2024-06-11T03:59:59Z 2025-05-21T06:29:43Z 2024-06218 0 0 09000064864c55fb
HUD-2024-0002-0001 HUD FR-6148-P-01 Submission for Community Development Block Grant Program, Consolidated Plans, and Indian Community Development Block Grant Program Changes HUD-2024-0002 FR-6148-P-01 Submission for Community Development Block Grant Program, Consolidated Plans, and Indian Community Development Block Grant Program Changes Proposed Rule   2024-01-10T00:00:00Z 2024 1 2024-01-10T00:00:00Z 2024-03-12T03:59:59Z 2025-05-21T06:30:15Z 2024-00039 0 0 090000648638e4ec

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