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

13 rows where docket_id = "DOT-OST-2013-0132" 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

  • 2017 3
  • 2013 2
  • 2019 2
  • 2023 2
  • 2015 1
  • 2021 1
  • 2025 1
  • 2026 1

document_type 1

  • Other 13

agency_id 1

  • DOT 13
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-2013-0132-0013 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. Other Decision 2026-01-23T05:00:00Z 2026 1 2026-01-23T05:00:00Z   2026-01-23T23:43:22Z   1 0 09000064b917d18a
DOT-OST-2013-0132-0012 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for Renewal of Exemption Other Application-Other 2025-12-22T05:00:00Z 2025 12 2025-12-22T05:00:00Z   2026-01-02T21:03:02Z   1 0 09000064b90f87eb
DOT-OST-2013-0132-0011 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. Other Decision 2023-12-27T05:00:00Z 2023 12 2023-12-27T05:00:00Z   2024-11-12T06:24:39Z   1 0 090000648635d633
DOT-OST-2013-0132-0010 DOT None DOT-OST-2013-0132 Supplement to Application of Servicios Aereos Across, 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 0900006485fdbf16
DOT-OST-2013-0132-0009 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for Renewal of Exemption Other Application-Other 2021-12-06T05:00:00Z 2021 12 2021-12-06T05:00:00Z   2024-11-07T00:34:27Z   1 0 0900006484e9f9ad
DOT-OST-2013-0132-0008 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. Other Decision 2019-12-05T05:00:00Z 2019 12 2019-12-05T05:00:00Z   2024-11-12T23:13:39Z   1 0 09000064841ea672
DOT-OST-2013-0132-0007 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for Renewal of Exemption Other Application-Other 2019-11-13T05:00:00Z 2019 11 2019-11-13T05:00:00Z   2024-11-12T23:12:25Z   1 0 0900006484150117
DOT-OST-2013-0132-0006 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. Other Decision 2017-11-17T05:00:00Z 2017 11 2017-11-17T05:00:00Z   2024-11-07T01:12:37Z   1 0 0900006482c8d752
DOT-OST-2013-0132-0005 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for Renewal of Exemption Other Application-Other 2017-08-31T04:00:00Z 2017 8 2017-08-31T04:00:00Z   2024-11-07T01:11:39Z   1 0 0900006482afb972
DOT-OST-2013-0132-0004 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. (September 4, 2015) Other Decision 2017-08-16T04:00:00Z 2017 8 2017-08-16T04:00:00Z   2024-11-07T01:08:22Z   1 0 0900006482a3ed76
DOT-OST-2013-0132-0003 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for Renewal of Exemption Other Application-Other 2015-08-17T04:00:00Z 2015 8 2015-08-17T04:00:00Z   2024-11-11T21:06:49Z   1 0 0900006481c21ead
DOT-OST-2013-0132-0002 DOT None DOT-OST-2013-0132 Notice of Action Taken re: Servicios Aereos Across, S.A. de C.V. Other Decision 2013-08-21T04:00:00Z 2013 8 2013-08-21T04:00:00Z   2024-11-07T22:55:54Z   1 0 09000064813bdfd5
DOT-OST-2013-0132-0001 DOT None DOT-OST-2013-0132 Application of Servicios Aereos Across, S.A. de C.V. for an Exemption Other Application-Other 2013-07-08T04:00:00Z 2013 7 2013-07-08T04:00:00Z   2025-12-27T09:36:35Z   1 0 0900006481358fdd

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