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-2002-13389" 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
  • 2004 2
  • 2005 2
  • 2006 2
  • 2011 2
  • 2008 1
  • 2009 1

document_type 2

  • Other 9
  • Notice 4

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-2002-13389-0013 DOT None DOT-OST-2002-13389 Notice of Action Taken re: American Airlines, Inc. Other Notice 2011-06-08T04:00:00Z 2011 6 2011-06-08T04:00:00Z   2011-06-08T19:04:49Z   0 0 0900006480e41fa2
DOT-OST-2002-13389-0012 DOT None DOT-OST-2002-13389 American Airlines, Inc. Other Correspondence 2011-05-18T04:00:00Z 2011 5 2011-05-18T04:00:00Z   2024-11-12T05:01:50Z   1 0 0900006480d44c4e
DOT-OST-2002-13389-0011 DOT None DOT-OST-2002-13389 Notice of Action Taken re: American Airlines, Inc. Other Notice 2009-07-22T04:00:00Z 2009 7 2009-07-22T04:00:00Z   2024-11-12T04:45:15Z   1 0 09000064809f7cf8
DOT-OST-2002-13389-0010 DOT None DOT-OST-2002-13389 Application of American Airlines, Inc. for Renewal of Exemption Other Application-Other 2008-05-22T04:00:00Z 2008 5 2008-05-22T04:00:00Z   2013-07-27T22:14:54Z   0 0 09000064805f8ab4
DOT-OST-2002-13389-0009 DOT None DOT-OST-2002-13389 Notice of Action Taken re: American Airlines, Inc. Notice Notice 2006-08-03T04:00:00Z 2006 8 2006-08-03T04:00:00Z 2006-08-04T03:59:59Z 2024-11-07T02:15:57Z   1 0 09000064802b264d
DOT-OST-2002-13389-0008 DOT None DOT-OST-2002-13389 Application of American Airlines, Inc. for Renewal of Exemption Other Application-Other 2006-06-01T04:00:00Z 2006 6 2006-06-01T04:00:00Z 2006-06-02T03:59:59Z 2024-11-07T02:15:57Z   1 0 09000064802b264c
DOT-OST-2002-13389-0007 DOT None DOT-OST-2002-13389 Notice of Action Taken re: American Airlines, Inc. Notice Notice 2005-12-28T05:00:00Z 2005 12 2005-12-28T05:00:00Z 2005-12-29T04:59:59Z 2024-11-07T02:15:57Z   1 0 09000064802b264b
DOT-OST-2002-13389-0006 DOT None DOT-OST-2002-13389 Motion of American Airlines, Inc. for Temporary Dormancy Waiver Other Motion 2005-11-14T05:00:00Z 2005 11 2005-11-14T05:00:00Z 2005-11-15T04:59:59Z 2024-11-07T02:15:57Z   1 0 09000064802b264a
DOT-OST-2002-13389-0005 DOT None DOT-OST-2002-13389 Notice of Action Taken re American Airlines, Inc. Notice Notice 2004-08-10T04:00:00Z 2004 8 2004-08-10T04:00:00Z 2004-08-11T03:59:59Z 2024-11-07T02:15:56Z   1 0 09000064802b2649
DOT-OST-2002-13389-0004 DOT None DOT-OST-2002-13389 Application of American Airlines, Inc. for Renewal of Exemption Other Application-Other 2004-07-12T04:00:00Z 2004 7 2004-07-12T04:00:00Z 2004-07-13T03:59:59Z 2024-11-07T02:15:56Z   1 0 09000064802b2647
DOT-OST-2002-13389-0003 DOT None DOT-OST-2002-13389 Notice of Action Taken re: American Airlines, Inc. Notice Notice 2002-09-20T04:00:00Z 2002 9 2002-09-20T04:00:00Z 2002-09-21T03:59:59Z 2024-11-07T02:15:26Z   1 0 09000064802b2644
DOT-OST-2002-13389-0001 DOT None DOT-OST-2002-13389 Application of American Airlines, Inc. for an Exemption Other Application-Other 2002-09-19T04:00:00Z 2002 9 2002-09-19T04:00:00Z 2002-09-20T03:59:59Z 2024-11-07T02:15:24Z   1 0 09000064802b2641
DOT-OST-2002-13389-0002 DOT None DOT-OST-2002-13389 American Airlines, Inc. Polling Letter Other Letter(s) 2002-09-19T04:00:00Z 2002 9 2002-09-19T04:00:00Z 2002-09-20T03:59:59Z 2024-11-07T02:15:25Z   1 0 09000064802b2643

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