documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "DOT-OST-2006-23932" and posted_year = 2022 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, comment_start_date, open_for_comment, withdrawn, 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DOT-OST-2006-23932-0107 | DOT | None DOT-OST-2006-23932 | 2022-12-2 Order Extending Service Obligation | Other | Order | 2022-12-12T05:00:00Z | 2022 | 12 | 2022-12-12T05:00:00Z | 2024-11-07T00:44:57Z | 1 | 0 | 090000648552f151 | ||
| DOT-OST-2006-23932-0106 | DOT | None DOT-OST-2006-23932 | 2022-11-15 Order Extending Service Obligation | Other | Order | 2022-11-09T05:00:00Z | 2022 | 11 | 2022-11-09T05:00:00Z | 2024-11-07T00:44:12Z | 1 | 0 | 090000648549e267 | ||
| DOT-OST-2006-23932-0105 | DOT | None DOT-OST-2006-23932 | 2022-10-3 Order Extending Service Obligation | Other | Order | 2022-10-28T04:00:00Z | 2022 | 10 | 2022-10-28T04:00:00Z | 2024-11-12T23:47:42Z | 1 | 0 | 090000648546ba95 | ||
| DOT-OST-2006-23932-0104 | DOT | None DOT-OST-2006-23932 | 2022-9-11 Order Extending Service Obligation | Other | Order | 2022-09-22T04:00:00Z | 2022 | 9 | 2022-09-22T04:00:00Z | 2024-11-07T01:01:57Z | 1 | 0 | 09000064853505e4 | ||
| DOT-OST-2006-23932-0103 | DOT | None DOT-OST-2006-23932 | 2022-8-22 Order Extending Service Obligation | Other | Order | 2022-08-16T04:00:00Z | 2022 | 8 | 2022-08-16T04:00:00Z | 2024-11-12T23:43:35Z | 1 | 0 | 0900006485243276 | ||
| DOT-OST-2006-23932-0102 | DOT | None DOT-OST-2006-23932 | 2022-7-20 Order Extending Service Obligation | Other | Order | 2022-07-27T04:00:00Z | 2022 | 7 | 2022-07-27T04:00:00Z | 2024-11-07T00:40:47Z | 1 | 0 | 09000064851ee4cd | ||
| DOT-OST-2006-23932-0101 | DOT | None DOT-OST-2006-23932 | Joplin Regional Airport and City of Joplin, Missouri (Comments) | Other | Correspondence | 2022-05-31T04:00:00Z | 2022 | 5 | 2022-05-31T04:00:00Z | 2024-11-12T23:41:29Z | 1 | 0 | 090000648511abf1 | ||
| DOT-OST-2006-23932-0100 | DOT | None DOT-OST-2006-23932 | Southern Airways Express LLC (Proposal) | Other | Proposal(s) | 2022-05-20T04:00:00Z | 2022 | 5 | 2022-05-20T04:00:00Z | 2024-11-12T23:40:40Z | 1 | 0 | 090000648509f11d | ||
| DOT-OST-2006-23932-0099 | DOT | None DOT-OST-2006-23932 | Grant of Request for 7 Day Extension of Time for Submission of Proposals | Other | Agency Response | 2022-05-11T04:00:00Z | 2022 | 5 | 2022-05-20T04:00:00Z | 2024-11-12T23:40:31Z | 1 | 0 | 090000648509dcfd | ||
| DOT-OST-2006-23932-0098 | DOT | None DOT-OST-2006-23932 | Grant of Request for 30 Day Extension of Time for Submission of Proposals | Other | Agency Response | 2022-04-11T04:00:00Z | 2022 | 4 | 2022-04-11T04:00:00Z | 2024-11-12T23:39:56Z | 1 | 0 | 090000648500dd10 | ||
| DOT-OST-2006-23932-0097 | DOT | None DOT-OST-2006-23932 | 2022-3-8 Order Prohibiting Termination of Service and Requesting Proposals | Other | Order | 2022-03-11T05:00:00Z | 2022 | 3 | 2022-03-11T05:00:00Z | 2024-11-07T00:37:22Z | 1 | 0 | 0900006484fc497b | ||
| DOT-OST-2006-23932-0095 | DOT | None DOT-OST-2006-23932 | 90-Day Notice of SkyWest Airlines, Inc.'s Intent to Terminate Essential Air Service | Other | Correspondence | 2022-03-10T05:00:00Z | 2022 | 3 | 2022-03-10T05:00:00Z | 2022-03-16T15:44:02Z | 0 | 0 | 0900006484fc3634 | ||
| DOT-OST-2006-23932-0096 | DOT | None DOT-OST-2006-23932 | 90-DAY NOTICE OF SKYWEST AIRLINES, INC’S INTENT TO TERMINATE ESSENTIAL AIR SERVICE | Other | 2022-03-10T00:00:00Z | 2022 | 3 | 2024-11-12T23:39:29Z | 0 | 1 | 0900006484fc3663 |
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;