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-2008-0252" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2019 · 12 ✖

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-2008-0252-3440 DOT None DOT-OST-2008-0252 JetBlue Airways Corporation (Confidentiality Affidavit) Other Affidavit(s) 2019-11-29T05:00:00Z 2019 11 2019-11-29T05:00:00Z   2024-11-12T23:13:04Z   1 0 09000064841c34fe
DOT-OST-2008-0252-3439 DOT None DOT-OST-2008-0252 2019-11-3 Order Requesting Additional Information Other Order 2019-11-07T05:00:00Z 2019 11 2019-11-07T05:00:00Z   2024-11-12T23:11:44Z   1 0 090000648412c2aa
DOT-OST-2008-0252-3438 DOT None DOT-OST-2008-0252 Delta Air Lines, Inc. (Confidentiality Affidavits) Other Affidavit(s) 2019-07-18T04:00:00Z 2019 7 2019-07-18T04:00:00Z   2024-11-12T23:04:44Z   1 0 0900006483d9e835
DOT-OST-2008-0252-3437 DOT None DOT-OST-2008-0252 American Airlines, Inc., British Airways PLC, OpenSkies SAS, Iberia Lineas Aereas de Espana, S.A., Finnair OYJ, and Aer Lingus Group DAC (Submission of Data Production) Other Correspondence 2019-05-29T04:00:00Z 2019 5 2019-05-29T04:00:00Z   2024-11-12T23:02:01Z   1 0 0900006483cd4338
DOT-OST-2008-0252-3436 DOT None DOT-OST-2008-0252 American Airlines, Inc., British Airways PLC, OpenSkies SAS, Iberia Líneas Aereas de Espana, S.A., Finnair OYJ, and Aer Lingus Group DAC (Submission of Confidential Information to the Docket) Other Correspondence 2019-05-13T04:00:00Z 2019 5 2019-05-13T04:00:00Z   2024-11-12T22:59:56Z   1 0 0900006483c70cb5
DOT-OST-2008-0252-3435 DOT None DOT-OST-2008-0252 2019-4-20 Order Other Order 2019-04-24T04:00:00Z 2019 4 2019-04-24T04:00:00Z   2024-11-12T22:59:45Z   1 0 0900006483bef18d
DOT-OST-2008-0252-3434 DOT None DOT-OST-2008-0252 Motion for Leave to File and Reply of JetBlue Airways Corporation Other Motion/Reply 2019-02-20T05:00:00Z 2019 2 2019-02-20T05:00:00Z   2024-11-12T22:56:40Z   1 0 0900006483a928ae
DOT-OST-2008-0252-3433 DOT None DOT-OST-2008-0252 Joint Answer in Opposition to JetBlue Airways Corporation's Motion to Consolidate and Petition for Reconsideration of Order 2019-1-3 Other Answer 2019-02-08T05:00:00Z 2019 2 2019-02-08T05:00:00Z   2024-11-12T22:54:20Z   1 0 0900006483a5a5bc
DOT-OST-2008-0252-3432 DOT None DOT-OST-2008-0252 United Airlines, Inc. (Confidentiality Affidavits) Other Affidavit(s) 2019-02-05T05:00:00Z 2019 2 2019-02-05T05:00:00Z   2024-11-12T22:54:09Z   1 0 0900006483a3ca53
DOT-OST-2008-0252-3431 DOT None DOT-OST-2008-0252 Motion of JetBlue Airways Corporation to Consolidate and Petition for Reconsideration of Order 2019-1-3 Other Motion 2019-01-31T05:00:00Z 2019 1 2019-01-31T05:00:00Z   2024-11-12T22:55:08Z   1 0 0900006483a2c832
DOT-OST-2008-0252-3430 DOT None DOT-OST-2008-0252 JetBlue Airways Corporation (Confidentiality Affidavit) Other Affidavit(s) 2019-01-30T05:00:00Z 2019 1 2019-01-30T05:00:00Z   2024-11-12T22:54:02Z   1 0 0900006483a24f98
DOT-OST-2008-0252-3429 DOT None DOT-OST-2008-0252 Supplement to Joint Motion to Amend Order 2010-7-8 for Approval of And Antitrust Immunity for Amended Joint Business Agreement Other Supplement (SUP) 2019-01-11T05:00:00Z 2019 1 2019-01-11T05:00:00Z   2024-11-12T22:52:02Z   1 0 09000064839ec83b

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