documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "DOT-OST-2022-0144" and posted_year = 2024 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), 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-0144-1995 | DOT | None DOT-OST-2022-0144 | Regulatory Impact Analysis - Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs | Other | Regulatory Analysis | 2024-12-18T05:00:00Z | 2024 | 12 | 2024-12-18T05:00:00Z | 2024-12-18T13:49:44Z | 0 | 0 | 09000064868790c7 | ||
| DOT-OST-2022-0144-1994 | DOT | None DOT-OST-2022-0144 | Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs | Rule | Final Rule | 2024-12-17T05:00:00Z | 2024 | 12 | 2024-12-17T05:00:00Z | 2024-12-17T14:23:24Z | 2024-29731 | 0 | 0 | 0900006486877695 | |
| DOT-OST-2022-0144-1987 | DOT | None DOT-OST-2022-0144 | Record of Ex Parte Contact with American Bar Association (ABA) 2024 Forum on Air and Space Law Annual Meeting and Conference | Supporting & Related Material | Supplement | 2024-10-17T04:00:00Z | 2024 | 10 | 2024-10-22T16:17:46Z | 0 | 0 | 09000064867d4a72 | |||
| DOT-OST-2022-0144-1368 | DOT | None DOT-OST-2022-0144 | Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs | Proposed Rule | Extension of Comment Period | 2024-05-08T04:00:00Z | 2024 | 5 | 2024-05-08T04:00:00Z | 2024-05-08T13:06:12Z | 2024-09976 | 0 | 0 | 090000648654de63 | |
| DOT-OST-2022-0144-1317 | DOT | None DOT-OST-2022-0144 | Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs: Extension of Comment Period | Proposed Rule | Extension of Comment Period | 2024-05-01T04:00:00Z | 2024 | 5 | 2024-05-01T04:00:00Z | 2024-05-01T21:49:46Z | 0 | 0 | 090000648652dee6 | ||
| DOT-OST-2022-0144-1318 | DOT | None DOT-OST-2022-0144 | Department Responses to Questions by Airline Associations Regarding Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs NPRM | Other | Agency Response | 2024-05-01T04:00:00Z | 2024 | 5 | 2024-05-01T04:00:00Z | 2024-05-01T21:50:43Z | 0 | 0 | 090000648652dee7 | ||
| DOT-OST-2022-0144-0306 | DOT | None DOT-OST-2022-0144 | Memorandum: White House Event on February 29, 2024 | Supporting & Related Material | Supplement | 2024-03-26T04:00:00Z | 2024 | 3 | 2024-03-26T16:50:04Z | 0 | 0 | 0900006486498fd1 | |||
| DOT-OST-2022-0144-0225 | DOT | None DOT-OST-2022-0144 | Ensuring Safe Accommodations for Air Travelers with Disabilities Using Wheelchairs | Proposed Rule | Notice of Proposed Rulemaking (NPRM) | 2024-03-12T04:00:00Z | 2024 | 3 | 2024-03-12T04:00:00Z | 2024-06-13T03:59:59Z | 2025-03-18T01:00:53Z | 2024-04729 | 0 | 0 | 0900006486474770 |
| DOT-OST-2022-0144-0006 | DOT | None DOT-OST-2022-0144 | Safe and Accessible Air Travel - Initial Regulatory Flexibility Analysis | Other | Regulatory Analysis | 2024-02-28T05:00:00Z | 2024 | 2 | 2024-02-28T05:00:00Z | 2024-02-28T18:36:07Z | 0 | 0 | 09000064864387e3 | ||
| DOT-OST-2022-0144-0008 | DOT | None DOT-OST-2022-0144 | Volpe Literature Review on Training Issues | Other | Supplement (SUP) | 2024-02-28T05:00:00Z | 2024 | 2 | 2024-02-28T05:00:00Z | 2024-02-28T18:36:16Z | 0 | 0 | 0900006486438ace | ||
| DOT-OST-2022-0144-0005 | DOT | None DOT-OST-2022-0144 | Notice of Proposed Rulemaking - Safe and Accessible Air Travel | Other | Supplement (SUP) | 2024-02-28T05:00:00Z | 2024 | 2 | 2024-02-28T05:00:00Z | 2025-03-18T01:00:50Z | 0 | 0 | 09000064864387e0 | ||
| DOT-OST-2022-0144-0007 | DOT | None DOT-OST-2022-0144 | Safe and Accessible Air Travel - Regulatory Impact Analysis | Other | Regulatory Analysis | 2024-02-28T05:00:00Z | 2024 | 2 | 2024-02-28T05:00:00Z | 2024-02-28T18:36:12Z | 0 | 0 | 0900006486438aca |
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;