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-2010-0300" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 6

  • 2011 3
  • 2012 2
  • 2013 2
  • 2014 2
  • 2015 2
  • 2010 1

document_type 1

  • Other 12

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-2010-0300-0012 DOT None DOT-OST-2010-0300 Notice of Action Taken re: Aerovias de Mexico, S.A. de C.V. Other Decision 2015-12-23T05:00:00Z 2015 12 2015-12-23T05:00:00Z   2024-11-11T21:18:35Z   1 0 0900006481dca775
DOT-OST-2010-0300-0011 DOT None DOT-OST-2010-0300 Application of Aerovias DE Mexico, S.A. DE. C.V. for Renewal of Exemption Other Application-Other 2015-05-12T04:00:00Z 2015 5 2015-05-12T04:00:00Z   2015-05-12T17:50:28Z   0 0 0900006481ad6f2d
DOT-OST-2010-0300-0010 DOT None DOT-OST-2010-0300 Notice of Action Taken re: AEROVIAS de MEXICO, S.A. de C.V. (Aeromexico) Other Decision 2014-05-12T04:00:00Z 2014 5 2014-05-12T04:00:00Z   2014-05-12T19:37:48Z   0 0 09000064816f275c
DOT-OST-2010-0300-0009 DOT None DOT-OST-2010-0300 Application of Aerovias de Mexico, S.A. de C.V. for Renewal of Exemption Other Application-Other 2014-03-24T04:00:00Z 2014 3 2014-03-24T04:00:00Z   2024-11-07T23:07:38Z   1 0 0900006481672fee
DOT-OST-2010-0300-0008 DOT None DOT-OST-2010-0300 Notice of Action Taken re: Aerovias De Mexico, S.A. de C.V. Other Decision 2013-03-26T04:00:00Z 2013 3 2013-03-26T04:00:00Z   2024-11-07T22:48:24Z   1 0 090000648124623f
DOT-OST-2010-0300-0007 DOT None DOT-OST-2010-0300 Application of Aerovias de Mexico, S.A. de C.V. for Renewal of an Exemption Other Application-Other 2013-03-04T05:00:00Z 2013 3 2013-03-04T05:00:00Z   2024-11-07T22:49:02Z   1 0 0900006481208254
DOT-OST-2010-0300-0006 DOT None DOT-OST-2010-0300 Notice of Action Taken re: Aerovias de Mexico, S.A. de C.V. Other Decision 2012-03-01T05:00:00Z 2012 3 2012-03-01T05:00:00Z   2013-07-28T00:16:23Z   0 0 0900006480fcab69
DOT-OST-2010-0300-0005 DOT None DOT-OST-2010-0300 Application of Aerovias de Mexico, S.A. de C.V. for Renewal of an Exemption Other Application-Other 2012-02-14T05:00:00Z 2012 2 2012-02-14T05:00:00Z   2024-11-07T22:34:08Z   1 0 0900006480fb1bbe
DOT-OST-2010-0300-0004 DOT None DOT-OST-2010-0300 Notice of Action Taken re: Joint Application of Aerovias de Mexico, S.A. de C.V. (Aeromexico); Delta Air Lines, Inc. (Delta); and SkyWest Airlines, Inc. (SkyWest) Other Notice 2011-02-23T05:00:00Z 2011 2 2011-02-23T05:00:00Z   2024-11-07T22:28:53Z   1 0 0900006480bf645f
DOT-OST-2010-0300-0003 DOT None DOT-OST-2010-0300 Notice of Action Taken re: Joint Application of Aerovias de Mexico, S.A. de C.V. (Aeromexico); Delta Air Lines, Inc. (Delta); and SkyWest Airlines, Inc. (SkyWest) Other Notice 2011-02-16T05:00:00Z 2011 2 2011-02-16T05:00:00Z   2013-08-11T01:39:57Z   0 0 0900006480bf0a8e
DOT-OST-2010-0300-0002 DOT None DOT-OST-2010-0300 Delta Air Lines, Inc. Other Correspondence 2011-01-05T05:00:00Z 2011 1 2011-01-05T05:00:00Z   2013-07-27T23:41:30Z   0 0 0900006480bc4847
DOT-OST-2010-0300-0001 DOT None DOT-OST-2010-0300 Joint Application of Aerovias de Mexico, S.A. de C.V., Delta Air Lines, Inc. and SkyWest Airlines, Inc. Other Application-Other 2010-12-28T05:00:00Z 2010 12 2010-12-28T05:00:00Z   2013-08-11T03:12:24Z   0 0 0900006480bbfc00

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