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-1998-4830" 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 7

  • 2002 3
  • 1998 1
  • 1999 1
  • 2000 1
  • 2001 1
  • 2004 1
  • 2008 1

document_type 2

  • Other 6
  • Notice 3

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-1998-4830-0008 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 2008-2-36 Order Terminating Proceedings Other Order 2008-02-29T05:00:00Z 2008 2 2008-02-29T05:00:00Z   2013-07-28T01:30:40Z   0 0 09000064803d1018
DOT-OST-1998-4830-0007 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Application of Continental Airlines, Inc. for Renewal Other Application-Other 2004-10-06T04:00:00Z 2004 10 2004-10-06T04:00:00Z 2004-10-08T03:59:59Z 2024-11-07T18:56:29Z   1 0 0900006480328534
DOT-OST-1998-4830-0006 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Notice of Action Taken re: Continental Airlines, Inc. Notice Notice 2002-12-12T05:00:00Z 2002 12 2002-12-12T05:00:00Z 2002-12-14T04:59:59Z 2024-11-07T18:56:29Z   1 0 0900006480328533
DOT-OST-1998-4830-0005-0002 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Application of Continental Airlines, Inc. for Renewal of Exemption Other Application-Other 2002-11-08T05:00:00Z 2002 11 2002-11-08T05:00:00Z 2002-11-09T04:59:59Z 2024-11-07T18:56:28Z   1 0 0900006480328532
DOT-OST-1998-4830-0005-0001 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Application of Continental Airlines, Inc. for Renewal of Exemption Other Application-Other 2002-11-08T05:00:00Z 2002 11 2002-11-08T05:00:00Z 2002-11-09T04:59:59Z 2024-11-07T18:56:28Z   1 0 0900006480328531
DOT-OST-1998-4830-0004 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Notice of Ation Taken re: Continental Airlines, Inc. Notice Notice 2001-01-09T05:00:00Z 2001 1 2001-01-09T05:00:00Z 2001-01-10T04:59:59Z 2024-11-07T18:56:28Z   1 0 0900006480328530
DOT-OST-1998-4830-0003 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Application of Continental Airlines, Inc. for Renewal of Exemption Other Application-Other 2000-12-06T05:00:00Z 2000 12 2000-12-06T05:00:00Z 2001-01-12T04:59:59Z 2024-11-07T18:56:28Z   1 0 090000648032852f
DOT-OST-1998-4830-0002 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Notice of Action Taken re: Continental Airlines, Inc. Notice Notice 1999-02-04T05:00:00Z 1999 2 1999-02-04T05:00:00Z 1999-02-06T04:59:59Z 2024-11-07T18:56:28Z   1 0 090000648032852e
DOT-OST-1998-4830-0001 DOT Continental Airlines, Inc. - Exemption - United States-Grand Cayman DOT-OST-1998-4830 Continental Airlines, Inc. - Exemption - United States-Grand Cayman Island, British West Indies Other Application-Other 1998-12-01T05:00:00Z 1998 12 1998-12-01T05:00:00Z 1998-12-29T04:59:59Z 2024-11-07T18:56:27Z   1 0 090000648032852d

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