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

8 rows where docket_id = "HUD-2008-0173" and document_type = "Notice" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 8

  • 2008 1
  • 2011 1
  • 2012 1
  • 2014 1
  • 2015 1
  • 2018 1
  • 2022 1
  • 2023 1

document_type 1

  • Notice · 8 ✖

agency_id 1

  • HUD 8
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-2008-0173-0008 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 Notice   2023-01-26T00:00:00Z 2023 1     2025-05-21T06:36:07Z 2023-01569 0 0 090000648560cdaf
HUD-2008-0173-0007 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–7056–N–27 60-Day Notice of Proposed Information Collection: Comment Request; New Construction Subterranean Termite Protection for New Homes; OMB Control No.: 2502–0525 Notice   2022-08-31T00:00:00Z 2022 8     2025-05-21T06:36:45Z 2022-18830 0 0 0900006485297bd4
HUD-2008-0173-0006 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR-7005-N-05 60- Day Notice of Proposed Information Collection: New Construction Subterranean Termite Protection for New Homes Notice   2018-04-18T00:00:00Z 2018 4     2025-05-21T07:11:25Z 2018-08129 0 0 090000648316a1df
HUD-2008-0173-0005 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–5831–N–09 30-Day Notice of Proposed Information Collection: New Construction Subterranean Termite Protection for New Homes Notice   2015-02-06T00:00:00Z 2015 2     2025-05-21T07:30:13Z 2015-02478 0 0 09000064819f7da4
HUD-2008-0173-0004 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–5756–N–38 60-Day Notice of Proposed Information Collection; New Construction Subterranean Termite Protection for New Homes Notice   2014-10-24T00:00:00Z 2014 10     2025-05-21T07:30:44Z 2014-25348 0 0 09000064818fab93
HUD-2008-0173-0003 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–5603–N–02 Notice of Submission of Proposed Information Collection to OMB; Builder’s Certification/Guarantee and New Construction Subterranean Termite Soil Treatment Record Notice   2012-01-17T00:00:00Z 2012 1     2025-05-21T08:50:41Z 2012-00708 0 0 0900006480f98813
HUD-2008-0173-0002 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–5484–N–33 Notice of Proposed Information Collection: Comment Request; New Construction Subterranean Termite Protection for New Homes Notice   2011-10-28T00:00:00Z 2011 10     2025-05-21T08:51:28Z 2011-28008 0 0 0900006480f5e8b1
HUD-2008-0173-0001 HUD FR–7070–N–07 30-Day Notice of Proposed Information Collection: Comment Request New Construction Subterranean Termite Protection for New Homes, OMB Control No.: 2502–0525 02–0525 HUD-2008-0173 FR–5187–N–63 Subterranean Termite Treatment Builders Certification and Guarantee, and the New Construction Subterranean Termite Soil Treatment Record Notice   2008-11-24T00:00:00Z 2008 11 2008-11-24T00:00:00Z   2025-05-21T09:05:44Z E8-27806 0 0 09000064807bd642

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