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-2017-0040" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2017 13

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-2017-0040-0015 DOT None DOT-OST-2017-0040 2017-12-10 Final Order Other Order 2017-12-14T05:00:00Z 2017 12 2017-12-14T05:00:00Z   2024-11-07T01:12:42Z   1 0 0900006482d0ba3e
DOT-OST-2017-0040-0014 DOT None DOT-OST-2017-0040 2017-9-13 Order Granting Exemption and to Show Cause Other Order 2017-09-21T04:00:00Z 2017 9 2017-09-21T04:00:00Z   2024-11-07T01:17:03Z   1 0 0900006482b6ba24
DOT-OST-2017-0040-0012 DOT None DOT-OST-2017-0040 Vuela Aviacion, S.A. (Correspondence) Other Correspondence 2017-05-16T04:00:00Z 2017 5 2017-05-16T04:00:00Z   2024-11-07T00:58:55Z   1 0 09000064825ca430
DOT-OST-2017-0040-0011 DOT None DOT-OST-2017-0040 Contingent Reply of Southwest Airlines Co. and Motion for Leave to File Other Reply 2017-05-16T04:00:00Z 2017 5 2017-05-16T04:00:00Z   2024-11-07T00:57:43Z   1 0 09000064825be9ef
DOT-OST-2017-0040-0010 DOT None DOT-OST-2017-0040 Contingent Response of Vuela Aviacion, S.A., and Motion for Leave to File Other Answer 2017-05-10T04:00:00Z 2017 5 2017-05-10T04:00:00Z   2024-11-07T00:58:41Z   1 0 09000064825a0320
DOT-OST-2017-0040-0009 DOT None DOT-OST-2017-0040 Response of Southwest Airlines Co. and Motion for Leave to File Other Response(s) 2017-05-03T04:00:00Z 2017 5 2017-05-03T04:00:00Z   2024-11-07T00:58:04Z   1 0 090000648258beec
DOT-OST-2017-0040-0008 DOT None DOT-OST-2017-0040 Chicago Department of Aviation (Letter of Support) Other Letter(s) in Support 2017-04-28T04:00:00Z 2017 4 2017-04-28T04:00:00Z   2017-04-28T20:25:42Z   0 0 0900006482583d63
DOT-OST-2017-0040-0007 DOT None DOT-OST-2017-0040 Washington Airports Task Force (Letter of Support) Other Letter(s) in Support 2017-04-27T04:00:00Z 2017 4 2017-04-27T04:00:00Z   2017-04-27T14:54:51Z   0 0 090000648257c1ff
DOT-OST-2017-0040-0006 DOT None DOT-OST-2017-0040 Consolidated Reply of Vuela Aviacion, S.A. Other Consolidated Reply 2017-04-24T04:00:00Z 2017 4 2017-04-24T04:00:00Z   2024-11-07T00:57:22Z   1 0 09000064825688d5
DOT-OST-2017-0040-0005 DOT None DOT-OST-2017-0040 Answer of Southwest Airlines Co. Other Answer 2017-04-13T04:00:00Z 2017 4 2017-04-13T04:00:00Z   2024-11-07T00:57:28Z   1 0 090000648255449f
DOT-OST-2017-0040-0004 DOT None DOT-OST-2017-0040 Answer of Southwest Airlines Co. Other Answer 2017-04-10T04:00:00Z 2017 4 2017-04-10T04:00:00Z   2024-11-07T00:55:10Z   1 0 0900006482544435
DOT-OST-2017-0040-0002 DOT None DOT-OST-2017-0040 Motion of Vuela Aviacion, S.A. for Confidential Treatment Other Motion 2017-03-23T04:00:00Z 2017 3 2017-03-23T04:00:00Z   2024-11-07T00:55:34Z   1 0 0900006482522533
DOT-OST-2017-0040-0001 DOT None DOT-OST-2017-0040 Application for a Foreign Air Carrier Permit and Exemption Other Application-SubPartB 2017-03-23T04:00:00Z 2017 3 2017-03-23T04:00:00Z   2024-11-07T00:56:00Z   1 0 090000648251f48b

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