documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "FEMA-2008-0017" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, posted_month, withdrawn, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-2008-0017-0247 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2010-11-04T04:00:00Z | 2010 | 11 | 2010-11-04T04:00:00Z | 2010-12-07T04:59:59Z | 2010-11-04T15:57:06Z | 2010-27828 | 0 | 0 | 0900006480b80ca1 | |
| FEMA-2008-0017-0236 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2010-10-01T04:00:00Z | 2010 | 10 | 2010-10-01T04:00:00Z | 2010-10-01T17:45:55Z | 2010-24673 | 0 | 0 | 0900006480b64474 | ||
| FEMA-2008-0017-0225 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2010-06-16T04:00:00Z | 2010 | 6 | 2010-06-16T04:00:00Z | 2010-06-16T15:01:45Z | 2010-14429 | 0 | 0 | 0900006480b02b75 | ||
| FEMA-2008-0017-0124 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2009-11-04T05:00:00Z | 2009 | 11 | 2009-11-04T05:00:00Z | 2010-01-16T04:59:59Z | 2010-06-17T16:56:09Z | E9-26599 | 0 | 0 | 0900006480a50376 | |
| FEMA-2008-0017-0100 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2009-10-16T04:00:00Z | 2009 | 10 | 2009-10-16T04:00:00Z | 2009-11-17T04:59:59Z | 2009-10-16T14:43:09Z | E9-24968 | 0 | 0 | 0900006480a433b9 | |
| FEMA-2008-0017-0097 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Preparedness Outreach Meeting Notes | Supporting & Related Material | 2009-04-16T00:00:00Z | 2009 | 4 | 2009-04-17T18:23:52Z | 0 | 1 | 09000064809574fe | ||||
| FEMA-2008-0017-0093 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Preparedness Outreach – January 13, 2009 Public Meeting Summary | Supporting & Related Material | 2009-03-05T00:00:00Z | 2009 | 3 | 2009-04-20T16:23:42Z | 0 | 1 | 09000064808ed18a | ||||
| FEMA-2008-0017-0086 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Meetings: Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2009-02-11T05:00:00Z | 2009 | 2 | 2009-02-11T05:00:00Z | 2009-02-24T04:59:59Z | 2009-02-12T15:28:14Z | E9-02927 | 0 | 0 | 0900006480852462 | |
| FEMA-2008-0017-0012 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | NA | 2009-01-07T05:00:00Z | 2009 | 1 | 2009-01-07T20:32:40Z | E8–31155 | 0 | 0 | 0900006480810556 | ||
| FEMA-2008-0017-0261 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Meetings: Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2009-01-02T00:00:00Z | 2009 | 1 | 2021-04-27T16:42:17Z | 0 | 1 | 09000064808173f0 | ||||
| FEMA-2008-0017-0001 | FEMA | Voluntary Private Sector Accreditation and Certification Preparedness Program FEMA-2008-0017 | Voluntary Private Sector Accreditation and Certification Preparedness Program | Notice | 2008-12-24T05:00:00Z | 2008 | 12 | 2008-12-24T05:00:00Z | 2015-01-02T04:59:59Z | 2008-12-29T18:50:01Z | E8-30685 | 0 | 0 | 09000064807f8e21 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;