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

10 rows where docket_id = "FEMA-2008-0010" and posted_year = 2013 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 2

  • Supporting & Related Material 7
  • Notice 3

posted_year 1

  • 2013 · 10 ✖

agency_id 1

  • FEMA 10
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-0010-0074 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 BOV NFA Agenda- December 2013 Supporting & Related Material   2013-12-02T05:00:00Z 2013 12     2013-12-02T17:11:56Z   0 0 09000064814a26e5
FEMA-2008-0010-0073 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Board of Visitors for the National Fire Academy Notice Advisory Committee 2013-12-02T05:00:00Z 2013 12 2013-12-02T05:00:00Z 2013-12-10T04:59:59Z 2013-12-02T16:57:37Z 2013-28779 0 0 09000064814a2214
FEMA-2008-0010-0072 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Meeting Agenda, October 17-18, 2013 Supporting & Related Material   2013-09-25T04:00:00Z 2013 9     2013-09-25T19:54:15Z   0 0 0900006481439bd5
FEMA-2008-0010-0071 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Board of Visitors for the National Fire Academy Notice General Notice 2013-09-25T04:00:00Z 2013 9     2013-09-25T16:46:24Z 2013-23376 0 0 0900006481439340
FEMA-2008-0010-0067 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 May 2013 BOV Curriculum and Instruction Handout Supporting & Related Material   2013-05-08T04:00:00Z 2013 5     2013-05-08T16:46:19Z   0 0 09000064812c43f3
FEMA-2008-0010-0068 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 May 2013 BOV MOSS Handout Supporting & Related Material   2013-05-08T04:00:00Z 2013 5     2013-05-08T16:46:23Z   0 0 09000064812c43f5
FEMA-2008-0010-0069 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 BOV Mtg December 5, 2012 Supporting & Related Material   2013-05-08T04:00:00Z 2013 5     2013-05-08T16:46:27Z   0 0 09000064812c43f4
FEMA-2008-0010-0070 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Conference Call Agenda- May 15, 2013 Supporting & Related Material   2013-05-08T04:00:00Z 2013 5     2013-05-08T18:31:43Z   0 0 09000064812caa3b
FEMA-2008-0010-0066 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Conference Call Agenda- May 15, 2013 Supporting & Related Material   2013-05-02T00:00:00Z 2013 5     2013-05-08T18:32:50Z   0 1 09000064812b2094
FEMA-2008-0010-0064 FEMA Board of Visitors for the National Fire Academy FEMA-2008-0010 Board of Visitors for the National Fire Academy Teleconference Notice Advisory Committee 2013-04-30T04:00:00Z 2013 4 2013-04-30T04:00:00Z 2013-05-09T03:59:59Z 2013-05-02T01:03:52Z 2013-10131 0 0 09000064812adaa0

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