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-2001-11058" 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 2007 5
  • 2001 3
  • 2004 2
  • 2008 1

document_type 3

  • Other 7
  • Notice 2
  • Supporting & Related Material 2

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-2001-11058-0008 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 2008-1-21 Final Order Other Order 2008-01-24T05:00:00Z 2008 1 2008-01-24T05:00:00Z   2013-07-27T20:32:36Z   0 0 09000064803a1f8d
DOT-OST-2001-11058-0007 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 2007-10-36 Order Granting Exemption and to Show Cause Other Order 2007-10-26T04:00:00Z 2007 10 2007-10-26T04:00:00Z   2013-07-28T01:28:11Z   0 0 0900006480356e32
DOT-OST-2001-11058-0005-0001 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Supplement #1 to Application of Challenge-Air Luftverkehrs GmbH Supporting & Related Material Supplement 2007-08-01T04:00:00Z 2007 8     2024-11-07T02:10:24Z   0 0 09000064802b2509
DOT-OST-2001-11058-0005-0002 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Supplement #1 to Application of Challenge-Air Luftverkehrs GmbH Supporting & Related Material Supplement 2007-08-01T04:00:00Z 2007 8     2024-11-07T02:10:24Z   0 0 09000064802b250a
DOT-OST-2001-11058-0006-0002 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Motion of Challenge Air Luftverkehrs GmbH for Confidential Treatment Other Motion 2007-08-01T04:00:00Z 2007 8 2007-08-01T04:00:00Z 2007-08-02T03:59:59Z 2024-11-07T02:10:25Z   1 0 09000064802b250c
DOT-OST-2001-11058-0006-0001 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Motion of Challenge Air Luftverkehrs GmbH for Confidential Treatment Other Motion 2007-08-01T04:00:00Z 2007 8 2007-08-01T04:00:00Z 2007-08-02T03:59:59Z 2024-11-07T02:10:24Z   1 0 09000064802b250b
DOT-OST-2001-11058-0004-0002 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Additional Information of Challenge Air Luftverkehrs GmbH Notice Notice 2004-03-10T05:00:00Z 2004 3 2004-03-10T05:00:00Z 2004-03-11T04:59:59Z 2024-11-07T02:10:24Z   1 0 09000064802b2508
DOT-OST-2001-11058-0004-0001 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Additional Information of Challenge Air Luftverkehrs GmbH Notice Notice 2004-03-10T05:00:00Z 2004 3 2004-03-10T05:00:00Z 2004-03-11T04:59:59Z 2024-11-07T02:10:24Z   1 0 09000064802b2507
DOT-OST-2001-11058-0003 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Reply of Challenge Air Luftverkehrs GmbH Other Reply 2001-12-21T05:00:00Z 2001 12 2001-12-21T05:00:00Z 2001-12-22T04:59:59Z 2024-11-07T02:09:58Z   1 0 09000064802b2506
DOT-OST-2001-11058-0002 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Motion for Leave to File an Otherwise Unauthorized Document and Answer in Opposition of United Parcel Service Co. Other Motion 2001-12-20T05:00:00Z 2001 12 2001-12-20T05:00:00Z 2001-12-21T04:59:59Z 2024-11-07T02:09:58Z   1 0 09000064802b2505
DOT-OST-2001-11058-0001 DOT Challenge Air Luftverkehrs GmbH - Foreign Air Carrier Permit - Germany-United States DOT-OST-2001-11058 Application of Challenge Air Luftverkehrs GmbH for a Foreign air Carrier Permit Other Application-Other 2001-12-20T05:00:00Z 2001 12 2001-12-20T05:00:00Z 2001-11-28T04:59:59Z 2024-11-07T02:09:58Z   1 0 09000064802b2504

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