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

4 rows where docket_id = "DOD-2009-OS-0090" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2009 2
  • 2010 1
  • 2012 1

document_type 1

  • Rule 4

agency_id 1

  • DOD 4
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
DOD-2009-OS-0090-0061 DOD Homeowners Assistance Program (HAP) DOD-2009-OS-0090 Homeowners Assistance Program: Application Processing Rule   2012-07-05T04:00:00Z 2012 7 2012-07-05T04:00:00Z 2012-08-07T03:59:59Z 2012-07-10T13:18:54Z 2012-16420 0 0 090000648107a2ff
DOD-2009-OS-0090-0060 DOD Homeowners Assistance Program (HAP) DOD-2009-OS-0090 Homeowners Assistance Program - Application Processing Rule   2010-11-16T05:00:00Z 2010 11 2010-11-16T05:00:00Z   2010-11-16T13:38:16Z 2010-28756 0 0 0900006480b91c4c
DOD-2009-OS-0090-0038 DOD Homeowners Assistance Program (HAP) DOD-2009-OS-0090 Homeowners Assistance Program-Application Processing Rule   2009-11-16T05:00:00Z 2009 11 2009-11-16T05:00:00Z 2010-01-16T04:59:59Z 2011-06-11T17:08:14Z E9-27373 0 0 0900006480a582bc
DOD-2009-OS-0090-0001 DOD Homeowners Assistance Program (HAP) DOD-2009-OS-0090 Homeowners Assistance Program - Application Processing Rule   2009-09-30T04:00:00Z 2009 9 2009-09-30T04:00:00Z 2009-10-31T03:59:59Z 2011-06-11T17:08:15Z E9-23418 0 0 0900006480a31a26

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