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-2004-16945" and posted_year = 2008 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2008 · 11 ✖

document_type 1

  • Other 11

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-2004-16945-0068 DOT None DOT-OST-2004-16945 Notice of Action Taken re: American Airlines, Inc. and Compania Mexicana de Aviacion, S.A., de C.V. Other Notice 2008-12-03T05:00:00Z 2008 12 2008-12-03T05:00:00Z   2024-11-12T04:25:43Z   1 0 09000064807cbc8a
DOT-OST-2004-16945-0067 DOT None DOT-OST-2004-16945 American Airlines, Inc. and Compania Mexicana de Aviacion, S.A. de C.V. Other Correspondence 2008-10-29T04:00:00Z 2008 10 2008-10-29T04:00:00Z   2013-07-28T01:56:54Z   0 0 090000648077f6ee
DOT-OST-2004-16945-0066 DOT None DOT-OST-2004-16945 Notice of Action Taken re: Compania Mexicana de Aviacion, S.A. de C.V. Other Notice 2008-06-19T04:00:00Z 2008 6 2008-06-19T04:00:00Z   2013-07-27T22:16:58Z   0 0 090000648062f7a7
DOT-OST-2004-16945-0065 DOT None DOT-OST-2004-16945 Notice of Action Taken re: American Airlines, Inc. and Compania Mexicana de Aviacion, S.A., de C.V. Other Notice 2008-05-21T04:00:00Z 2008 5 2008-05-21T04:00:00Z   2013-07-27T22:14:40Z   0 0 09000064805f6b71
DOT-OST-2004-16945-0064 DOT None DOT-OST-2004-16945 Joint Application of Compania Mexicana de Aviacion, S.A. de C.V. and American Airlines, Inc. for Additional Codesharing Authorization Other Application-Other 2008-04-24T04:00:00Z 2008 4 2008-04-24T04:00:00Z   2013-07-27T21:27:19Z   0 0 0900006480522fc1
DOT-OST-2004-16945-0063 DOT None DOT-OST-2004-16945 Notice of Action Taken re: American Airlines, Inc. and Compania Mexicana de Aviacon, S.A., de C.V. Other Notice 2008-04-17T04:00:00Z 2008 4 2008-04-17T04:00:00Z   2013-08-11T02:40:37Z   0 0 090000648050c76c
DOT-OST-2004-16945-0062 DOT None DOT-OST-2004-16945 Compania Mexicana de Aviacion, S.A. de C.V. and American Airlines, Inc. Other Correspondence 2008-03-31T04:00:00Z 2008 3 2008-03-31T04:00:00Z   2013-08-11T04:04:10Z   0 0 090000648040e05c
DOT-OST-2004-16945-0060 DOT None DOT-OST-2004-16945 Joint Application of Compania Mexicana de Aviacion, S.A. de C.V. and American Airlines, Inc. for Additional Codesharing Authorization Other Application-Other 2008-03-25T04:00:00Z 2008 3 2008-03-25T04:00:00Z   2024-11-07T21:51:49Z   1 0 0900006480406b59
DOT-OST-2004-16945-0061 DOT None DOT-OST-2004-16945 Joint Application of Compania Mexicana de Aviacion, S.A. de C.V. and American Airlines, Inc. for Additional Codesharing Authorization Other Application-Other 2008-03-25T04:00:00Z 2008 3 2008-03-25T04:00:00Z   2024-11-07T21:51:49Z   1 0 0900006480406b6b
DOT-OST-2004-16945-0059 DOT None DOT-OST-2004-16945 American Airlines, Inc. Other Correspondence 2008-01-16T05:00:00Z 2008 1 2008-01-16T05:00:00Z   2024-11-11T21:36:39Z   1 0 090000648039b524
DOT-OST-2004-16945-0058 DOT None DOT-OST-2004-16945 Notice of Action Taken re: American Airlines, Inc., American Eagle Airlines, Inc. and Executive Airlines, Inc. d/b/a American, and Compania Mexicana de Aviacion, S.A. de C.V. Other Notice 2008-01-10T05:00:00Z 2008 1 2008-01-10T05:00:00Z   2013-07-27T20:31:46Z   0 0 090000648039912b

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