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

9 rows where docket_id = "DOT-OST-1997-3113" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 8
  • Notice 1

posted_year 1

  • 2014 · 9 ✖

agency_id 1

  • DOT 9
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
DOT-OST-1997-3113-0039 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Anonymous (Correspondence) Other Correspondence 2014-12-23T05:00:00Z 2014 12 2014-12-23T05:00:00Z   2024-11-12T05:30:44Z   1 0 090000648198d6a6
DOT-OST-1997-3113-0038 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 2014-12-12 Final Order Other Order 2014-12-22T05:00:00Z 2014 12 2014-12-22T05:00:00Z   2024-11-12T05:32:13Z   1 0 090000648198c71e
DOT-OST-1997-3113-0037 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Resumption of Operations: Sky King, Inc. Notice Notice of Change 2014-12-19T05:00:00Z 2014 12 2014-12-19T05:00:00Z   2014-12-19T16:02:20Z 2014-29735 0 0 09000064819862b5
DOT-OST-1997-3113-0036 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Amendment #2 to Notice of Intent to Resume Certificated Air Carrier Operations and Updated fitness Information (Key Personnel Resumes) Other Amendment 2014-12-16T05:00:00Z 2014 12 2014-12-16T05:00:00Z   2024-11-12T05:29:19Z   1 0 090000648197d3eb
DOT-OST-1997-3113-0035 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 2014-12-8 Order to Show Cause Other Order 2014-12-12T05:00:00Z 2014 12 2014-12-12T05:00:00Z   2024-11-12T05:30:18Z   1 0 0900006481971ae6
DOT-OST-1997-3113-0034 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Motion of Sky King, Inc. to Shorten Public Comment Period (Notice of Intent to Resume Operations) Other Motion 2014-11-25T05:00:00Z 2014 11 2014-11-25T05:00:00Z   2024-11-12T05:29:12Z   1 0 0900006481945607
DOT-OST-1997-3113-0033 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Amendment #1 to Notice of Intent to Resume Certificated Air carrier Operations and Updated Fitness Information Other Amendment 2014-07-22T04:00:00Z 2014 7 2014-07-22T04:00:00Z   2024-11-07T23:08:03Z   1 0 09000064817d475c
DOT-OST-1997-3113-0032 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Motion of Sky King, Inc. for Rule 12 Confidential Treatment Other Motion 2014-07-09T04:00:00Z 2014 7 2014-07-09T04:00:00Z   2024-11-07T23:08:02Z   1 0 090000648179b93d
DOT-OST-1997-3113-0031 DOT Sky King, Inc. - Certificate - Foreign Charter Air Transportation DOT-OST-1997-3113 Notice of Intent to Resume Certificated Air Carrier Operations and Updated Fitness Information Other Amendment 2014-07-09T04:00:00Z 2014 7 2014-07-09T04:00:00Z   2024-11-07T23:08:08Z   1 0 090000648179b93b

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