documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "FAA-2021-0706" and posted_year = 2023 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), last_modified (date)
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FAA-2021-0706-0032 | FAA | None FAA-2021-0706 | Delta Air Lines - Letter of Intent | Other | Letter(s) | 2023-12-28T05:00:00Z | 2023 | 12 | 2023-12-28T05:00:00Z | 2024-11-12T06:25:05Z | 1 | 0 | 09000064863645d9 | ||
| FAA-2021-0706-0031 | FAA | None FAA-2021-0706 | Air Transport International, Inc. - Letter of Intent | Other | Letter(s) | 2023-12-26T05:00:00Z | 2023 | 12 | 2023-12-26T05:00:00Z | 2024-11-12T06:23:49Z | 1 | 0 | 090000648635580e | ||
| FAA-2021-0706-0030 | FAA | None FAA-2021-0706 | United Airlines - Letter of Intent | Other | Letter(s) | 2023-12-21T05:00:00Z | 2023 | 12 | 2023-12-21T05:00:00Z | 2024-11-12T06:24:15Z | 1 | 0 | 090000648634edca | ||
| FAA-2021-0706-0029 | FAA | None FAA-2021-0706 | Omni Air International, LLC - Letter of Intent | Other | Letter(s) | 2023-12-20T05:00:00Z | 2023 | 12 | 2023-12-20T05:00:00Z | 2024-11-12T06:21:53Z | 1 | 0 | 090000648634b84e | ||
| FAA-2021-0706-0027 | FAA | None FAA-2021-0706 | American Airlines, Inc. - Letter of Intent | Other | Letter(s) | 2023-12-18T05:00:00Z | 2023 | 12 | 2023-12-18T05:00:00Z | 2024-11-12T06:24:59Z | 1 | 0 | 0900006486344f7a | ||
| FAA-2021-0706-0026 | FAA | None FAA-2021-0706 | Atlas Air, Inc. - Letter of Intent | Other | Letter(s) | 2023-12-18T05:00:00Z | 2023 | 12 | 2023-12-18T05:00:00Z | 2024-11-12T06:24:34Z | 1 | 0 | 09000064863449ec | ||
| FAA-2021-0706-0025 | FAA | None FAA-2021-0706 | Allegiant Air, LLC - Letter of Intent | Other | Letter(s) | 2023-12-18T05:00:00Z | 2023 | 12 | 2023-12-18T05:00:00Z | 2024-11-12T06:24:37Z | 1 | 0 | 0900006486343fbd | ||
| FAA-2021-0706-0028 | FAA | None FAA-2021-0706 | Frontier Airlines, Inc. - Letter of Intent | Other | Letter(s) | 2023-12-18T05:00:00Z | 2023 | 12 | 2023-12-18T05:00:00Z | 2024-11-12T06:24:35Z | 1 | 0 | 0900006486345a64 | ||
| FAA-2021-0706-0024 | FAA | None FAA-2021-0706 | U.S. DOT/FAA - Decision | Other | Decision | 2023-12-18T05:00:00Z | 2023 | 12 | 2023-12-18T05:00:00Z | 2024-11-12T06:25:02Z | 1 | 0 | 090000648633fee1 | ||
| FAA-2021-0706-0023 | FAA | None FAA-2021-0706 | Airlines for America, the National Air Carrier Association, Cargo Airline Association, and the Regional Airline Association - Exemption/Rulemaking (Request for Extension) | Other | Request for Extension | 2023-11-16T05:00:00Z | 2023 | 11 | 2023-11-16T05:00:00Z | 2024-11-12T06:21:24Z | 1 | 0 | 0900006486286886 | ||
| FAA-2021-0706-0022 | FAA | None FAA-2021-0706 | Airlines for America, the National Air Carrier Association, Cargo Airline Association, and the Regional Airline Association - Exemption/Rulemaking (Request for Extension) | Other | Request for Extension | 2023-11-15T05:00:00Z | 2023 | 11 | 2023-11-15T05:00:00Z | 2024-11-12T06:21:21Z | 1 | 0 | 090000648627c7ea | ||
| FAA-2021-0706-0021 | FAA | None FAA-2021-0706 | Airlines for America, the National Air Carrier Association, Cargo Airline Association, and the Regional Airline Association - Exemption/Rulemaking (Request for Extension) | Other | Request for Extension | 2023-10-10T04:00:00Z | 2023 | 10 | 2023-10-10T04:00:00Z | 2024-11-07T00:54:00Z | 1 | 0 | 090000648608c7a1 | ||
| FAA-2021-0706-0020 | FAA | None FAA-2021-0706 | Kalitta Air, LLC - Letter of Intent | Other | Letter(s) | 2023-02-22T05:00:00Z | 2023 | 2 | 2023-02-22T05:00:00Z | 2024-11-07T00:48:39Z | 1 | 0 | 09000064856ecaf3 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;