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-2012-0109" 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 1

  • 2012 10

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-2012-0109-0002 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–05 Orders of Succession: Region II Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25713 0 0 0900006481148732
HUD-2012-0109-0009 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–12 Orders of Succession: Region IX Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25720 0 0 090000648114872e
HUD-2012-0109-0007 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–10 Orders of Succession: Region VII Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25718 0 0 09000064811485ea
HUD-2012-0109-0006 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–09 Orders of Succession: Region VI Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25717 0 0 09000064811486e2
HUD-2012-0109-0010 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–13 Orders of Succession: Region X Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25721 0 0 090000648114872c
HUD-2012-0109-0004 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–07 Orders of Succession: Region IV Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25715 0 0 09000064811485f2
HUD-2012-0109-0005 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–08 Orders of Succession: Region V Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25716 0 0 0900006481148666
HUD-2012-0109-0003 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–06 Orders of Succession: Region III Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25714 0 0 090000648114869d
HUD-2012-0109-0001 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–04 Orders of Succession: Region I Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25712 0 0 090000648114861f
HUD-2012-0109-0008 HUD Orders of Succession: Region I – Region X HUD-2012-0109 FR–5550–D–11 Orders of Succession: Region VIII Notice   2012-10-19T00:00:00Z 2012 10     2025-05-21T08:47:07Z 2012-25719 0 0 09000064811485b9

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