documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "HUD-2010-0018" and document_type = "Notice" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2010-0018-0009 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 | Notice | 2023-02-28T00:00:00Z | 2023 | 2 | 2025-05-21T06:35:53Z | 2023-04051 | 0 | 0 | 0900006485724045 | |||
| HUD-2010-0018-0008 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–7056–N–58 60-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs; OMB Control No.: 2502–0540 | Notice | 2022-12-22T00:00:00Z | 2022 | 12 | 2025-05-21T06:36:18Z | 2022-27767 | 0 | 0 | 090000648554d3b0 | |||
| HUD-2010-0018-0007 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR-7011-N-53 Notice of Proposed Information Collection: 30 Day 2502-0540 Nonprofit Application and Recertification for FHA Mortgage Insurance Programs | Notice | 2019-12-12T00:00:00Z | 2019 | 12 | 2025-05-21T06:56:46Z | 2019-26696 | 0 | 0 | 0900006484206431 | |||
| HUD-2010-0018-0006 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR-7014-N-21 60- Day Notice of Proposed Information Collection: Comment Request Nonprofit Application and Recertification for FHA Mortgage Insurance Programs | Notice | 2019-07-23T00:00:00Z | 2019 | 7 | 2025-05-21T07:00:23Z | 2019-15629 | 0 | 0 | 0900006483da9f01 | |||
| HUD-2010-0018-0005 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–5909–N–66 30 -Day Notice of Proposed Information Collection: Application and Recertification Packages for Approval of Nonprofit Organizations in FHA Activities | Notice | 2016-09-07T00:00:00Z | 2016 | 9 | 2025-05-21T07:16:07Z | 2016-21482 | 0 | 0 | 09000064821db66e | |||
| HUD-2010-0018-0004 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–5913–N–13 60- Day Notice of Proposed Information Collection: Application and Recertification Packages for Approval of Nonprofit Organizations in FHA Activities | Notice | 2016-06-21T00:00:00Z | 2016 | 6 | 2025-05-21T07:16:31Z | 2016-14647 | 0 | 0 | 09000064820530f8 | |||
| HUD-2010-0018-0003 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–5687–N–05 Notice of Proposed Information Collection: Comment Request; Application and Re-Certification Packages for Approval of Nonprofit Organization in FHA Activities | Notice | 2013-02-22T00:00:00Z | 2013 | 2 | 2025-05-21T08:46:12Z | 2013-04054 | 0 | 0 | 0900006481203566 | |||
| HUD-2010-0018-0002 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–5376–N–42 Application and Re-certification Packages for Approval of Nonprofit Organizations in FHA Activities | Notice | 2010-05-24T00:00:00Z | 2010 | 5 | 2010-05-24T00:00:00Z | 2025-05-21T08:58:49Z | 2010-12435 | 0 | 0 | 0900006480af316c | ||
| HUD-2010-0018-0001 | HUD | FR–7070–N–11 30-Day Notice of Proposed Information Collection: Nonprofit Application and Recertification for FHA Mortgage Insurance Programs OMB Control No.: 2502–0540 HUD-2010-0018 | FR–5380–N–10 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Application and Re-certification Packages for Approval of Nonprofit Organization in FHA Activities | Notice | 2010-02-25T00:00:00Z | 2010 | 2 | 2010-02-25T00:00:00Z | 2025-05-21T09:02:05Z | 2010-03757 | 0 | 0 | 0900006480aae38c |
Advanced export
JSON shape: default, array, newline-delimited, object
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;