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-2007-0038" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: posted_date, posted_month, comment_start_date, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 5

  • 2010 4
  • 2007 2
  • 2011 2
  • 2013 1
  • 2014 1

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-2007-0038-0010 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5752–N–02 30-Day Notice of Proposed Information Collection: Doctoral Dissertation Research Grant Program Application and Monitoring Reports Notice   2014-01-23T00:00:00Z 2014 1     2025-05-21T08:41:58Z 2014-01321 0 0 090000648151ce02
HUD-2007-0038-0009 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5689–N–12 60-Day Notice of Proposed Information Collection for Public Comment: Doctoral Dissertation Research Grant Program Notice   2013-10-23T00:00:00Z 2013 10     2025-05-21T08:43:28Z 2013-24878 0 0 090000648145ac46
HUD-2007-0038-0008 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5500–FA–23 Announcement of Funding Awards for Fiscal Year 2011: Doctoral Dissertation Research Grant Program Notice   2011-09-20T00:00:00Z 2011 9     2025-05-21T08:51:50Z 2011-24037 0 0 0900006480f23fbd
HUD-2007-0038-0007 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5500–N–23 Notice of Web Availability; Notice of Funding Availability (NOFA) for HUD’s Fiscal Year (FY) 2011 Doctoral Dissertation Research Grant Program Notice   2011-06-16T00:00:00Z 2011 6 2011-06-16T00:00:00Z   2025-05-21T08:52:24Z 2011-14912 0 0 0900006480e511a4
HUD-2007-0038-0006 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5415–N–10 Funding Awards for Fiscal Year 2010: Doctoral Dissertation Research Grant Program Notice   2010-10-01T00:00:00Z 2010 10 2010-10-01T00:00:00Z   2025-05-21T08:55:53Z 2010-24614 0 0 0900006480b65134
HUD-2007-0038-0004 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5376–N–84 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Doctoral Dissertation Research Grant Program Notice   2010-08-25T00:00:00Z 2010 8 2010-08-25T00:00:00Z   2025-05-21T08:57:02Z 2010-21056 0 0 0900006480b39c68
HUD-2007-0038-0005 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR-5376-N-83 Notice of Submission of Proposed Information Collection to OMB Historically Black Colleges and Universities (HBCU) Program Notice   2010-08-25T00:00:00Z 2010 8 2010-08-25T00:00:00Z   2025-05-21T08:57:02Z 2010-21060 0 0 0900006480b3a52d
HUD-2007-0038-0003 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR–5382–N–07 Agency Information Collection Activities; Proposals, Submissions, and Approvals: Funding Availability for the Doctoral Dissertation Research Grant Program Notice   2010-04-22T00:00:00Z 2010 4 2010-04-22T00:00:00Z   2025-05-21T08:59:14Z 2010-09212 0 0 0900006480adcff8
HUD-2007-0038-0002 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR-5117-N-45: Notice of Submission of Proposed Information Collection to OMB; Doctoral Dissertation Research Grant Program Notice   2007-06-13T00:00:00Z 2007 6 2007-06-13T00:00:00Z   2025-05-21T09:18:23Z E7-11336 0 0 0900006480250dfc
HUD-2007-0038-0001 HUD FR-5123-N-06 Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program HUD-2007-0038 FR-5123-N-06: Notice of Proposed Information Collection for Public Comment: Notice of Funding Availability for the Doctoral Dissertation Research Grant Program Notice   2007-03-12T00:00:00Z 2007 3 2007-03-12T00:00:00Z   2025-05-21T09:18:46Z E7-04307 0 0 0900006480212b97

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