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

11 rows where docket_id = "DOT-OST-2002-11451" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2025 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • DOT 11
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-2002-11451-0219 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Amended Notice Regarding the Essential Air Service and Alternate Essential Air Service Programs Other Letter(s) 2025-11-17T05:00:00Z 2025 11 2025-11-17T05:00:00Z   2025-11-17T22:23:58Z   0 0 09000064b908662e
DOT-OST-2002-11451-0218 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Amended Notice of Additional Funding for the Essential Air Service and Alternate Essential Air Service Programs Other Letter(s) 2025-10-30T04:00:00Z 2025 10 2025-10-30T04:00:00Z   2025-10-30T19:42:27Z   1 0 09000064b905b78c
DOT-OST-2002-11451-0217 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Amended Notice of Additional Funding for the Essential Air Service and Alternate Essential Air Service Programs Other Letter(s) 2025-10-09T04:00:00Z 2025 10 2025-10-09T04:00:00Z   2025-10-09T18:11:22Z   1 0 09000064b8fff2e7
DOT-OST-2002-11451-0216 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Notice of Funding Lapse and Impacts on the Essential Air Service and Alternate Air Service Programs Other Letter(s) 2025-10-07T04:00:00Z 2025 10 2025-10-07T04:00:00Z   2025-10-07T19:26:36Z   0 0 09000064b8ff7e8a
DOT-OST-2002-11451-0215 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 2025-8-5 Order Selecting Air Carrier Other Order 2025-08-04T04:00:00Z 2025 8 2025-08-04T04:00:00Z   2025-08-04T18:42:13Z   1 0 09000064b8ed64d4
DOT-OST-2002-11451-0214 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Johnstown-Cambria County Airport Authority (Letter of Support for SkyWest Airlines) Other Letter(s) in Support 2025-05-21T04:00:00Z 2025 5 2025-05-21T04:00:00Z   2025-05-21T22:46:15Z   1 0 09000064b8d9cc02
DOT-OST-2002-11451-0211 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Air Wisconsin (Proposal) Other Proposal(s) 2025-05-08T04:00:00Z 2025 5 2025-05-08T04:00:00Z   2025-05-21T19:41:32Z   1 0 09000064b8d172ae
DOT-OST-2002-11451-0213 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 Southern Airways Express LLC (Proposal) Other Proposal(s) 2025-05-08T04:00:00Z 2025 5 2025-05-08T04:00:00Z   2025-05-21T19:41:32Z   1 0 09000064b8d172b2
DOT-OST-2002-11451-0212 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 American Airlines (Proposal) Other Proposal(s) 2025-05-08T04:00:00Z 2025 5 2025-05-08T04:00:00Z   2025-05-21T19:41:32Z   1 0 09000064b8d172b0
DOT-OST-2002-11451-0210 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 SkyWest Airlines (Proposal) Other Proposal(s) 2025-05-08T04:00:00Z 2025 5 2025-05-08T04:00:00Z   2025-05-21T19:41:32Z   1 0 09000064b8d171fc
DOT-OST-2002-11451-0209 DOT Chautauqua Airlines, Inc. - Notice of Intent to Terminate Service at Johnstown, PA DOT-OST-2002-11451 2025-3-21 Order Requesting Proposals Other Order 2025-03-28T04:00:00Z 2025 3 2025-03-28T04:00:00Z   2025-03-28T15:06:02Z   1 0 0900006486a4c01b

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