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-1998-20" and posted_year = 2023 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2023 · 14 ✖

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-1998-20-1066 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice - Japan Charter Authorizations (January 1 - December 31, 2024) Other Decision 2023-12-11T05:00:00Z 2023 12 2023-12-11T05:00:00Z   2023-12-11T16:18:24Z   0 0 0900006486322500
DOT-OST-1998-20-1065 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Registration of Trade Name (Eastern Air Express) Other Decision 2023-10-31T04:00:00Z 2023 10 2023-10-31T04:00:00Z   2023-10-31T15:22:44Z   0 0 09000064861a1812
DOT-OST-1998-20-1064 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (Mira Vista Aviation, Inc.) Other Decision 2023-10-26T04:00:00Z 2023 10 2023-10-26T04:00:00Z   2023-10-26T18:36:22Z   0 0 0900006486145012
DOT-OST-1998-20-1063 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (Federal Express Corporation) Other Decision 2023-10-19T04:00:00Z 2023 10 2023-10-19T04:00:00Z   2023-10-19T12:09:04Z   0 0 090000648610bd85
DOT-OST-1998-20-1061 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (Federal Express Corporation) Other Decision 2023-10-04T04:00:00Z 2023 10 2023-10-04T04:00:00Z   2024-11-07T00:53:43Z   1 0 0900006486037ad1
DOT-OST-1998-20-1062 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (Federal Express Corporation) Other Decision 2023-10-04T04:00:00Z 2023 10 2023-10-04T04:00:00Z   2024-11-07T00:53:44Z   1 0 0900006486037b01
DOT-OST-1998-20-1060 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Registration of Trade Name (New Pacific Airlines) Other Decision 2023-09-29T04:00:00Z 2023 9 2023-09-29T04:00:00Z   2023-09-29T14:37:59Z   0 0 090000648600f72c
DOT-OST-1998-20-1059 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 2023-8-15 Order Revoking Certificate Authority Other Order 2023-08-21T04:00:00Z 2023 8 2023-08-21T04:00:00Z   2023-08-21T14:44:08Z   0 0 0900006485eccce9
DOT-OST-1998-20-1058 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Registration of Trade Name (WestAir Charter) Other Decision 2023-08-08T04:00:00Z 2023 8 2023-08-08T04:00:00Z   2023-08-08T17:32:04Z   0 0 0900006485dff3bd
DOT-OST-1998-20-1057 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 2023/2024 U.S.-China Charter Authorizations (August 1, 2023 through July 31, 2024) Other Decision 2023-07-18T04:00:00Z 2023 7 2023-07-18T04:00:00Z   2023-07-18T20:22:23Z   0 0 0900006485cd7150
DOT-OST-1998-20-1056 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Registration of Trade Name (Vista America) Other Decision 2023-06-21T04:00:00Z 2023 6 2023-06-21T04:00:00Z   2023-06-21T13:15:09Z   0 0 0900006485b91ea7
DOT-OST-1998-20-1055 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice Amending Conditions Imposed on Certain Special Authorizations and Foreign Aircraft Permits Granted Under 14 CFR Part 375 Other Decision 2023-03-24T04:00:00Z 2023 3 2023-03-24T04:00:00Z   2023-03-24T21:02:34Z   0 0 0900006485845559
DOT-OST-1998-20-1054 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (National Airlines) Other Decision 2023-03-13T04:00:00Z 2023 3 2023-03-13T04:00:00Z   2023-03-13T18:35:04Z   0 0 09000064857a00f7
DOT-OST-1998-20-1053 DOT Notices not Associated with a Docket Number DOT-OST-1998-20 Notice of Consistency (Western Global Airlines, Inc.) Other Decision 2023-01-11T05:00:00Z 2023 1 2023-01-11T05:00:00Z   2023-01-11T20:36:44Z   0 0 09000064855e61fe

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