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-2006-0266" 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), comment_end_date (date), last_modified (date)

posted_year 6

  • 2010 2
  • 2016 2
  • 2019 2
  • 2023 2
  • 2006 1
  • 2012 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-2006-0266-0010 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–7070–N–50 30-Day Notice of Proposed Information Collection; Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2023-08-29T00:00:00Z 2023 8 2023-08-29T00:00:00Z 2023-09-29T03:59:59Z 2025-05-21T06:32:57Z 2023-18576 0 0 0900006485f09653
HUD-2006-0266-0009 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–7067–N–01 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2023-04-03T00:00:00Z 2023 4     2025-05-21T06:35:36Z 2023-06768 0 0 09000064858c4bfd
HUD-2006-0266-0008 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR-7011-N-52 30- Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports 2529-0033 Notice   2019-12-02T00:00:00Z 2019 12     2025-05-21T06:56:50Z 2019-26046 0 0 09000064841d66e3
HUD-2006-0266-0007 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR-7013-N-01 60- Day Notice of Proposed Information Collection; Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2019-08-02T00:00:00Z 2019 8     2025-05-21T07:00:22Z 2019-16591 0 0 0900006483de801e
HUD-2006-0266-0006 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5909–N–48 30- Day Notice of Proposed Information Collection: Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2016-07-07T00:00:00Z 2016 7     2025-05-21T07:16:26Z 2016-16118 0 0 09000064820916df
HUD-2006-0266-0005 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5911–N–01 60- Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2016-04-28T00:00:00Z 2016 4     2025-05-21T07:16:48Z 2016-09961 0 0 0900006481f94db2
HUD-2006-0266-0004 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5605–N–01 Notice of Proposed Information Collection; Comment Request: Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2012-09-10T00:00:00Z 2012 9     2025-05-21T08:47:18Z 2012-22215 0 0 090000648110ebf4
HUD-2006-0266-0003 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5376–N–33 Fair Housing Initiatives Program Notice   2010-05-11T00:00:00Z 2010 5 2010-05-11T00:00:00Z   2025-05-21T08:59:03Z 2010-11076 0 0 0900006480aeb0e8
HUD-2006-0266-0002 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5378–N–01 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2010-02-04T00:00:00Z 2010 2 2010-02-04T00:00:00Z   2025-05-21T09:03:16Z 2010-02364 0 0 0900006480a8d9e4
HUD-2006-0266-0001 HUD FR–7070–N–50 60-Day Notice of Proposed Information Collection Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports HUD-2006-0266 FR–5039–N–02: Notice of Proposed Information Collection: Comment Request Fair Housing Initiatives Program Grant Application and Monitoring Reports Notice   2006-08-25T08:36:42Z 2006 8 2006-08-25T08:36:42Z   2025-05-21T09:19:16Z E6-14086 0 0 09000064801bee0c

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