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

14 rows where docket_id = "DOT-OST-2024-0125" 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2025 9
  • 2024 5

document_type 1

  • Other 14

agency_id 1

  • DOT 14
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-2024-0125-0014 DOT None DOT-OST-2024-0125 2025-4-3 Order Dismissing Application Other Order 2025-04-04T04:00:00Z 2025 4 2025-04-04T04:00:00Z   2025-04-07T16:58:31Z   1 0 0900006486a6d298
DOT-OST-2024-0125-0013 DOT None DOT-OST-2024-0125 TransNorthern, LLC dba TransNorthern dba Dena’ina Air - Response to Reply of Grant Aviation Dated January 7, 2025 and Petition to Strike Other Response(s) 2025-01-24T05:00:00Z 2025 1 2025-01-24T05:00:00Z   2025-01-24T14:01:20Z   1 0 09000064868f56e5
DOT-OST-2024-0125-0012 DOT None DOT-OST-2024-0125 TransNorthern, LLC dba TransNorthern dba Dena’ina Air - Correspondence Other Correspondence 2025-01-23T05:00:00Z 2025 1 2025-01-23T05:00:00Z   2025-01-23T17:16:39Z   1 0 09000064868f3654
DOT-OST-2024-0125-0011 DOT None DOT-OST-2024-0125 Response of TransNorthern, LLC dba TransNorthern dba Dena’ina Air to Request for Additional Information Dated January 17, 2025 Other Response(s) 2025-01-21T05:00:00Z 2025 1 2025-01-21T05:00:00Z   2025-01-21T21:01:34Z   1 0 09000064868eae10
DOT-OST-2024-0125-0010 DOT None DOT-OST-2024-0125 Request for Additional Information Other Request 2025-01-21T05:00:00Z 2025 1 2025-01-21T05:00:00Z   2025-01-21T13:46:02Z   1 0 09000064868e25b1
DOT-OST-2024-0125-0009 DOT None DOT-OST-2024-0125 Grant Aviation, Inc. - Response to Dena'ina Air's Reply to the Answer of Grant Aviation, Inc. Other Response(s) 2025-01-21T05:00:00Z 2025 1 2025-01-21T05:00:00Z   2025-01-26T09:21:32Z   1 0 09000064868d1325
DOT-OST-2024-0125-0008 DOT None DOT-OST-2024-0125 Response of TransNorthern, LLC dba TransNorthern dba Dena’ina Air to Request for Additional Information Dated January 2, 2025 Other Response(s) 2025-01-06T05:00:00Z 2025 1 2025-01-06T05:00:00Z   2025-01-06T14:00:31Z   1 0 090000648689e7b2
DOT-OST-2024-0125-0006 DOT None DOT-OST-2024-0125 Reply of TransNorthern, LLC dba Dena'ina Air to Answer of Grant Aviation, and Request to File Late Other Reply 2025-01-02T05:00:00Z 2025 1 2025-01-02T05:00:00Z   2025-01-26T08:28:56Z   1 0 09000064868982c8
DOT-OST-2024-0125-0007 DOT None DOT-OST-2024-0125 Request for Additional Information Other Request 2025-01-02T05:00:00Z 2025 1 2025-01-02T05:00:00Z   2025-01-02T16:15:31Z   1 0 09000064868993e3
DOT-OST-2024-0125-0005 DOT None DOT-OST-2024-0125 Amended Application of TransNorthern, LLC dba TransNorthern dba Dena'ina Air Other Amendment 2024-12-17T05:00:00Z 2024 12 2024-12-17T05:00:00Z   2024-12-17T19:08:17Z   1 0 0900006486878a97
DOT-OST-2024-0125-0004 DOT None DOT-OST-2024-0125 Request for Additional Information Other Request 2024-11-26T05:00:00Z 2024 11 2024-11-26T05:00:00Z   2024-11-26T19:51:04Z   1 0 09000064868387ac
DOT-OST-2024-0125-0003 DOT None DOT-OST-2024-0125 Answer of Grant Aviation, Inc. Other Answer 2024-11-25T05:00:00Z 2024 11 2024-11-25T05:00:00Z   2024-11-25T15:39:28Z   1 0 0900006486830ef0
DOT-OST-2024-0125-0002 DOT None DOT-OST-2024-0125 Grant Aviation (Notice of Intent to File Answer) Other Correspondence 2024-11-01T04:00:00Z 2024 11 2024-11-01T04:00:00Z   2024-11-12T22:44:57Z   1 0 09000064867f587e
DOT-OST-2024-0125-0001 DOT None DOT-OST-2024-0125 Application of Dena’ina Air, LLC dba Dena’ina Air and TransNorthern Aviation for a Certificate of Public Convenience and Necessity and Waiver of Comment Period Other Application-SubPartB 2024-10-30T04:00:00Z 2024 10 2024-10-30T04:00:00Z   2024-11-30T23:45:45Z   1 0 09000064867eb5c2

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