documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "DOT-OST-2005-20442" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
| 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-2005-20442-0008 | DOT | None DOT-OST-2005-20442 | Notice of Action Taken re: Air Central Co., Ltd., Air Next Co., Ltd. & Air Nippon Co., Ltd. | Other | Notice | 2010-09-30T04:00:00Z | 2010 | 9 | 2010-09-30T20:28:02Z | 0 | 0 | 0900006480b64aae | |||
| DOT-OST-2005-20442-0007 | DOT | None DOT-OST-2005-20442 | Application of Air Central, Co. Ltd., Air Next Co., Ltd. and Air Nippon Co., Ltd. for Amended Statements of Authorization | Other | Application-Other | 2010-08-24T04:00:00Z | 2010 | 8 | 2010-08-24T04:00:00Z | 2013-07-27T23:28:35Z | 0 | 0 | 0900006480b36b82 | ||
| DOT-OST-2005-20442-0006 | DOT | None DOT-OST-2005-20442 | Air Central Co., Ltd. | Other | Correspondence | 2007-11-06T05:00:00Z | 2007 | 11 | 2007-11-06T05:00:00Z | 2013-07-28T01:28:24Z | 0 | 0 | 090000648035f2a3 | ||
| DOT-OST-2005-20442-0005 | DOT | None DOT-OST-2005-20442 | Notice of Action Taken re: Air Central Co., Ltd. | Notice | Notice | 2006-11-09T05:00:00Z | 2006 | 11 | 2006-11-09T05:00:00Z | 2006-11-10T04:59:59Z | 2024-11-07T02:07:08Z | 1 | 0 | 09000064802b121e | |
| DOT-OST-2005-20442-0004-0001 | DOT | None DOT-OST-2005-20442 | Application of Air Central Co., Ltd. for Renewal of Exemption and Statement of Authorization | Other | Application-Other | 2006-02-28T05:00:00Z | 2006 | 2 | 2006-02-28T05:00:00Z | 2006-03-01T04:59:59Z | 2024-11-07T02:06:39Z | 1 | 0 | 09000064802b121c | |
| DOT-OST-2005-20442-0004-0002 | DOT | None DOT-OST-2005-20442 | Application of Air Central Co., Ltd. for Renewal of Exemption and Statement of Authorization | Other | Application-Other | 2006-02-28T05:00:00Z | 2006 | 2 | 2006-02-28T05:00:00Z | 2006-03-01T04:59:59Z | 2024-11-07T02:07:08Z | 1 | 0 | 09000064802b121d | |
| DOT-OST-2005-20442-0003 | DOT | None DOT-OST-2005-20442 | Notice of Action Taken re: Air Central Co., Ltd. | Notice | Notice | 2005-03-01T05:00:00Z | 2005 | 3 | 2005-03-01T05:00:00Z | 2005-03-02T04:59:59Z | 2024-11-07T02:06:39Z | 1 | 0 | 09000064802b121b | |
| DOT-OST-2005-20442-0002-0002 | DOT | None DOT-OST-2005-20442 | Air Central Co, Ltd. | Other | Letter(s) | 2005-02-28T05:00:00Z | 2005 | 2 | 2005-02-28T05:00:00Z | 2005-03-01T04:59:59Z | 2024-11-07T02:06:39Z | 1 | 0 | 09000064802b121a | |
| DOT-OST-2005-20442-0002-0001 | DOT | None DOT-OST-2005-20442 | Air Central Co, Ltd. | Other | Letter(s) | 2005-02-28T05:00:00Z | 2005 | 2 | 2005-02-28T05:00:00Z | 2005-03-01T04:59:59Z | 2024-11-07T02:06:39Z | 1 | 0 | 09000064802b1219 | |
| DOT-OST-2005-20442-0001-0001 | DOT | None DOT-OST-2005-20442 | Application of Air Central Co., Ltd. for an Exemption and Statement of Authorization | Other | Application-Other | 2005-02-17T05:00:00Z | 2005 | 2 | 2005-02-17T05:00:00Z | 2005-02-18T04:59:59Z | 2024-11-07T02:06:38Z | 1 | 0 | 09000064802b1216 | |
| DOT-OST-2005-20442-0001-0002 | DOT | None DOT-OST-2005-20442 | Application of Air Central Co., Ltd. for an Exemption and Statement of Authorization | Other | Application-Other | 2005-02-17T05:00:00Z | 2005 | 2 | 2005-02-17T05:00:00Z | 2005-02-18T04:59:59Z | 2024-11-07T02:06:38Z | 1 | 0 | 09000064802b1218 |
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;