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

10 rows where docket_id = "DOT-OST-2002-11615" 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Other 7
  • Notice 3

posted_year 1

  • 2002 10

agency_id 1

  • DOT 10
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-2002-11615-0009 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Notice of Action Taken re: Continential Airlines, Inc. Notice Notice 2002-12-10T05:00:00Z 2002 12 2002-12-10T05:00:00Z 2002-12-11T04:59:59Z 2024-11-07T17:43:10Z   1 0 0900006480304a95
DOT-OST-2002-11615-0008 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Answer of American Airlines, Inc. Other Answer 2002-11-19T05:00:00Z 2002 11 2002-11-19T05:00:00Z 2002-11-20T04:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a94
DOT-OST-2002-11615-0007-0001 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Application of Continental Airlines, Inc. for Dormancy Waiver Extension Other Application-Other 2002-11-07T05:00:00Z 2002 11 2002-11-07T05:00:00Z 2002-11-09T04:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a92
DOT-OST-2002-11615-0007-0002 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Application of Continental Airlines, Inc. for Dormancy Waiver Extension Other Application-Other 2002-11-07T05:00:00Z 2002 11 2002-11-07T05:00:00Z 2002-11-09T04:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a93
DOT-OST-2002-11615-0006 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 2002-4-19 Order Other Order 2002-04-25T04:00:00Z 2002 4 2002-04-25T04:00:00Z 2002-04-26T03:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a91
DOT-OST-2002-11615-0005 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Notice of Action Taken re: Continental Airlines, Inc. Notice Notice 2002-03-22T05:00:00Z 2002 3 2002-03-22T05:00:00Z 2002-03-26T04:59:59Z 2024-11-12T04:06:43Z   1 0 0900006480382d9b
DOT-OST-2002-11615-0004 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Notice of Action Taken re: Contiinental Air Lines, Inc. Notice Notice 2002-03-22T05:00:00Z 2002 3 2002-03-22T05:00:00Z 2002-03-26T04:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a90
DOT-OST-2002-11615-0003 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Consolidated Response of United Air Lines, Inc. and Motion for Leave to File Other Motion 2002-03-13T05:00:00Z 2002 3 2002-03-13T05:00:00Z 2002-03-14T04:59:59Z 2024-11-07T17:43:09Z   1 0 0900006480304a8f
DOT-OST-2002-11615-0002 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Consolidated Answer of Delta Air Lines, Inc. Other Answer 2002-02-27T05:00:00Z 2002 2 2002-02-27T05:00:00Z 2002-02-28T04:59:59Z 2024-11-07T17:43:08Z   1 0 0900006480304a8e
DOT-OST-2002-11615-0001 DOT Continental Airlines, Inc. - Dormancy Waiver - U.S.-Japan Frequency Allocations DOT-OST-2002-11615 Application of Continental Airlines, Inc. for Dormancy Waiver Other Application-Other 2002-02-15T05:00:00Z 2002 2 2002-02-15T05:00:00Z 2002-02-20T04:59:59Z 2024-11-07T17:43:08Z   1 0 0900006480304a8d

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