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 docket_id = "HUD-2008-0051" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2008 2
  • 2011 2
  • 2014 2
  • 2018 2
  • 2022 1
  • 2023 1

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-2008-0051-0010 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–7070–N–63 30-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects (Form HUD–92457), OMB Control No: 2502– 0010 Notice   2023-10-10T00:00:00Z 2023 10     2025-05-21T06:31:50Z 2023-22418 0 0 0900006486098ba7
HUD-2008-0051-0009 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) Notice   2022-11-22T00:00:00Z 2022 11     2025-05-21T06:36:24Z 2022-25348 0 0 09000064854fba14
HUD-2008-0051-0008 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR-7001-N-12 30- Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects (Form HUD–92457) Notice   2018-04-23T00:00:00Z 2018 4     2025-05-21T07:11:24Z 2018-08416 0 0 09000064831aa5a7
HUD-2008-0051-0007 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR-6001-N-38 60- Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects (Form HUD–92457) Notice   2018-01-16T00:00:00Z 2018 1     2025-05-21T07:12:19Z 2018-00591 0 0 0900006482e0be4a
HUD-2008-0051-0006 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–5752–N–98 30-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects Notice   2014-11-24T00:00:00Z 2014 11     2025-05-21T07:30:35Z 2014-27795 0 0 0900006481941532
HUD-2008-0051-0005 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–5756–N–28 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects Notice   2014-08-13T00:00:00Z 2014 8     2025-05-21T07:31:10Z 2014-19167 0 0 090000648181f220
HUD-2008-0051-0004 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–5480–N–98 Notice of Submission of Proposed Information Collection to OMB Land Survey Report for Insured Multifamily Projects Notice   2011-09-30T00:00:00Z 2011 9     2025-05-21T08:51:46Z 2011-25307 0 0 0900006480f45a95
HUD-2008-0051-0003 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR–5484–N–20 Notice of Proposed Information Collection: Comment Request; Land Survey Report/Multifamily Housing Development Notice   2011-06-10T00:00:00Z 2011 6 2011-06-10T00:00:00Z   2025-05-21T08:52:26Z 2011-14473 0 0 0900006480e44605
HUD-2008-0051-0002 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR-5187-N-41: Land Survey Report for Insured Multifamily Projects Notice   2008-07-17T00:00:00Z 2008 7 2008-07-17T00:00:00Z   2025-05-21T09:10:06Z E8-16328 0 0 090000648067fb1b
HUD-2008-0051-0001 HUD FR–7056–N–49 60-Day Notice of Proposed Information Collection: Land Survey Report for Insured Multifamily Projects; (Form HUD–92457) HUD-2008-0051 FR-5191-N-17: Notice of Proposed Information Collection: Comment Request; Land Survey Report/Multifamily Housing Development Notice   2008-05-19T00:00:00Z 2008 5 2008-05-19T00:00:00Z   2025-05-21T09:13:08Z E8-11081 0 0 09000064805f25d9

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