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

5 rows where docket_id = "HUD-2012-0097" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 4

  • 2012 2
  • 2018 1
  • 2022 1
  • 2023 1

document_type 1

  • Notice · 5 ✖

agency_id 1

  • HUD 5
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-2012-0097-0005 HUD FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 HUD-2012-0097 FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 Notice   2023-01-10T00:00:00Z 2023 1     2025-05-21T06:36:15Z 2023-00201 0 0 09000064855d0c82
HUD-2012-0097-0004 HUD FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 HUD-2012-0097 FR–7061–N–14 60-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30, OMB No.: 2577–0265 Notice   2022-09-27T00:00:00Z 2022 9     2025-05-21T06:36:37Z 2022-20869 0 0 09000064853738ea
HUD-2012-0097-0003 HUD FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 HUD-2012-0097 FR-7006-N-19 60- Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30 Notice   2018-12-27T00:00:00Z 2018 12     2025-05-21T07:07:07Z 2018-28090 0 0 09000064839c8a1f
HUD-2012-0097-0002 HUD FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 HUD-2012-0097 FR–5603–N–83 Notice of Submission of Proposed Information Collection to OMB; Public Housing Mortgage Program and Section 30 Notice   2012-11-23T00:00:00Z 2012 11     2025-05-21T08:46:49Z 2012-28364 0 0 09000064811718f2
HUD-2012-0097-0001 HUD FR–7070–N–01 30-Day Notice of Proposed Information Collection: Public Housing Mortgage Program and Section 30; OMB Control No.: 2577–0265 HUD-2012-0097 FR-5610-N-16 Notice of Proposed Information Collection for Public Comment; Public Housing Mortgage Program and Section 30 Notice   2012-09-14T00:00:00Z 2012 9 2012-09-14T00:00:00Z   2025-05-21T08:47:17Z 2012-22702 0 0 09000064811173d4

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