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-2012-0170" 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 9

  • 2012 2
  • 2014 2
  • 2019 2
  • 2016 1
  • 2017 1
  • 2021 1
  • 2023 1
  • 2025 1
  • 2026 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-2012-0170-0012 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi, S.A. de C.V. Other Decision 2026-01-23T05:00:00Z 2026 1 2026-01-23T05:00:00Z   2026-01-23T23:30:50Z   1 0 09000064b917d14a
DOT-OST-2012-0170-0011 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for Renewal of Exemption Other Application-Other 2025-12-18T05:00:00Z 2025 12 2025-12-18T05:00:00Z   2025-12-31T22:04:37Z   1 0 09000064b90ed8d8
DOT-OST-2012-0170-0010 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi, S.A. de C.V. Other Decision 2023-12-27T05:00:00Z 2023 12 2023-12-27T05:00:00Z   2024-11-12T06:21:27Z   1 0 090000648635ea62
DOT-OST-2012-0170-0009 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for Renewal of Exemption Other Application-Other 2021-06-04T04:00:00Z 2021 6 2021-06-04T04:00:00Z   2024-11-12T23:31:21Z   1 0 0900006484b572ce
DOT-OST-2012-0170-0008 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi, S.A. de C.V. Other Decision 2019-06-07T04:00:00Z 2019 6 2019-06-07T04:00:00Z   2024-11-12T23:02:32Z   1 0 0900006483cf7860
DOT-OST-2012-0170-0007 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for Renewal of Exemption Other Application-Other 2019-02-12T05:00:00Z 2019 2 2019-02-12T05:00:00Z   2024-11-12T22:54:23Z   1 0 0900006483a6a253
DOT-OST-2012-0170-0006 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi, 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 09000064824cb602
DOT-OST-2012-0170-0005 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for Renewal of Exemption Other Application-Other 2016-11-25T05:00:00Z 2016 11 2016-11-25T05:00:00Z   2024-11-07T23:52:22Z   1 0 09000064823bd427
DOT-OST-2012-0170-0004 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi, S.A. de C.V. Other Decision 2014-12-01T05:00:00Z 2014 12 2014-12-01T05:00:00Z   2024-11-12T05:31:47Z   1 0 0900006481952d1d
DOT-OST-2012-0170-0003 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for Renewal of Exemption Other Application-Other 2014-11-15T05:00:00Z 2014 11 2014-11-15T05:00:00Z   2024-11-07T23:10:01Z   1 0 0900006481912008
DOT-OST-2012-0170-0002 DOT None DOT-OST-2012-0170 Notice of Action Taken re: Multitaxi Other Petition(s) 2012-11-15T05:00:00Z 2012 11 2012-11-15T05:00:00Z   2024-11-12T05:07:42Z   1 0 0900006481169451
DOT-OST-2012-0170-0001 DOT None DOT-OST-2012-0170 Application of Multitaxi, S.A. de C.V. for an Exemption Other Application-Other 2012-10-10T04:00:00Z 2012 10 2012-10-10T04:00:00Z   2025-12-20T09:25:36Z   1 0 0900006481139946

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