documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "DOT-OST-2004-19398" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)
document_type 2
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-19398-0008 | DOT | None DOT-OST-2004-19398 | 2011-12-23 Order Revoking Foreign Certificate | Other | Order | 2011-12-29T05:00:00Z | 2011 | 12 | 2011-12-29T05:00:00Z | 2024-11-11T21:35:43Z | 1 | 0 | 0900006480f8ae65 | ||
| DOT-OST-2004-19398-0007 | DOT | None DOT-OST-2004-19398 | 2011-10-22 Order Revoking And/Or Canceling Authority | Other | Order | 2011-10-28T04:00:00Z | 2011 | 10 | 2011-10-28T04:00:00Z | 2011-10-28T16:06:38Z | 0 | 0 | 0900006480f5ec70 | ||
| DOT-OST-2004-19398-0006 | DOT | None DOT-OST-2004-19398 | 2007-7-4 Order Issuing Certificates | Other | Order | 2007-07-10T04:00:00Z | 2007 | 7 | 2007-07-10T04:00:00Z | 2007-07-11T03:59:59Z | 2024-11-11T22:09:27Z | 1 | 0 | 09000064802b2a12 | |
| DOT-OST-2004-19398-0005-0001 | DOT | None DOT-OST-2004-19398 | Amendment #1 of TradeWinds Airlines, Inc. to Certificate of Public Convenience and Necessity | Other | Application-SubPartB | 2007-04-26T04:00:00Z | 2007 | 4 | 2007-04-26T04:00:00Z | 2007-04-14T03:59:59Z | 2024-11-11T22:09:01Z | 1 | 0 | 09000064802b2a0f | |
| DOT-OST-2004-19398-0005-0002 | DOT | None DOT-OST-2004-19398 | Amendment #1 of TradeWinds Airlines, Inc. to Certificate of Public Convenience and Necessity | Other | Application-SubPartB | 2007-04-26T04:00:00Z | 2007 | 4 | 2007-04-26T04:00:00Z | 2007-04-14T03:59:59Z | 2024-11-11T22:09:27Z | 1 | 0 | 09000064802b2a10 | |
| DOT-OST-2004-19398-0004 | DOT | None DOT-OST-2004-19398 | 2006-10-1 Order Issuing Certificates | Other | Order | 2006-10-03T04:00:00Z | 2006 | 10 | 2006-10-03T04:00:00Z | 2006-10-04T03:59:59Z | 2024-11-11T22:09:01Z | 1 | 0 | 09000064802b2a0e | |
| DOT-OST-2004-19398-0003-0001 | DOT | None DOT-OST-2004-19398 | Supplement in Support of Application of Tradewinds Airlines, Inc. for a Certificate of Public Convenience and Necessity | Supporting & Related Material | Supplement | 2005-02-17T05:00:00Z | 2005 | 2 | 2024-11-11T22:09:01Z | 0 | 0 | 09000064802b2a0c | |||
| DOT-OST-2004-19398-0003-0002 | DOT | None DOT-OST-2004-19398 | Supplement in Support of Application of Tradewinds Airlines, Inc. for a Certificate of Public Convenience and Necessity | Supporting & Related Material | Supplement | 2005-02-17T05:00:00Z | 2005 | 2 | 2024-11-11T22:09:01Z | 0 | 0 | 09000064802b2a0d | |||
| DOT-OST-2004-19398-0002 | DOT | None DOT-OST-2004-19398 | TradeWinds Airlines, Inc. | Other | Letter(s) | 2005-02-01T05:00:00Z | 2005 | 2 | 2005-02-01T05:00:00Z | 2005-02-02T04:59:59Z | 2024-11-11T22:09:01Z | 1 | 0 | 09000064802b2a0b | |
| DOT-OST-2004-19398-0001-0001 | DOT | None DOT-OST-2004-19398 | Application of Tradewinds Airlines, Inc. for a Certificate of Public Convenience and Necessity | Other | Application-SubPartB | 2004-10-27T04:00:00Z | 2004 | 10 | 2004-10-27T04:00:00Z | 2004-10-14T03:59:59Z | 2024-11-11T22:09:00Z | 1 | 0 | 09000064802b2a08 | |
| DOT-OST-2004-19398-0001-0002 | DOT | None DOT-OST-2004-19398 | Application of Tradewinds Airlines, Inc. for a Certificate of Public Convenience and Necessity | Other | Application-SubPartB | 2004-10-27T04:00:00Z | 2004 | 10 | 2004-10-27T04:00:00Z | 2004-10-14T03:59:59Z | 2024-11-11T22:09:01Z | 1 | 0 | 09000064802b2a0a |
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;