documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "HUD-2007-0014" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: posted_date, posted_month, last_modified, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)
| 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-2007-0014-0009 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance | Notice | 2023-03-20T00:00:00Z | 2023 | 3 | 2025-05-21T06:35:44Z | 2023-05583 | 0 | 0 | 09000064857fde1f | |||
| HUD-2007-0014-0008 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–7056–N–56 60-Day Notice of Proposed Information Collection: Capital Advance Section 811 Grant Application for Supportive Housing for Persons With Disabilities, OMB Control No.: 2502–0462 | Notice | 2022-12-21T00:00:00Z | 2022 | 12 | 2025-05-21T06:36:18Z | 2022-27764 | 0 | 0 | 09000064855487de | |||
| HUD-2007-0014-0006 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR-5683-N-74 30-Day Notice of Proposed Information Collection: Multifamily Mortgagee’s Application for Insurance Benefits | Notice | 2013-08-23T00:00:00Z | 2013 | 8 | 2025-05-21T08:44:25Z | 0 | 1 | 09000064813c11f7 | ||||
| HUD-2007-0014-0007 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–5683–N–76 30-Day Notice of Proposed Information Collection: Capital Advance Section 811 Grant Application for Supportive Housing for Persons With Disabilities | Notice | 2013-08-23T00:00:00Z | 2013 | 8 | 2025-05-21T08:44:25Z | 2013-20621 | 0 | 0 | 09000064813c133c | |||
| HUD-2007-0014-0005 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–5687–N–21 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Section 811 Supportive Housing for Persons with Disabilities Capital Advance Application Submission Requirements | Notice | 2013-04-22T00:00:00Z | 2013 | 4 | 2025-05-21T08:46:00Z | 2013-09388 | 0 | 0 | 09000064812a0961 | |||
| HUD-2007-0014-0004 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–5376–N–70 Notice of Submission of Proposed Information Collection to OMB; Capital Advance Section 811 Grant Application for Supportive Housing for Persons With Disabilities (HUD Programs) | Notice | 2010-07-27T00:00:00Z | 2010 | 7 | 2010-07-27T00:00:00Z | 2025-05-21T08:57:30Z | 2010-18415 | 0 | 0 | 0900006480b21da0 | ||
| HUD-2007-0014-0003 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR–5380–N–20 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Section 811 Supportive Housing for Persons with Disabilities Capital Advance Application Submission Requirements | Notice | 2010-04-22T00:00:00Z | 2010 | 4 | 2010-04-22T00:00:00Z | 2025-05-21T08:59:13Z | 2010-09213 | 0 | 0 | 0900006480adcfbb | ||
| HUD-2007-0014-0002 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR-5117-N-36: Notice of Submission of Proposed Information Collection to OMB; Capital Advance Section 811 Grant Application for Supportive Housing for Persons With Disabilities | Notice | 2007-04-24T00:00:00Z | 2007 | 4 | 2007-04-24T00:00:00Z | 2025-05-21T09:18:43Z | E7-07714 | 0 | 0 | 090000648022d1ad | ||
| HUD-2007-0014-0001 | HUD | FR–7070–N–13 30-Day Notice of Proposed Information Collection: Section 811 Supportive Housing for Persons With Disabilities Capital Advance HUD-2007-0014 | FR-5121-N-03: Notice of Proposed Information Collection Comment Request; Capital Advance Section 811 Grant Application for Supportive Housing for Persons With Disabilities; Application Submission Requirements | Notice | 2007-02-02T00:00:00Z | 2007 | 2 | 2007-02-02T00:00:00Z | 2025-05-21T09:18:52Z | E7-01681 | 0 | 0 | 09000064801f9b74 |
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;