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-2013-0079" 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 4

  • 2013 4
  • 2016 4
  • 2014 2
  • 2015 1

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-2013-0079-0011 DOT None DOT-OST-2013-0079 Notice of Action Taken re: China Eastern Airlines Corporation Limited Other Decision 2016-12-16T05:00:00Z 2016 12 2016-12-16T05:00:00Z   2024-11-12T06:16:51Z   1 0 09000064824159ee
DOT-OST-2013-0079-0010 DOT None DOT-OST-2013-0079 Application of China Eastern Airlines Corporation Limited for Renewal and Reissuance of Exemption Authority Other Application-Other 2016-08-01T04:00:00Z 2016 8 2016-08-01T04:00:00Z   2024-11-12T06:13:43Z   1 0 090000648213c486
DOT-OST-2013-0079-0009 DOT None DOT-OST-2013-0079 Notice of Action Taken re: China Eastern Airlines Corporation Limited Other Decision 2016-03-15T04:00:00Z 2016 3 2016-03-15T04:00:00Z   2024-11-12T05:58:47Z   1 0 0900006481ec52b0
DOT-OST-2013-0079-0008 DOT None DOT-OST-2013-0079 Application of China Eastern Airlines Corporation Limited for Renewal of Exemption Authority Other Application-Other 2016-02-10T05:00:00Z 2016 2 2016-02-10T05:00:00Z   2024-11-12T06:05:27Z   1 0 0900006481e62b1c
DOT-OST-2013-0079-0007 DOT None DOT-OST-2013-0079 Notice of Action Taken re: China Eastern Airlines Corporation Limited Other Decision 2015-03-13T04:00:00Z 2015 3 2015-03-13T04:00:00Z   2024-11-07T23:18:30Z   1 0 0900006481a43e08
DOT-OST-2013-0079-0006 DOT None DOT-OST-2013-0079 Application of China Eastern Airlines Corporation Limited for Renewal of Exemption Authority Pursuant to 49 U.S.C. Section 40109 Other Application-Other 2014-12-24T05:00:00Z 2014 12 2014-12-24T05:00:00Z   2024-11-12T05:31:15Z   1 0 090000648198fc00
DOT-OST-2013-0079-0005 DOT None DOT-OST-2013-0079 Notice of Action Taken re: China Eastern Airlines Corporation Limited Other Decision 2014-01-10T05:00:00Z 2014 1 2014-01-10T05:00:00Z   2024-11-07T23:01:50Z   1 0 09000064814fbb31
DOT-OST-2013-0079-0004 DOT None DOT-OST-2013-0079 Application of China Eastern Airlines Corporation Limited for Renewal of Exemption Authority Pursuant to 49 U.S.C. § 40109 Other Application-Other 2013-10-11T04:00:00Z 2013 10 2013-10-11T04:00:00Z   2024-11-12T05:20:37Z   1 0 090000648144add1
DOT-OST-2013-0079-0003 DOT None DOT-OST-2013-0079 Notice of Action Taken re: China Eastern Airlines Corporation Limited Other Decision 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2024-11-11T20:44:44Z   1 0 09000064812caabb
DOT-OST-2013-0079-0002 DOT None DOT-OST-2013-0079 China Eastern Airlines Corporation Limited (Polling Letter) Other Letter(s) 2013-05-08T04:00:00Z 2013 5 2013-05-08T04:00:00Z   2024-11-11T20:44:44Z   1 0 09000064812caab5
DOT-OST-2013-0079-0001 DOT None DOT-OST-2013-0079 Application of China Eastern Airlines Corporation Limited for Exemption Authority Pursuant to 49 U.S.C. §40109 Other Application-Other 2013-04-16T04:00:00Z 2013 4 2013-04-16T04:00:00Z   2024-11-11T20:45:17Z   1 0 090000648129717a

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