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

15 rows where docket_id = "DOT-OST-2008-0252" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 15 ✖

document_type 1

  • Other 15

agency_id 1

  • DOT 15
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-2008-0252-3456 DOT None DOT-OST-2008-0252 2020-12-20 Final Order Other Order 2020-12-21T05:00:00Z 2020 12 2020-12-21T05:00:00Z   2025-10-11T12:51:53Z   1 0 09000064849b27dc
DOT-OST-2008-0252-3455 DOT None DOT-OST-2008-0252 Exhaustless Inc. - Response to Comments of Delta Air Lines and JetBlue Airways Corporation Other Response(s) 2020-12-09T05:00:00Z 2020 12 2020-12-09T05:00:00Z   2024-11-06T23:41:44Z   1 0 0900006484990223
DOT-OST-2008-0252-3454 DOT None DOT-OST-2008-0252 Exhaustless Inc. - Objection Show Cause Order 2020-11-9 Other Objection(s) 2020-12-01T05:00:00Z 2020 12 2020-12-01T05:00:00Z   2024-11-06T23:43:30Z   1 0 090000648497e806
DOT-OST-2008-0252-3453 DOT None DOT-OST-2008-0252 Comments of JetBlue Airways Corporation Other Correspondence 2020-12-01T05:00:00Z 2020 12 2020-12-01T05:00:00Z   2024-11-06T23:43:30Z   1 0 090000648497e393
DOT-OST-2008-0252-3452 DOT None DOT-OST-2008-0252 Comments of Delta Air Lines, Inc. Other Correspondence 2020-11-30T05:00:00Z 2020 11 2020-11-16T05:00:00Z   2024-11-06T23:42:24Z   1 0 090000648497e22d
DOT-OST-2008-0252-3450 DOT None DOT-OST-2008-0252 2020-11-9 Order to Show Cause Other Order 2020-11-16T05:00:00Z 2020 11 2020-11-16T05:00:00Z   2024-11-06T23:43:09Z   1 0 090000648496143f
DOT-OST-2008-0252-3448 DOT None DOT-OST-2008-0252 Reply of JetBlue Airways Corporation Other Reply 2020-09-18T04:00:00Z 2020 9 2020-09-18T04:00:00Z   2024-11-06T23:38:59Z   1 0 0900006484865f57
DOT-OST-2008-0252-3449 DOT None DOT-OST-2008-0252 Reply of Delta Airlines, Inc. Other Reply 2020-09-18T04:00:00Z 2020 9 2020-09-18T04:00:00Z   2024-11-06T23:40:14Z   1 0 0900006484866008
DOT-OST-2008-0252-3447 DOT None DOT-OST-2008-0252 Joint Reply of American Airlines, Inc., British Airways PLC, OpenSkies SAS, Iberia Lineas Aereas de Espana, S.A., Finnair OYJ and Aer Lingus Group DAC Other Reply 2020-09-17T04:00:00Z 2020 9 2020-09-17T04:00:00Z   2024-11-06T23:39:27Z   1 0 090000648485f181
DOT-OST-2008-0252-3445 DOT None DOT-OST-2008-0252 Answer of JetBlue Airways Corporation Other Answer 2020-09-10T04:00:00Z 2020 9 2020-09-10T04:00:00Z   2024-11-12T23:25:46Z   1 0 090000648484e3c5
DOT-OST-2008-0252-3446 DOT None DOT-OST-2008-0252 Answer of Delta Air Lines, Inc. Other Answer 2020-09-10T04:00:00Z 2020 9 2020-09-10T04:00:00Z   2024-11-12T23:25:46Z   1 0 090000648484e585
DOT-OST-2008-0252-3444 DOT None DOT-OST-2008-0252 Notice Establishing Procedural Schedule Other Decision 2020-08-13T04:00:00Z 2020 8 2020-08-13T04:00:00Z   2024-11-12T23:23:09Z   1 0 09000064847fb3d6
DOT-OST-2008-0252-3443 DOT None DOT-OST-2008-0252 Supplemental Confidential Joint Response to the Department's November 7, 2019 Information Request Other Response(s) 2020-06-08T04:00:00Z 2020 6 2020-06-08T04:00:00Z   2024-11-12T23:20:19Z   1 0 09000064846d0685
DOT-OST-2008-0252-3442 DOT None DOT-OST-2008-0252 Air Lingus Group DAC - Request for Confidential Treatment Other Request 2020-05-28T04:00:00Z 2020 5 2020-05-28T04:00:00Z   2024-11-12T23:20:51Z   1 0 09000064846b4d8e
DOT-OST-2008-0252-3441 DOT None DOT-OST-2008-0252 Joint Applicants - Response to Order Requesting Additional Information Other Response(s) 2020-02-06T05:00:00Z 2020 2 2020-02-06T05:00:00Z   2024-11-12T23:17:01Z   1 0 0900006484330464

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