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

11 rows where docket_id = "DOT-OST-2014-0165" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 8

  • 2014 2
  • 2019 2
  • 2023 2
  • 2016 1
  • 2017 1
  • 2021 1
  • 2025 1
  • 2026 1

document_type 1

  • Other 11

agency_id 1

  • DOT 11
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-2014-0165-0011 DOT None DOT-OST-2014-0165 Notice of Action Taken re: Transportacion Aerea del Mar Cortes, S.A. de C.V. Other Decision 2026-01-23T05:00:00Z 2026 1 2026-01-23T05:00:00Z   2026-01-24T00:15:28Z   1 0 09000064b917d59f
DOT-OST-2014-0165-0010 DOT None DOT-OST-2014-0165 Application of Transportacion Aerea del Mar de Cartes, S.A. de C.V. for Renewal of Exemption Other Application-Other 2025-12-29T05:00:00Z 2025 12 2025-12-29T05:00:00Z   2026-01-02T21:37:36Z   1 0 09000064b9108c46
DOT-OST-2014-0165-0009 DOT None DOT-OST-2014-0165 Notice of Action Taken re: Transportacion Aerea del Mar Cortes. S.A. de C.V. Other Decision 2023-12-27T05:00:00Z 2023 12 2023-12-27T05:00:00Z   2024-11-12T06:24:42Z   1 0 090000648635d65e
DOT-OST-2014-0165-0008 DOT None DOT-OST-2014-0165 Supplement to Application of Transportacion Aerea de Mar de Cortes, S.A. de C.V. for Renewal of Exemption Other Supplement (SUP) 2023-09-21T04:00:00Z 2023 9 2023-09-21T04:00:00Z   2024-11-07T00:52:07Z   1 0 0900006485fdbe46
DOT-OST-2014-0165-0007 DOT None DOT-OST-2014-0165 Application of Transportacion Aerea del Mar de Cartes, S.A. for Renewal of Exemption Other Application-Other 2021-06-07T04:00:00Z 2021 6 2021-06-07T04:00:00Z   2024-11-12T23:31:03Z   1 0 0900006484b59e7b
DOT-OST-2014-0165-0006 DOT None DOT-OST-2014-0165 Notice of Action Taken re: Transportaction Aerea del Mar de Cortes, S.A. de C.V. Other Decision 2019-06-07T04:00:00Z 2019 6 2019-06-07T04:00:00Z   2024-11-12T23:02:17Z   1 0 0900006483cf7bd3
DOT-OST-2014-0165-0005 DOT None DOT-OST-2014-0165 Application of Transportaction Aerea del Mar de Cortes, S.A. de C.V. for Renewal of Exemption Other Application-Other 2019-02-15T05:00:00Z 2019 2 2019-02-15T05:00:00Z   2024-11-12T22:55:14Z   1 0 0900006483a7f6f3
DOT-OST-2014-0165-0004 DOT None DOT-OST-2014-0165 Notice of Action Taken re: Transportacion Aerea del Mar de Cortes, S.A. de C.V. Other Decision 2017-02-17T05:00:00Z 2017 2 2017-02-17T05:00:00Z   2024-11-11T21:33:15Z   1 0 09000064824cb29e
DOT-OST-2014-0165-0003 DOT None DOT-OST-2014-0165 Application of Transportacion Aerea del Mar de Cortes, S.A. de C.V. for Renewal of Exemption Other Application-Other 2016-11-16T05:00:00Z 2016 11 2016-11-16T05:00:00Z   2024-11-12T06:17:11Z   1 0 0900006482398329
DOT-OST-2014-0165-0002 DOT None DOT-OST-2014-0165 Notice of Action Taken re: Transportacion Aerea del Mar de Cortes, S.A. de C.V. Other Decision 2014-11-18T05:00:00Z 2014 11 2014-11-18T05:00:00Z   2024-11-12T05:34:00Z   1 0 090000648193661a
DOT-OST-2014-0165-0001 DOT None DOT-OST-2014-0165 Application of Transportacion Aerea del Mar de Cortes, S.A. de C.V. for an Exemption Other Application-Other 2014-09-17T04:00:00Z 2014 9 2014-09-17T04:00:00Z   2026-01-03T09:50:22Z   1 0 09000064818758ea

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