documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "DOT-OST-2004-19148" and posted_year = 2017 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_month, posted_date (date), comment_start_date (date), last_modified (date)
| 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-19148-0091 | DOT | None DOT-OST-2004-19148 | Jet Time A/S - Termination of Codeshare (UA*) | Other | Withdrawal | 2017-09-11T04:00:00Z | 2017 | 9 | 2017-09-11T04:00:00Z | 2024-11-07T01:10:48Z | 1 | 0 | 0900006482b26a45 | ||
| DOT-OST-2004-19148-0090 | DOT | None DOT-OST-2004-19148 | Notice of Action Taken re: United Airlines, Inc. | Other | Decision | 2017-07-31T04:00:00Z | 2017 | 7 | 2017-07-31T04:00:00Z | 2024-11-07T01:07:18Z | 1 | 0 | 0900006482984fbe | ||
| DOT-OST-2004-19148-0089 | DOT | None DOT-OST-2004-19148 | Application of British Midland Regional Limited d/b/a bmi Regional for an Exemption and Blanket Statement of Authorization and Application of United Airlines, Inc. for an Amended Exemption | Other | Application-Other | 2017-07-12T04:00:00Z | 2017 | 7 | 2017-07-21T04:00:00Z | 2024-11-07T01:06:59Z | 1 | 0 | 09000064829560a6 | ||
| DOT-OST-2004-19148-0088 | DOT | None DOT-OST-2004-19148 | United Airlines, Inc. and Avianca Brazil - Notice of Additional Codesharing | Other | Letter(s) | 2017-06-06T04:00:00Z | 2017 | 6 | 2017-06-06T04:00:00Z | 2024-11-07T01:01:47Z | 1 | 0 | 0900006482696bbc | ||
| DOT-OST-2004-19148-0087 | DOT | None DOT-OST-2004-19148 | Notice of Action Taken re: United Airlines, Inc. | Other | Decision | 2017-02-23T05:00:00Z | 2017 | 2 | 2017-02-23T05:00:00Z | 2024-11-11T21:35:01Z | 1 | 0 | 09000064824d86aa | ||
| DOT-OST-2004-19148-0086 | DOT | None DOT-OST-2004-19148 | Application of Air Berlin PLC & Co. Luftverkehrs KG for Statement of Authorization and Application of United Airlines, Inc. for an Amended Exemption | Other | Application-Other | 2017-01-31T05:00:00Z | 2017 | 1 | 2017-02-01T05:00:00Z | 2024-11-11T21:33:10Z | 1 | 0 | 09000064824a45e1 | ||
| DOT-OST-2004-19148-0085 | DOT | None DOT-OST-2004-19148 | United Airlines, Inc. and Avianca Brazil - Notice of Additional Codesharing | Other | Letter(s) | 2017-01-27T05:00:00Z | 2017 | 1 | 2017-01-27T05:00:00Z | 2024-11-11T21:35:19Z | 1 | 0 | 0900006482496a78 | ||
| DOT-OST-2004-19148-0084 | DOT | None DOT-OST-2004-19148 | United Airlines, Inc. and Azul Linhas aereas Brasileiras - Notice of Additional Codesharing | Other | Letter(s) | 2017-01-19T05:00:00Z | 2017 | 1 | 2017-01-19T05:00:00Z | 2024-11-11T21:34:47Z | 1 | 0 | 0900006482484ad0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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;