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

9 rows where docket_id = "HUD-2006-0205" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 9

  • 2006 1
  • 2012 1
  • 2015 1
  • 2016 1
  • 2018 1
  • 2019 1
  • 2020 1
  • 2023 1
  • 2024 1

document_type 1

  • Notice · 9 ✖

agency_id 1

  • HUD 9
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-2006-0205-0009 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-7080-N-28 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan, OMB Control No.: 2577-0226 Notice   2024-06-21T00:00:00Z 2024 6     2025-05-21T06:26:06Z 2024-13582 0 0 09000064865c2a1b
HUD-2006-0205-0008 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 Notice   2023-12-14T00:00:00Z 2023 12     2025-05-21T06:30:23Z 2023-27466 0 0 0900006486339a48
HUD-2006-0205-0007 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-7024-N-51 30- Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577-0226 Notice   2020-12-11T00:00:00Z 2020 12     2025-05-21T06:41:25Z 2020-27276 0 0 090000648499804c
HUD-2006-0205-0006 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-7011-N-43 30- Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan Notice   2019-10-30T00:00:00Z 2019 10     2025-05-21T06:57:50Z 2019-23701 0 0 0900006484109405
HUD-2006-0205-0005 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-7006-N-12 60- Day Notice of Proposed Information Collection: Public Housing 5-Year and Annual PHA Plan and MTW Supplement to the PHA Plan Notice   2018-10-09T00:00:00Z 2018 10     2025-05-21T07:07:55Z 2018-21861 0 0 09000064837a9e13
HUD-2006-0205-0004 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR–5909–N–09 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Public Housing Agency 5-Year and Annual Plan Notice   2016-02-24T00:00:00Z 2016 2     2025-05-21T07:20:29Z 2016-03920 0 0 0900006481e83837
HUD-2006-0205-0003 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR–5838–N–07 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan Notice   2015-11-18T00:00:00Z 2015 11     2025-05-21T07:21:45Z 2015-29465 0 0 0900006481d549cd
HUD-2006-0205-0002 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR–5603–N–25 Notice of Submission of Proposed Information Collection to OMB Public Housing Agency Plan Notice   2012-04-11T00:00:00Z 2012 4     2025-05-21T08:48:08Z 2012-08760 0 0 0900006480fed59d
HUD-2006-0205-0001 HUD FR-7076-N-19 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) 5-Year and Annual Plan; OMB Control No.: 2577–0226 HUD-2006-0205 FR-5037-N-40: Public Housing Agency Plan Notice   2006-06-28T09:56:46Z 2006 6 2006-06-28T09:56:46Z 2006-07-29T03:59:59Z 2025-05-21T09:19:36Z 06-05861 0 0 0900006480191c05

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