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

5 rows where docket_id = "FEMA-2015-0020" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Notice 2
  • Other 2
  • Supporting & Related Material 1

posted_year 2

  • 2015 3
  • 2016 2

agency_id 1

  • FEMA 5
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
FEMA-2015-0020-0036 FEMA Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures FEMA-2015-0020 FP 205-081-2 FEMA Recovery Policy Supporting & Related Material Policy 2016-04-01T04:00:00Z 2016 4     2016-04-01T14:11:26Z   0 0 0900006481f0bace
FEMA-2015-0020-0035 FEMA Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures FEMA-2015-0020 Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures Notice General Notice 2016-04-01T04:00:00Z 2016 4     2016-04-01T14:07:25Z 2016-07453 0 0 0900006481f093ea
FEMA-2015-0020-0003 FEMA Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures FEMA-2015-0020 Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures Notice General Notice 2015-09-30T04:00:00Z 2015 9 2015-09-30T04:00:00Z 2015-11-03T04:59:59Z 2015-11-10T02:30:33Z 2015-24872 0 0 0900006481ca3759
FEMA-2015-0020-0002 FEMA Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures FEMA-2015-0020 Stafford Act Section 705, Disaster Grant Closeout Procedures Other   2015-09-24T04:00:00Z 2015 9 2015-09-24T04:00:00Z 2015-11-03T04:59:59Z 2015-11-03T02:30:30Z   0 0 0900006481c9406c
FEMA-2015-0020-0001 FEMA Recovery Policy: Stafford Act Section 705, Disaster Grant Closeout Procedures FEMA-2015-0020 Stafford Act Section 705, Disaster Grant Closeout Procedures Other   2015-09-24T00:00:00Z 2015 9     2016-10-31T15:09:20Z   0 1 0900006481c93e22

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