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

6 rows where docket_id = "HUD-2017-0049" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2017 2
  • 2021 2
  • 2024 2

document_type 1

  • Notice 6

agency_id 1

  • HUD 6
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-2017-0049-0006 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration Notice   2024-10-22T00:00:00Z 2024 10     2025-05-21T06:21:54Z 2024-24406 0 0 09000064867dd7eb
HUD-2017-0049-0005 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-7090-N-06 60-Day Notice of Proposed Information Collection: Evaluation of the HUD-DOJ Pay for Success Permanent Supportive Housing Demonstration; OMB Control No.: 2528-0319 Notice   2024-06-28T00:00:00Z 2024 6     2025-05-21T06:25:58Z 2024-14238 0 0 09000064865d0add
HUD-2017-0049-0004 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-7034-N-52 30- Day Notice of Proposed Information Collection: Evaluation of the HUD-DOJ Pay for Success Permanent Supportive Housing Demonstration; OMB 2528- 0319 Notice   2021-09-15T00:00:00Z 2021 9     2025-05-21T06:39:36Z 2021-19870 0 0 0900006484d80d9e
HUD-2017-0049-0003 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-7041-N-03 60-Day Notice of Proposed Information Collection: Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration; OMB Control No.: 2528-0319 Notice   2021-01-25T00:00:00Z 2021 1     2025-05-21T06:40:54Z 2021-01463 0 0 09000064849feae6
HUD-2017-0049-0002 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-5997-N-76 30- Day Notice of Proposed Information Collection: Evaluation of the HUD–DOJ Pay for Success Re-Entry Permanent Supportive Housing Demonstration Notice   2017-12-08T00:00:00Z 2017 12     2025-05-21T07:12:26Z 2017-26525 0 0 0900006482cf291b
HUD-2017-0049-0001 HUD FR-7080-N-50 30-Day Notice of Proposed Information Collection; Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration HUD-2017-0049 FR-6003-N-07 60- Day Notice of Proposed Information Collection: Evaluation of the HUD–DOJ Pay for Success Permanent Supportive Housing Demonstration Notice   2017-08-25T00:00:00Z 2017 8     2025-05-21T07:13:04Z 2017-18102 0 0 0900006482ac6562

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