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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 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-0273-0278 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Hawaiian Airlines, Inc. (382.61) Other Agency Response 2023-11-21T05:00:00Z 2023 11 2023-11-21T05:00:00Z   2024-11-12T06:22:34Z   1 0 09000064862a157a
DOT-OST-2008-0273-0277 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Korean Air Lines Co., Ltd (382.61) Other Agency Response 2023-09-15T04:00:00Z 2023 9 2023-09-15T04:00:00Z   2024-11-07T00:52:18Z   1 0 0900006485fb0614
DOT-OST-2008-0273-0276 DOT None DOT-OST-2008-0273 Contingent Application of Hawaiian Airlines, Inc. for an Equivalent Alternative Determination (Boeing 787 Aircraft) Other Application 2023-08-10T04:00:00Z 2023 8 2023-08-10T04:00:00Z   2024-11-07T23:40:24Z   1 0 0900006485e06550
DOT-OST-2008-0273-0275 DOT None DOT-OST-2008-0273 Motion of Hawaiian Airlines, Inc. for Confidential Treatment Under 14 C.F.R. 302.12 Other Motion 2023-08-10T04:00:00Z 2023 8 2023-08-10T04:00:00Z   2024-11-07T23:40:24Z   1 0 0900006485e06504
DOT-OST-2008-0273-0274 DOT None DOT-OST-2008-0273 Korean Air Lines Co., Ltd. (Request for an Amended Equivalent Alternative Determination Part 382.61) and Motion for Confidential Treatment Other Request 2023-07-26T04:00:00Z 2023 7 2023-07-26T04:00:00Z   2024-11-07T23:40:01Z   1 0 0900006485d54093
DOT-OST-2008-0273-0273 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Sky Peru (382.67 and 382.123) Other Response(s) 2023-07-14T04:00:00Z 2023 7 2023-07-14T04:00:00Z   2024-11-06T23:45:37Z   1 0 0900006485cb358b
DOT-OST-2008-0273-0271 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Volaris El Savaldor S.A. de C.V. (382.67 and 382.123) Other Response(s) 2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z   2024-11-12T22:51:03Z   1 0 0900006485970e6c
DOT-OST-2008-0273-0272 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Volaris Costa Rica (382.67 and 382.123) Other Response(s) 2023-04-21T04:00:00Z 2023 4 2023-04-21T04:00:00Z   2024-11-12T22:51:03Z   1 0 0900006485970e6e
DOT-OST-2008-0273-0270 DOT None DOT-OST-2008-0273 Sky Airline Peru S.A.C. (Request for an Indefinite Extension of Equivalent Alternative Determination 382.67 and 382.123) Other Request 2023-04-18T04:00:00Z 2023 4 2023-04-18T04:00:00Z   2024-11-07T00:49:39Z   1 0 0900006485957788
DOT-OST-2008-0273-0268 DOT None DOT-OST-2008-0273 Vuela Aviacion S.A. (Request for Renewal of Equivalent Alternative Determination Part 382.67 and Part 382.123) Other Request 2023-03-17T04:00:00Z 2023 3 2023-03-17T04:00:00Z   2024-11-07T00:49:01Z   1 0 09000064857d402b
DOT-OST-2008-0273-0269 DOT None DOT-OST-2008-0273 Vuela El Salvador S.A. de C.V. (Request for Renewal of Equivalent Alternative Determination Part 382.67 and Part 382.123) Other Request 2023-03-17T04:00:00Z 2023 3 2023-03-17T04:00:00Z   2024-11-07T00:49:02Z   1 0 09000064857d40dc
DOT-OST-2008-0273-0267 DOT None DOT-OST-2008-0273 DOT Response to EAD Request of Lynx Air (382.67 and 382.123) Other Agency Response 2023-01-12T05:00:00Z 2023 1 2023-01-12T05:00:00Z   2024-11-12T23:48:19Z   1 0 09000064855ea0de

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