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

14 rows where docket_id = "DOT-OST-2007-0066" and posted_year = 2015 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 12
  • Notice 2

posted_year 1

  • 2015 · 14 ✖

agency_id 1

  • DOT 14
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-2007-0066-0047 DOT None DOT-OST-2007-0066 2015-11-16 Final Order Other Order 2015-11-19T05:00:00Z 2015 11 2015-11-19T05:00:00Z   2024-11-07T23:33:35Z   1 0 0900006481d5cd3c
DOT-OST-2007-0066-0046 DOT None DOT-OST-2007-0066 2015-8-24 Order Granting Exemption and to Show Cause Other Order 2015-08-26T04:00:00Z 2015 8 2015-08-26T04:00:00Z   2024-11-12T05:42:29Z   1 0 0900006481c3c60f
DOT-OST-2007-0066-0045 DOT None DOT-OST-2007-0066 Application of Hainan Airlines Co., LTD. for an Exemption and Amended Foreign Air Carrier Permit Other Application 2015-07-15T04:00:00Z 2015 7 2015-07-15T04:00:00Z   2015-07-15T21:02:34Z   0 0 0900006481b85121
DOT-OST-2007-0066-0044 DOT None DOT-OST-2007-0066 2015-5-8 Final Order Other Order 2015-05-12T04:00:00Z 2015 5 2015-05-12T04:00:00Z   2024-11-07T23:20:24Z   1 0 0900006481adcd8a
DOT-OST-2007-0066-0043 DOT None DOT-OST-2007-0066 Certificates of Public Convenience and Necessity and Foreign Air Carrier Permits; Applications Notice   2015-03-12T00:00:00Z 2015 3     2024-11-07T23:12:12Z   0 1 0900006481a3f25e
DOT-OST-2007-0066-0042 DOT None DOT-OST-2007-0066 Certificates of Public Convenience and Necessity and Foreign Air Carrier Permits; Applications Notice   2015-03-12T00:00:00Z 2015 3     2024-11-07T23:12:11Z   0 1 0900006481a3f1d0
DOT-OST-2007-0066-0041 DOT None DOT-OST-2007-0066 Hainan Airlines, Co., Limited (Updated Exhibits to its Application) Other Additional Information 2015-02-18T05:00:00Z 2015 2 2015-02-18T05:00:00Z   2024-11-07T23:15:36Z   1 0 0900006481a07027
DOT-OST-2007-0066-0040 DOT None DOT-OST-2007-0066 2015-2-7 Order Granting Exemption and to Show Cause Other Order 2015-02-13T05:00:00Z 2015 2 2015-02-13T05:00:00Z   2024-11-07T23:15:33Z   1 0 0900006481a0324e
DOT-OST-2007-0066-0038 DOT None DOT-OST-2007-0066 Norman Y. Mineta San Jose International Airport (Correspondence) Other Correspondence 2015-01-26T05:00:00Z 2015 1 2015-01-26T05:00:00Z   2024-11-11T20:55:43Z   1 0 09000064819dd306
DOT-OST-2007-0066-0036 DOT None DOT-OST-2007-0066 Sam Liccardo, Mayor of the City of San Jose (Correspondence) Other Correspondence 2015-01-26T05:00:00Z 2015 1 2015-01-26T05:00:00Z   2024-11-12T05:29:47Z   1 0 09000064819dd28f
DOT-OST-2007-0066-0039 DOT None DOT-OST-2007-0066 San Jose Silicon Valley Chamber of Commerce (Correspondence) Other Correspondence 2015-01-26T05:00:00Z 2015 1 2015-01-26T05:00:00Z   2024-11-11T20:55:44Z   1 0 09000064819dd04b
DOT-OST-2007-0066-0037 DOT None DOT-OST-2007-0066 Silicon Valley Leadership Group (Correspondence) Other Correspondence 2015-01-26T05:00:00Z 2015 1 2015-01-26T05:00:00Z   2024-11-11T20:55:44Z   1 0 09000064819dd2db
DOT-OST-2007-0066-0035 DOT None DOT-OST-2007-0066 Application of Hainan Airlines Co., Ltd. for an Exemption and Amended Foreign Air Carrier Permit Other Application-SubPartB 2015-01-20T05:00:00Z 2015 1 2015-01-20T05:00:00Z   2024-11-12T05:29:01Z   1 0 09000064819d2ff2
DOT-OST-2007-0066-0034 DOT None DOT-OST-2007-0066 Application of Hainan Airlines Co., Ltd. for an Exemption and Amended Foreign Air Carrier Permit Other Application-SubPartB 2015-01-14T05:00:00Z 2015 1 2015-01-14T05:00:00Z   2024-11-12T05:31:32Z   1 0 09000064819c9df7

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