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-2009-0071" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 6

  • 2012 2
  • 2016 2
  • 2020 2
  • 2009 1
  • 2024 1
  • 2025 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-2009-0071-0010 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 Notice   2025-02-28T00:00:00Z 2025 2     2025-05-21T06:20:54Z 2025-03242 0 0 090000648699826b
HUD-2009-0071-0008 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR-7091-N-05 60-Day Notice of Proposed Information Collection: Public Housing Agency (PHA) Lease and Grievance Requirements; OMB Control No.: 2577–0006 Notice   2024-10-03T00:00:00Z 2024 10 2024-10-03T00:00:00Z 2024-12-03T04:59:59Z 2025-05-21T06:22:00Z 2024-22831 0 0 09000064867a8899
HUD-2009-0071-0007 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR-7024-N-45 30- Day Notice of Proposed Information Collection: Public Housing Agency (PHA) Lease and Grievance Requirements; OMB Control Number (2577-0006) Notice   2020-11-03T00:00:00Z 2020 11     2025-05-21T06:42:03Z 2020-24257 0 0 090000648494832d
HUD-2009-0071-0006 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR-7028-N-02 60- Day Notice of Proposed Information Collection: Public Housing Agency (PHA) Lease and Grievance Requirements Notice   2020-07-21T00:00:00Z 2020 7     2025-05-21T06:54:12Z 2020-15679 0 0 090000648478b7f5
HUD-2009-0071-0005 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR–5909–N–60 30- Day Notice of Proposed Information Collection: Public Housing Agency (PHA) Lease and Grievance Requirements Notice   2016-08-17T00:00:00Z 2016 8     2025-05-21T07:16:12Z 2016-19640 0 0 090000648217ce80
HUD-2009-0071-0004 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR–5916–N–03 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Public Housing Agency Lease and Grievance Requirements Notice   2016-03-04T00:00:00Z 2016 3     2025-05-21T07:20:24Z 2016-04776 0 0 0900006481e9fbb6
HUD-2009-0071-0003 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR–5603–N–69 Notice of Submission of Proposed Information Collection to OMB: Public Housing Agency, Lease Requirements Recordkeeping Requirements Notice   2012-09-26T00:00:00Z 2012 9     2025-05-21T08:47:13Z 2012-23697 0 0 0900006481128a68
HUD-2009-0071-0002 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR–5610–N–10 Notice of Proposed Information Collection for Public Comment; Public Housing Agency (PHA) Lease and Grievance Requirements Notice   2012-07-18T00:00:00Z 2012 7     2025-05-21T08:47:35Z 2012-17496 0 0 090000648109f9c4
HUD-2009-0071-0001 HUD FR-7092-N-05 30-Day Notice of Proposed Information Collection: Public Housing Agency (PHA), Lease Requirements, Recordkeeping Requirements; OMB Control No.: 2577-0006 HUD-2009-0071 FR–5281–N–42 Public Housing Agency (PHA) Lease and Grievance Requirements Notice   2009-05-29T00:00:00Z 2009 5 2009-05-29T00:00:00Z   2025-05-21T09:04:40Z E9-12482 0 0 09000064809be726

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