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-2009-0337" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 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-2009-0337-0066 DOT None DOT-OST-2009-0337 Notice of Action Taken re: American Airlines, Inc. and Philippine Airlines, Inc. Other Decision 2023-08-18T04:00:00Z 2023 8 2023-08-18T04:00:00Z   2024-11-07T00:50:30Z   1 0 0900006485e95ef0
DOT-OST-2009-0337-0065 DOT None DOT-OST-2009-0337 Notice of Action Taken re: American Airlines, Inc. and JetSMART Airlines S.A. Other Decision 2023-07-26T04:00:00Z 2023 7 2023-07-26T04:00:00Z   2024-11-07T23:39:41Z   1 0 0900006485d5539c
DOT-OST-2009-0337-0064 DOT None DOT-OST-2009-0337 Motion of United Airlines, Inc. Other Motion 2023-07-18T04:00:00Z 2023 7 2023-07-18T04:00:00Z   2024-11-12T22:58:51Z   1 0 0900006485cd39ba
DOT-OST-2009-0337-0062 DOT None DOT-OST-2009-0337 Supplement to Applications of American Airlines, Inc. and JetSmart Airlines S.A. for Exemption Authority and a Statement of Authorization Other Supplement (SUP) 2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2024-11-12T05:50:30Z   1 0 0900006485c22268
DOT-OST-2009-0337-0061 DOT None DOT-OST-2009-0337 Applications of American Airlines, Inc. and JetSMART Airlines S.A. for Exemption Authority and a Statement of Authorization Other Application-Other 2023-06-13T04:00:00Z 2023 6 2023-06-13T04:00:00Z   2024-11-11T21:23:34Z   1 0 0900006485b0344b
DOT-OST-2009-0337-0060 DOT None DOT-OST-2009-0337 Notice of Action Taken re: American Airlines, Inc. and JetSMART Airlines Peru S.A.C. Other Decision 2023-05-08T04:00:00Z 2023 5 2023-05-08T04:00:00Z   2024-11-11T21:24:02Z   1 0 09000064859e06e0
DOT-OST-2009-0337-0059 DOT None DOT-OST-2009-0337 American Airlines, Inc. and JetSMART Airlines Peru S.A.C. (Polling Letter) Other Letter(s) 2023-04-26T04:00:00Z 2023 4 2023-04-26T04:00:00Z   2024-11-12T22:51:25Z   1 0 090000648598c036
DOT-OST-2009-0337-0058 DOT None DOT-OST-2009-0337 Applications of American Airlines, Inc. and JetSMART Airlines Peru S.A.C. for Exemption Authority and a Statement of Authorization Other Application-Other 2023-04-24T04:00:00Z 2023 4 2023-04-24T04:00:00Z   2024-11-12T22:51:20Z   1 0 0900006485975690
DOT-OST-2009-0337-0057 DOT None DOT-OST-2009-0337 Notice of Action Taken re: American Airlines, Inc. and JetSMART Airlines SpA Other Decision 2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z   2023-04-21T17:41:49Z   0 0 090000648597178f
DOT-OST-2009-0337-0056 DOT None DOT-OST-2009-0337 Supplement of JetSMART Airlines SpA to Applications of American Airlines, Inc. and JetSMART Airlines SpA for Exemption Authority and a Statement of Authorization Other Supplement (SUP) 2023-04-20T04:00:00Z 2023 4 2023-04-20T04:00:00Z   2024-11-12T22:51:10Z   1 0 090000648596a2c7
DOT-OST-2009-0337-0055 DOT None DOT-OST-2009-0337 JetSMART Airlines SpA (Correction-Errata to Polling Letter) Other Correction(s) 2023-04-05T04:00:00Z 2023 4 2023-04-05T04:00:00Z   2024-11-07T00:49:30Z   1 0 09000064858da93e
DOT-OST-2009-0337-0054 DOT None DOT-OST-2009-0337 JetSMART Airlines SpA (Polling Letter) Other Letter(s) 2023-03-30T04:00:00Z 2023 3 2023-03-30T04:00:00Z   2024-11-12T23:53:46Z   1 0 09000064858948d9
DOT-OST-2009-0337-0053 DOT None DOT-OST-2009-0337 Applications of American Airlines, Inc. and JetSMART Airlines SpA for Exemption Authority and a Statement of Authorization and Motion for Confidential Treatment Other Application-Other 2023-03-28T04:00:00Z 2023 3 2023-03-28T04:00:00Z   2024-11-07T00:49:42Z   1 0 090000648586cab0

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