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

13 rows where docket_id = "DOT-OST-2004-17689" 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, comment_end_date, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 6

  • 2004 5
  • 2014 3
  • 2021 2
  • 2023 1
  • 2024 1
  • 2025 1

document_type 1

  • Other 13

agency_id 1

  • DOT 13
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-2004-17689-0011 DOT None DOT-OST-2004-17689 Notice of Action Taken re: Kona Associates, L.L.C. Other Decision 2025-04-24T04:00:00Z 2025 4 2025-04-24T04:00:00Z   2025-04-24T12:11:58Z   1 0 0900006486ab4df6
DOT-OST-2004-17689-0010 DOT None DOT-OST-2004-17689 Supplement to Application of Kona Associates, L.L.C. for Amendment of Exemption Other Supplement (SUP) 2024-12-16T05:00:00Z 2024 12 2024-12-16T05:00:00Z   2024-12-17T16:23:43Z   1 0 0900006486876569
DOT-OST-2004-17689-0009 DOT None DOT-OST-2004-17689 Application of Kona Associates, L.L.C. for Amendment of Exemption Other Application-Other 2023-11-27T05:00:00Z 2023 11 2023-11-27T05:00:00Z   2024-11-12T06:23:08Z   1 0 09000064862b906a
DOT-OST-2004-17689-0008 DOT None DOT-OST-2004-17689 Approval of Application of Kona Associates, L.L.C. for Amendment of Exemption Other Decision 2021-08-30T04:00:00Z 2021 8 2021-08-30T04:00:00Z   2024-11-12T23:33:10Z   1 0 0900006484cb280d
DOT-OST-2004-17689-0007 DOT None DOT-OST-2004-17689 Application of Kona Associates, L.L.C. for Amendment of Exemption Other Application-Other 2021-04-02T04:00:00Z 2021 4 2021-04-02T04:00:00Z   2024-11-06T23:45:46Z   1 0 0900006484a963af
DOT-OST-2004-17689-0006 DOT None DOT-OST-2004-17689 Approval of Application Other Decision 2014-05-02T04:00:00Z 2014 5 2014-05-02T04:00:00Z   2014-05-02T19:06:24Z   0 0 09000064816de48f
DOT-OST-2004-17689-0005 DOT None DOT-OST-2004-17689 Kona Associates, L.L.C. (Revised Service List) Other Revision(s) 2014-03-18T04:00:00Z 2014 3 2014-03-18T04:00:00Z   2024-11-11T20:50:17Z   1 0 090000648165ef4e
DOT-OST-2004-17689-0004 DOT None DOT-OST-2004-17689 Application of Kona Associates, L.L.C. for Amendment of Exemption Other Application-Other 2014-03-03T05:00:00Z 2014 3 2014-03-03T05:00:00Z   2024-11-11T20:49:17Z   1 0 09000064815a9c1a
DOT-OST-2004-17689-0003 DOT None DOT-OST-2004-17689 2004-8-8 Order Granting Exemption Other Order 2004-08-11T04:00:00Z 2004 8 2004-08-11T04:00:00Z 2004-08-13T03:59:59Z 2008-01-12T00:26:28Z   0 0 090000648031e258
DOT-OST-2004-17689-0002-0002 DOT None DOT-OST-2004-17689 Answer of Ryan International Airlines, Inc. Other Answer 2004-05-12T04:00:00Z 2004 5 2004-05-12T04:00:00Z 2004-05-14T03:59:59Z 2008-01-12T00:22:42Z   0 0 090000648031e257
DOT-OST-2004-17689-0002-0001 DOT None DOT-OST-2004-17689 Answer of Ryan International Airlines, Inc. Other Answer 2004-05-12T04:00:00Z 2004 5 2004-05-12T04:00:00Z 2004-05-14T03:59:59Z 2008-01-12T00:24:38Z   0 0 090000648031e256
DOT-OST-2004-17689-0001-0002 DOT None DOT-OST-2004-17689 Application of Kona Associates, LLC for an Exemption and Motion to Shorten Answer Period Other Application-Other 2004-05-03T04:00:00Z 2004 5 2004-05-03T04:00:00Z 2004-05-05T03:59:59Z 2008-01-12T00:28:16Z   0 0 090000648031e255
DOT-OST-2004-17689-0001-0001 DOT None DOT-OST-2004-17689 Application of Kona Associates, LLC for an Exemption and Motion to Shorten Answer Period Other Application-Other 2004-05-03T04:00:00Z 2004 5 2004-05-03T04:00:00Z 2004-05-05T03:59:59Z 2014-03-08T21:40:50Z   0 0 090000648031e254

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