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-2005-0066" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2005 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-2005-0066-0006 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Amendment No. 5 to Notice of a Major Disaster Declaration Notice   2005-11-29T16:46:06Z 2005 11 2005-11-29T16:46:06Z   2008-01-08T21:56:35Z E5-06658 0 0 09000064800e61e0
FEMA-2005-0066-0005 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Amendment No. 4 to Notice of a Major Disaster Declaration Notice   2005-11-21T16:45:05Z 2005 11 2005-11-21T16:45:05Z   2008-01-08T21:56:34Z 05-22962 0 0 09000064800a2397
FEMA-2005-0066-0004 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Amendment No. 3 to Notice of a Major Disaster Declaration Notice   2005-11-21T16:44:19Z 2005 11 2005-11-21T16:44:19Z   2008-01-08T21:56:39Z 05-22956 0 0 09000064800a236a
FEMA-2005-0066-0003 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Amendment No. 2 To Notice of a Major Disaster Declaration Notice   2005-11-04T16:43:19Z 2005 11 2005-11-04T16:43:19Z   2008-01-08T21:56:40Z 05-22006 0 0 090000648009ad22
FEMA-2005-0066-0002 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Amendment No. 1 to Notice of a Major Disaster Declaration Notice   2005-11-04T16:42:25Z 2005 11 2005-11-04T16:42:25Z   2008-01-08T21:56:40Z 05-22005 0 0 090000648009ad2e
FEMA-2005-0066-0001 FEMA Florida Major Disaster and Related Determinations FEMA-2005-0066 Florida; Major Disaster and Related Determinations Notice   2005-11-04T16:41:19Z 2005 11 2005-11-04T16:41:19Z   2008-01-08T21:56:37Z 05-22004 0 0 090000648009ad35

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