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 agency_id = "FEMA", document_type = "Proposed Rule" and posted_year = 2017 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2017 · 4 ✖

document_type 1

  • Proposed Rule · 4 ✖

agency_id 1

  • FEMA · 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
FEMA-2017-0002-0144 FEMA Proposed Flood Elevation Determinations (Proposed Rule, Part 67); Changes in Flood Elevation Determinations (Interim Rule, Part 65); Final Flood Elevation Determinations (Final Rule, Part 67); Changes in Flood Elevation Determinations (Final Rule, Part 65); Flood Elevation Determination (Correction) ; Suspension of Community Eligibility (Final Rule) FEMA-2017-0002 Proposed Flood Elevation Determinations for Snohomish County, Washington and Incorporated Areas Proposed Rule Withdrawal 2017-11-30T05:00:00Z 2017 11     2017-11-30T15:28:16Z 2017-25620 0 0 0900006482cc0904
FEMA-2017-0023-0001 FEMA Evaluation of Existing Regulations, Policies, and Information Collections FEMA-2017-0023 Evaluation of Existing Regulations, Policies, and Information Collections Proposed Rule Reopening of Comment Period 2017-06-15T04:00:00Z 2017 6 2017-06-15T04:00:00Z 2017-08-15T03:59:59Z 2017-08-16T13:03:19Z 2017-12366 0 0 09000064826dbb8e
FEMA-2017-0016-0001 FEMA Update to FEMA’s Regulations on Rulemaking Procedures FEMA-2017-0016 Update to FEMA’s Regulations on Rulemaking Procedures Proposed Rule Notice of Proposed Rulemaking (NPRM) 2017-06-07T04:00:00Z 2017 6 2017-06-07T04:00:00Z 2017-08-08T03:59:59Z 2017-08-08T13:05:59Z 2017-11559 0 0 090000648269fdff
FEMA-2016-0003-0150 FEMA Establishing a Deductible for FEMA’s Public Assistance Program FEMA-2016-0003 Establishing a Deductible for FEMA’s Public Assistance Program Proposed Rule Supplemental Notice of Proposed Rulemaking (SNPRM) 2017-01-12T05:00:00Z 2017 1 2017-01-12T05:00:00Z 2017-04-13T03:59:59Z 2017-05-06T01:01:07Z 2017-00467 0 0 0900006482463160

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