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

9 rows where docket_id = "DOT-OST-1999-5175" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 9
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-1999-5175-0180 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 2023-12-17 Order Selecting Air Carrier Other Order 2023-12-21T05:00:00Z 2023 12 2023-12-21T05:00:00Z   2024-11-12T06:24:11Z   1 0 090000648634e6f3
DOT-OST-1999-5175-0179 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 Dickinson County Board of Commissioners (Correspondence) Other Correspondence 2023-11-07T05:00:00Z 2023 11 2023-11-07T05:00:00Z   2024-11-12T06:20:53Z   1 0 090000648621e865
DOT-OST-1999-5175-0178 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 City Council of Kingsford (Community Comment) Other Correspondence 2023-10-04T04:00:00Z 2023 10 2023-10-04T04:00:00Z   2024-11-07T00:53:20Z   1 0 0900006486034810
DOT-OST-1999-5175-0177 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 Request for Community Comments Other Request 2023-10-03T04:00:00Z 2023 10 2023-10-03T04:00:00Z   2024-11-07T00:53:48Z   1 0 09000064860296fb
DOT-OST-1999-5175-0176 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 Boutique Air (Proposal) Other Proposal(s) 2023-09-27T04:00:00Z 2023 9 2023-09-27T04:00:00Z   2024-11-07T00:53:25Z   1 0 0900006485ffeecf
DOT-OST-1999-5175-0175 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 SkyWest Airlines (Proposal) Other Proposal(s) 2023-09-27T04:00:00Z 2023 9 2023-09-27T04:00:00Z   2024-11-07T00:53:05Z   1 0 0900006485ffe253
DOT-OST-1999-5175-0174 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 2023-8-19 Order Approving Alternate Service Pattern Other Order 2023-08-25T04:00:00Z 2023 8 2023-08-25T04:00:00Z   2024-11-07T00:50:40Z   1 0 0900006485eebf6f
DOT-OST-1999-5175-0173 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 2023-8-16 Order Requesting Proposals Other Order 2023-08-22T04:00:00Z 2023 8 2023-08-22T04:00:00Z   2024-11-11T21:31:09Z   1 0 0900006485ed5c04
DOT-OST-1999-5175-0172 DOT Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Essential Air Service at Iron Mountain/Kingsford, Michigan DOT-OST-1999-5175 SkyWest Airlines (Notification of Aircraft Change) Other Correspondence 2023-08-01T04:00:00Z 2023 8 2023-08-01T04:00:00Z   2024-11-07T00:32:56Z   1 0 0900006485d9e3b1

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