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

6 rows where docket_id = "FEMA_FRDOC_0001" and posted_year = 2008 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2008 · 6 ✖

document_type 1

  • Notice 6

agency_id 1

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