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

12 rows where docket_id = "DOT-OST-2003-16102" sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 3

  • 2003 8
  • 2010 3
  • 2011 1

document_type 2

  • Other 11
  • Notice 1

agency_id 1

  • DOT 12
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-2003-16102-0008 DOT None DOT-OST-2003-16102 All Nippon Airways Co., Ltd., Continental Airlines, Inc. and United Air Lines, Inc., et al Other Correspondence 2011-04-06T04:00:00Z 2011 4 2011-04-06T04:00:00Z   2013-07-27T23:49:29Z   0 0 0900006480c1d49c
DOT-OST-2003-16102-0007 DOT None DOT-OST-2003-16102 Notice of Action Taken re: Continental Airlines, Inc., Air Japan and IBEX Other Notice 2010-04-23T04:00:00Z 2010 4 2010-04-23T04:00:00Z   2024-11-12T04:52:15Z   1 0 0900006480ade1e0
DOT-OST-2003-16102-0006 DOT None DOT-OST-2003-16102 Air Japan Co., Ltd., Continental Airlines, Inc. and IBEX Airlines Co., Ltd. Other Correspondence 2010-03-16T04:00:00Z 2010 3 2010-03-16T04:00:00Z   2013-08-11T04:38:33Z   0 0 0900006480abc5eb
DOT-OST-2003-16102-0005 DOT None DOT-OST-2003-16102 Air Japan Co., Ltd., Continental Airlines, Inc. and Ibex Airlines Co., Ltd. Other Correspondence 2010-03-15T04:00:00Z 2010 3 2010-03-15T04:00:00Z   2013-08-11T01:33:06Z   0 0 0900006480abb4d2
DOT-OST-2003-16102-0004 DOT None DOT-OST-2003-16102 U.S. DOT/OST - Notice of Action Taken re: Continental Airlines, Inc. and Air Japan Co., Ltd. Notice Notice 2003-12-01T05:00:00Z 2003 12 2003-12-01T05:00:00Z 2003-12-03T04:59:59Z 2008-01-12T00:20:27Z   0 0 0900006480316058
DOT-OST-2003-16102-0003-0001 DOT None DOT-OST-2003-16102 Continental Airlines, Inc. and Air Japan Co., Ltd. Other Correspondence 2003-10-24T04:00:00Z 2003 10 2003-10-24T04:00:00Z 2003-10-28T04:59:59Z 2008-01-12T00:24:20Z   0 0 0900006480316056
DOT-OST-2003-16102-0003-0002 DOT None DOT-OST-2003-16102 Continental Airlines, Inc. and Air Japan Co., Ltd. Other Correspondence 2003-10-24T04:00:00Z 2003 10 2003-10-24T04:00:00Z 2003-10-28T04:59:59Z 2008-01-12T00:26:10Z   0 0 0900006480316057
DOT-OST-2003-16102-0002-0002 DOT None DOT-OST-2003-16102 Polling Letter Other Letter(s) 2003-09-10T04:00:00Z 2003 9 2003-09-10T04:00:00Z 2003-09-11T03:59:59Z 2008-01-12T00:26:10Z   0 0 0900006480316055
DOT-OST-2003-16102-0002-0001 DOT None DOT-OST-2003-16102 Polling Letter Other Letter(s) 2003-09-10T04:00:00Z 2003 9 2003-09-10T04:00:00Z 2003-09-11T03:59:59Z 2008-01-12T00:17:59Z   0 0 0900006480316054
DOT-OST-2003-16102-0001-0003 DOT None DOT-OST-2003-16102 Applications of Continental Airlines, Inc. and Air Japan Co., Ltd. Other Application-Other 2003-09-04T04:00:00Z 2003 9 2003-09-04T04:00:00Z 2003-09-05T03:59:59Z 2008-01-12T00:17:59Z   0 0 0900006480316053
DOT-OST-2003-16102-0001-0002 DOT None DOT-OST-2003-16102 Applications of Continental Airlines, Inc. and Air Japan Co., Ltd. Other Application-Other 2003-09-04T04:00:00Z 2003 9 2003-09-04T04:00:00Z 2003-09-05T03:59:59Z 2008-01-12T00:24:20Z   0 0 0900006480316052
DOT-OST-2003-16102-0001-0001 DOT None DOT-OST-2003-16102 Applications of Continental Airlines, Inc. and Air Japan Co., Ltd. Other Application-Other 2003-09-04T04:00:00Z 2003 9 2003-09-04T04:00:00Z 2003-09-05T03:59:59Z 2008-01-12T00:22:24Z   0 0 0900006480316050

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