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

12 rows where docket_id = "DOT-OST-2008-0273" and posted_year = 2019 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2019 · 12 ✖

document_type 1

  • Other 12

agency_id 1

  • DOT 12
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-2008-0273-0242 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of JetBlue Airways Corporation (382.61) November 25, 2019 Other Response(s) 2019-11-25T05:00:00Z 2019 11 2019-11-25T05:00:00Z   2019-12-16T19:08:42Z   0 0 09000064841b0270
DOT-OST-2008-0273-0241 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of Southwest Airlines (382.93) November 5, 2019 Other Agency Response 2019-11-05T05:00:00Z 2019 11 2019-11-05T05:00:00Z   2024-11-12T23:11:39Z   1 0 090000648412171b
DOT-OST-2008-0273-0240 DOT None DOT-OST-2008-0273 Hong Kong Express Airways (Request for Renewal of Equivalent Alternative Determination Part 382.67 and Part 382.123) Other Request 2019-11-01T04:00:00Z 2019 11 2019-11-01T04:00:00Z   2024-11-12T23:11:57Z   1 0 0900006484116481
DOT-OST-2008-0273-0239 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of Jeju Air (382.61) October 11, 2019 Other Response(s) 2019-10-11T04:00:00Z 2019 10 2019-10-11T04:00:00Z   2024-11-12T23:10:52Z   1 0 0900006484087910
DOT-OST-2008-0273-0238 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of LATAM Group (382.61) October 7, 2019 Other Response(s) 2019-10-08T04:00:00Z 2019 10 2019-10-08T04:00:00Z   2024-11-12T23:09:58Z   1 0 090000648405b3b1
DOT-OST-2008-0273-0237 DOT None DOT-OST-2008-0273 Swoop Inc. (Request for Renewal of Equivalent Alternative Determination Part 382.67 and Part 382.123) Other Request 2019-10-03T04:00:00Z 2019 10 2019-10-03T04:00:00Z   2024-11-12T23:10:22Z   1 0 09000064840122a2
DOT-OST-2008-0273-0236 DOT None DOT-OST-2008-0273 Jeju Air Co., Ltd. (Request for Equivalent Alternative Determination Part 382.10) Other Request 2019-09-30T04:00:00Z 2019 9 2019-09-30T04:00:00Z   2024-11-12T23:10:18Z   1 0 0900006483fec394
DOT-OST-2008-0273-0235 DOT None DOT-OST-2008-0273 LATAM Airlines Group, S.A. (Joint Request for Equivalent Alternative Determination Part 382.61) Other Request 2019-09-13T04:00:00Z 2019 9 2019-09-13T04:00:00Z   2024-11-12T23:08:35Z   1 0 0900006483f4d1db
DOT-OST-2008-0273-0234 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of Qatar Airways (382.61) June 27, 2019 Other Response(s) 2019-06-27T04:00:00Z 2019 6 2019-06-27T04:00:00Z   2024-11-12T23:02:59Z   1 0 0900006483d48c63
DOT-OST-2008-0273-0233 DOT None DOT-OST-2008-0273 DOT Response to Equivalent Alternative Determination Request of Avianca (382.67) June 19, 2019 Other Response(s) 2019-06-13T04:00:00Z 2019 6 2019-06-13T04:00:00Z   2024-11-12T23:03:28Z   1 0 0900006483d0eb52
DOT-OST-2008-0273-0232 DOT None DOT-OST-2008-0273 JetBlue Airways Corporation (Request for Equivalent Alternative Determination Part 382.61) and Motion for Confidential Treatment Other Request 2019-05-20T04:00:00Z 2019 5 2019-05-20T04:00:00Z   2024-11-12T23:01:31Z   1 0 0900006483ca2704
DOT-OST-2008-0273-0231 DOT None DOT-OST-2008-0273 Application of Avianca for Renewal of Equivalent Alternative Determination and Other Relief Other Application 2019-02-25T05:00:00Z 2019 2 2019-02-25T05:00:00Z   2024-11-12T22:56:23Z   1 0 0900006483aa40b8

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