documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "DOT-OST-2022-0109" and posted_year = 2022 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, posted_date (date), comment_start_date (date), comment_end_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DOT-OST-2022-0109-0059 | DOT | None DOT-OST-2022-0109 | Enhancing Transparency of Airline Ancillary Service Fees: Extension of Comment Period | Proposed Rule | Extension of Comment Period | 2022-12-20T05:00:00Z | 2022 | 12 | 2022-12-20T05:00:00Z | 2023-01-24T04:59:59Z | 2023-03-01T20:30:33Z | 2022-27416 | 0 | 0 | 0900006485543fa3 |
| DOT-OST-2022-0109-0058 | DOT | None DOT-OST-2022-0109 | Department Responses to Questions by Airlines for America and International Air Transport Association Regarding Enhancing Transparency of Airline Ancillary Service Fees NPRM | Other | Supplement (SUP) | 2022-12-16T05:00:00Z | 2022 | 12 | 2022-12-16T05:00:00Z | 2022-12-16T18:46:22Z | 0 | 0 | 090000648553d2c6 | ||
| DOT-OST-2022-0109-0057 | DOT | None DOT-OST-2022-0109 | Response to Questions Raised at December 8, 2022 Meeting of the Aviation Consumer Protection Advisory Committee | Other | Supplement (SUP) | 2022-12-16T05:00:00Z | 2022 | 12 | 2022-12-16T05:00:00Z | 2022-12-16T18:38:16Z | 0 | 0 | 090000648553d2c4 | ||
| DOT-OST-2022-0109-0056 | DOT | None DOT-OST-2022-0109 | Enhancing Transparency of Airlines Ancillary Service Fees - Initial Regulatory Flexibility Analysis (September 2022) | Other | Regulatory Analysis | 2022-12-13T05:00:00Z | 2022 | 12 | 2022-12-13T05:00:00Z | 2022-12-13T15:51:57Z | 0 | 0 | 0900006485534026 | ||
| DOT-OST-2022-0109-0052 | DOT | None DOT-OST-2022-0109 | Airlines for America and International Air Transportation Association - Request for Extension of Comment Period | Other | Request | 2022-11-23T05:00:00Z | 2022 | 11 | 2022-11-23T05:00:00Z | 2022-12-16T18:42:13Z | 0 | 0 | 09000064854fc97e | ||
| DOT-OST-2022-0109-0020 | DOT | None DOT-OST-2022-0109 | Enhancing Transparency of Airline Ancillary Service Fees | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2022-10-20T04:00:00Z | 2022 | 10 | 2022-10-20T04:00:00Z | 2023-04-07T03:59:59Z | 2024-06-11T13:32:05Z | 2022-22214 | 0 | 0 | 090000648543b006 |
| DOT-OST-2022-0109-0021 | DOT | None DOT-OST-2022-0109 | Number of Consumer Complaints Received by the U.S. Department of Transportation Office of Aviation Consumer Protection Regarding Ancillary Fees, 2019-2021 | Supporting & Related Material | Supplement | 2022-10-20T04:00:00Z | 2022 | 10 | 2022-10-20T20:11:18Z | 0 | 0 | 090000648543fab6 | |||
| DOT-OST-2022-0109-0022 | DOT | None DOT-OST-2022-0109 | Redacted Sample of Change Cancellation Fees Complaints Received by the Department of Transportation's Office of Aviation Consumer Protection between 2019 and 2022. | Supporting & Related Material | Supplement | 2022-10-20T04:00:00Z | 2022 | 10 | 2022-10-20T20:15:09Z | 0 | 0 | 090000648543fab8 | |||
| DOT-OST-2022-0109-0023 | DOT | None DOT-OST-2022-0109 | Redacted Sample of Consumer Complaints Related to Seat Assignment Fees for Families Traveling with Children 13 and Under Received by the Department of Transportation's Office of Aviation Consumer Protection between 2019 and 2022. | Supporting & Related Material | Supplement | 2022-10-20T04:00:00Z | 2022 | 10 | 2022-10-20T20:17:22Z | 0 | 0 | 090000648543faba | |||
| DOT-OST-2022-0109-0001 | DOT | None DOT-OST-2022-0109 | Enhancing Transparency of Airline Ancillary Service Fees NPRM - 2105-AF10 (Prepublication) | Notice | Notice of Proposed Rulemaking (NPRM) | 2022-09-26T04:00:00Z | 2022 | 9 | 2022-09-26T04:00:00Z | 2025-10-02T21:49:48Z | 0 | 0 | 090000648536f0d3 | ||
| DOT-OST-2022-0109-0002 | DOT | None DOT-OST-2022-0109 | Enhancing Transparency of Airlines Ancillary Service Fees - Regulatory Impact Analysis (September 2022) | Other | Regulatory Analysis | 2022-09-26T04:00:00Z | 2022 | 9 | 2022-09-26T04:00:00Z | 2022-12-07T19:39:37Z | 0 | 0 | 090000648536f4e5 |
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;