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", document_type = "Notice" and posted_year = 2006 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2006 · 11 ✖

document_type 1

  • Notice · 11 ✖

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-2006-0002-0001 FEMA Privacy Act of 1974; National Disaster Medical System Medical Professional Credentials System of Records FEMA-2006-0002 Privacy Act of 1974; National Disaster Medical System Medical Professional Credentials System of Records Notice   2006-10-13T13:33:09Z 2006 10 2006-10-13T13:33:09Z 2006-11-14T04:59:59Z 2011-06-11T17:22:23Z E6-16671 0 0 09000064801d5066
FEMA-2006-0031-0001 FEMA Agency Information Collection Activities: Submission for OMB Review; Comment Request FEMA-2006-0031 Agency Information Collection Activities: Submission for OMB Review; Comment Request Notice   2006-07-14T12:19:08Z 2006 7 2006-07-14T12:19:08Z   2008-01-08T21:56:37Z E6-11127 0 0 090000648019da8d
FEMA-2006-0030-0001 FEMA Agency Information Collection Activities: Proposed Collection; Comment Request FEMA-2006-0030 Agency Information Collection Activities: Proposed Collection; Comment Request Notice   2006-07-14T04:00:00Z 2006 7     2011-10-06T19:27:16Z E6-11130 0 0 090000648019da7c
FEMA-2006-0029-0001 FEMA Privacy Act System of Records; Amendment to Existing Routine Uses FEMA-2006-0029 Privacy Act System of Records; Amendment to Existing Routine Uses Notice   2006-07-06T18:01:43Z 2006 7 2006-07-06T18:01:43Z 2006-08-07T03:59:59Z 2011-06-11T17:22:25Z E6-10640 0 0 09000064801969c0
FEMA-2006-0001-0001 FEMA Privacy Act of 1974; The National Flood Insurance Program (NFIP) Claims Appeals System of Records FEMA-2006-0001 Privacy Act of 1974; The National Flood Insurance Program (NFIP) Claims Appeals System of Records Notice   2006-06-02T17:35:26Z 2006 6 2006-06-02T17:35:26Z 2006-07-04T03:59:59Z 2011-06-11T17:22:23Z E6-08625 0 0 090000648017fc12
FEMA-2006-0027-0001 FEMA Agency Information Collection Activities: Submission for OMB Review; Comment Request FEMA-2006-0027 Agency Information Collection Activities: Submission for OMB Review; Comment Request Notice   2006-05-19T04:00:00Z 2006 5     2011-10-06T19:26:31Z E6-07677 0 0 0900006480175fa4
FEMA-2006-0006-0001 FEMA Re-establishment of the National Urban Search and Rescue Response System Advisory Committee FEMA-2006-0006 Re-Establishment of the National Urban Search and Rescue Response System Advisory Committee Notice   2006-04-07T18:29:35Z 2006 4 2006-04-07T18:29:35Z 2006-05-09T03:59:59Z 2008-01-08T21:56:34Z E6-05076 0 0 0900006480166afc
FEMA-2006-0005-0001 FEMA NEPA Alternative Arrangements for Critical Physical Infrastructure in New Orleans FEMA-2006-0005 NEPA Alternative Arrangements for Critical Physical Infrastructure in New Orleans Notice   2006-03-23T18:36:54Z 2006 3 2006-03-23T18:36:54Z 2006-05-23T03:59:59Z 2011-06-11T17:22:23Z E6-04191 0 0 090000648014c4d9
FEMA-2004-0004-0052 FEMA Protective Action Guides for Radiological Dispersal Device (RDD) and Improvised Nuclear Device (IND) Incidents FEMA-2004-0004 Preparedness Directorate; Protective Action Guides for Radiological Dispersal Device (RDD) and Improvised Nuclear Device (IND) Incidents; Notice Extending the Public Comment Period Notice   2006-03-15T19:28:37Z 2006 3 2006-03-15T19:28:37Z 2006-04-15T03:59:59Z 2011-06-11T17:22:18Z E6-03702 0 0 0900006480146254
FEMA-2005-0042-0001 FEMA Privacy Act of 1974: National Flood Insurance Program (NFIP); Letter of Map Amendment FEMA-2005-0042 Privacy Act of 1974; National Flood Insurance Program (NFIP); Letter of Map Amendment (LOMA) System of Records Notice   2006-02-15T19:29:00Z 2006 2 2006-02-15T19:29:00Z 2006-03-18T04:59:59Z 2011-06-11T17:22:21Z E6-02122 0 0 0900006480131238
FEMA-2004-0004-0002 FEMA Protective Action Guides for Radiological Dispersal Device (RDD) and Improvised Nuclear Device (IND) Incidents FEMA-2004-0004 Preparedness Directorate; Protective Action Guides for Radiological Dispersal Device (RDD) and Improvised Nuclear Device (IND) Incidents Notice   2006-01-03T14:52:30Z 2006 1 2006-01-03T14:52:30Z 2006-03-07T04:59:59Z 2011-06-11T17:22:19Z 05-24521 0 0 090000648010571b

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