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

11 rows where docket_id = "HUD-2009-0085" and posted_year = 2011 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 1

  • 2011 · 11 ✖

document_type 1

  • Notice 11

agency_id 1

  • HUD 11
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-2009-0085-0036 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR-5374-N-35 Buy American Exceptions Under the American Recovery and Reinvestment Act of 2009 Notice   2011-11-18T00:00:00Z 2011 11 2011-11-18T00:00:00Z   2025-05-21T08:51:09Z 2011-29908 0 0 0900006480f6f57b
HUD-2009-0085-0035 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–34 Buy American Exceptions Under the American Recovery and Reinvestment Act of 2009 Notice   2011-10-28T00:00:00Z 2011 10     2025-05-21T08:51:29Z 2011-28003 0 0 0900006480f5ed03
HUD-2009-0085-0034 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–33 Buy American Exceptions Under the American Recovery and Reinvestment Act of 2009 Notice   2011-10-04T00:00:00Z 2011 10     2025-05-21T08:51:45Z 2011-25577 0 0 0900006480f4b606
HUD-2009-0085-0033 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–32 Buy American Exceptions under American Recovery and Reinvestment Act of 2009 Notice   2011-08-23T00:00:00Z 2011 8     2025-05-21T08:51:58Z 2011-21436 0 0 0900006480eea0a7
HUD-2009-0085-0032 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–31 Buy American Exceptions Under American Recovery and Reinvestment Act of 2009 Notice   2011-06-24T00:00:00Z 2011 6     2025-05-21T08:52:22Z 2011-15763 0 0 0900006480eb3485
HUD-2009-0085-0031 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–30 Buy American Exceptions under the American Recovery and Reinvestment Act of 2009 Notice   2011-05-05T00:00:00Z 2011 5 2011-05-05T00:00:00Z   2025-05-21T08:52:37Z 2011-10991 0 0 0900006480c3fd11
HUD-2009-0085-0030 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–29 Buy American Exceptions under the 2009 American Recovery and Reinvestment Act Notice   2011-04-29T00:00:00Z 2011 4 2011-04-29T00:00:00Z   2025-05-21T08:52:40Z 2011-10460 0 0 0900006480c3bf32
HUD-2009-0085-0029 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–28 Buy American Exceptions under the 2009 American Recovery and Reinvestment Act Notice   2011-04-29T00:00:00Z 2011 4 2011-04-29T00:00:00Z   2025-05-21T08:52:40Z 2011-10461 0 0 0900006480c3bea2
HUD-2009-0085-0028 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–26 Buy American Exceptions under 2009 American Recovery and Reinvestment Act Notice   2011-04-07T00:00:00Z 2011 4 2011-04-07T00:00:00Z   2025-05-21T08:54:40Z 2011-08234 0 0 0900006480c1de68
HUD-2009-0085-0027 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–25 Buy American Exceptions Under the American Recovery and Reinvestment Act of 2009 Notice   2011-03-29T00:00:00Z 2011 3 2011-03-29T00:00:00Z   2025-05-21T08:54:43Z 2011-07278 0 0 0900006480c1277c
HUD-2009-0085-0026 HUD FR–5311–N–03 Buy American Exception Under the American Recovery and Reinvestment Act of 2009 HUD-2009-0085 FR–5374–N–24 Buy American Exceptions under the American Recovery and Reinvestment Act of 2009 Notice   2011-02-11T00:00:00Z 2011 2 2011-02-11T00:00:00Z   2025-05-21T08:55:02Z 2011-03149 0 0 0900006480becd4a

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