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 agency_id = "FEMA" and docket_id = "FEMA_FRDOC_0001" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2008 6
  • 2011 1
  • 2014 1
  • 2015 1
  • 2016 1
  • 2021 1

document_type 3

  • Notice 7
  • Rule 3
  • Proposed Rule 1

agency_id 1

  • FEMA · 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
FEMA_FRDOC_0001-7322 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 See Document: FEMA-2020-0039-0003, April 9, 2021. Notice   2021-04-09T04:00:00Z 2021 4     2021-04-14T18:08:34Z C1-2021-06875 0 0 0900006484aa12b8
FEMA_FRDOC_0001-5237 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Freedom of Information Act Regulations Rule Final Rule 2016-11-22T05:00:00Z 2016 11 2016-11-22T05:00:00Z   2016-11-30T14:25:27Z 2016-28095 0 0 09000064823ad35f
FEMA_FRDOC_0001-4677 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Freedom of Information Act Regulations Proposed Rule   2015-07-29T00:00:00Z 2015 7     2015-07-29T14:51:01Z   0 1 0900006481bad6d2
FEMA_FRDOC_0001-4290 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Classified National Security Information Rule   2014-07-30T00:00:00Z 2014 7     2014-08-04T16:02:49Z   0 1 09000064817ed6c0
FEMA_FRDOC_0001-2548 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Implementation of OMB Guidance on Drug Free Workplace Requirements Rule   2011-02-24T00:00:00Z 2011 2     2011-06-11T17:22:33Z   0 1 0900006480bf6ddb
FEMA_FRDOC_0001-1553 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Agency Information Collection Activities: Proposed Collection; Comment Request Notice 60 Day Proposed Information Collection 2008-12-24T05:00:00Z 2008 12     2014-10-10T19:35:37Z E8-30721 0 0 09000064807f8e43
FEMA_FRDOC_0001-1551 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Agency Information Collection Activities: Proposed Collection; Comment Request Notice 60 Day Proposed Information Collection 2008-12-24T05:00:00Z 2008 12     2014-10-10T19:36:16Z E8-30719 0 0 09000064807f8da5
FEMA_FRDOC_0001-1281 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Oklahoma; Amendment No. 1 to Notice of a Major Disaster Declaration Notice   2008-07-28T12:35:59Z 2008 7     2010-06-01T17:10:32Z E8-17227 0 0 090000648069c2f5
FEMA_FRDOC_0001-1267 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 West Virginia; Amendment No. 2 to Notice of a Major Disaster Declaration Notice   2008-07-21T11:52:31Z 2008 7     2010-06-01T17:10:32Z E8-16554 0 0 0900006480689eb6
FEMA_FRDOC_0001-1235 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Missouri; Amendment No. 2 to Notice of a Major Disaster Declaration Notice   2008-07-09T18:56:56Z 2008 7     2010-06-01T17:10:31Z E8-15532 0 0 09000064806601a8
FEMA_FRDOC_0001-1234 FEMA Recently Posted FEMA Rules and Notices. FEMA_FRDOC_0001 Illinois; Amendment No. 2 to Notice of a Major Disaster Declaration Notice   2008-07-09T18:53:58Z 2008 7     2021-11-22T16:50:22Z E8-15531 0 0 0900006480660188

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