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-2011-0148" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2012 9
  • 2011 3

document_type 2

  • Other 11
  • Supporting & Related Material 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-2011-0148-0012 DOT None DOT-OST-2011-0148 2012-12-09 Order Other   2012-12-14T00:00:00Z 2012 12     2024-11-12T05:09:30Z   0 1 090000648118d1e5
DOT-OST-2011-0148-0011 DOT None DOT-OST-2011-0148 2012-10-19 Final Order Other Order 2012-10-16T04:00:00Z 2012 10 2012-10-16T04:00:00Z   2024-11-11T20:41:54Z   1 0 090000648114366c
DOT-OST-2011-0148-0010 DOT None DOT-OST-2011-0148 Notice of Action Taken re: Aeroenlaces Nacionales, S.A. de C.V. d/b/a vivaAerobus Other Decision 2012-08-29T04:00:00Z 2012 8 2012-08-29T04:00:00Z   2012-08-29T16:22:28Z   0 0 09000064810f84c2
DOT-OST-2011-0148-0009 DOT None DOT-OST-2011-0148 Application of Aeroenlaces Nacionales, S.A. de C.V. (“vivaAerobus”) for Renewal of Exemption Other Application-Other 2012-08-07T04:00:00Z 2012 8 2012-08-07T04:00:00Z   2024-11-07T22:44:32Z   1 0 09000064810bf78c
DOT-OST-2011-0148-0008 DOT None DOT-OST-2011-0148 2012-7-24 Order to Show Cause Other Order 2012-07-20T04:00:00Z 2012 7 2012-07-20T04:00:00Z   2024-11-11T20:40:25Z   1 0 09000064810a6c9e
DOT-OST-2011-0148-0007 DOT None DOT-OST-2011-0148 Aeroenlaces Nacionales, S.A. de C.V. (vivaAerobus) Other Letter(s) 2012-06-13T04:00:00Z 2012 6 2012-06-13T04:00:00Z   2024-11-07T22:43:52Z   1 0 09000064810410a5
DOT-OST-2011-0148-0006 DOT None DOT-OST-2011-0148 Motion of Aeroenlaces Nacionales, S.A. de C.V. ("vivaAerobus") for Confidential Treatment Other Motion 2012-05-16T04:00:00Z 2012 5 2012-05-16T04:00:00Z   2012-05-16T20:17:32Z   0 0 090000648100f043
DOT-OST-2011-0148-0005 DOT None DOT-OST-2011-0148 Motion of Aeroenlaces Nacionales, S.A. de C.V. (VivaAerobus) For Confidential Treatment Other Motion 2012-05-14T04:00:00Z 2012 5 2012-05-14T04:00:00Z   2024-11-07T22:40:31Z   1 0 090000648100b203
DOT-OST-2011-0148-0004 DOT None DOT-OST-2011-0148 Supplement To Application of Aeroenlaces Nacionales, S.A. de C.V. (VivaAerobus) For an Amendment to Foreign Air Carrier Permit Supporting & Related Material Supplement 2012-05-14T04:00:00Z 2012 5     2013-03-06T03:55:37Z   0 0 090000648100b200
DOT-OST-2011-0148-0003 DOT None DOT-OST-2011-0148 Notice of Action Taken re: Aeroenlaces Nacionales, S.A. de C.V. d/b/a vivaAerobus Other Decision 2011-08-18T04:00:00Z 2011 8 2011-08-18T04:00:00Z   2024-11-07T22:34:48Z   1 0 0900006480ee45c4
DOT-OST-2011-0148-0002 DOT None DOT-OST-2011-0148 vivaAerobus Other Letter(s) 2011-08-16T04:00:00Z 2011 8 2011-08-16T04:00:00Z   2013-08-11T01:43:06Z   0 0 0900006480edf8aa
DOT-OST-2011-0148-0001 DOT None DOT-OST-2011-0148 Application of Aeroenlaces Nacionales, S.A. de C.V. (vivaAerobus) for an Exemption and Amendment to Foreign Air Carrier Permit Other Application-SubPartB 2011-08-10T04:00:00Z 2011 8 2011-08-10T04:00:00Z   2024-11-07T22:34:01Z   1 0 0900006480edc1f8

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