documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "DOT-OST-2003-15553" and posted_year = 2014 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, open_for_comment, 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-2003-15553-0094 | DOT | None DOT-OST-2003-15553 | 2014-7-11 Order Selecting Air Carriers, Resoliciting Proposals on an Expected Basis, and Deferring Action | Other | Order | 2014-07-21T04:00:00Z | 2014 | 7 | 2014-07-21T04:00:00Z | 2024-11-12T05:28:08Z | 1 | 0 | 09000064817cdd61 | ||
| DOT-OST-2003-15553-0093 | DOT | None DOT-OST-2003-15553 | Greenbrier Valley Airport (Correspondence) | Other | Correspondence | 2014-07-01T04:00:00Z | 2014 | 7 | 2014-07-01T04:00:00Z | 2024-11-12T05:26:35Z | 1 | 0 | 090000648175c5fb | ||
| DOT-OST-2003-15553-0092 | DOT | None DOT-OST-2003-15553 | Request for Comments | Other | Request | 2014-05-29T04:00:00Z | 2014 | 5 | 2014-05-29T04:00:00Z | 2024-11-12T05:26:06Z | 1 | 0 | 090000648171c131 | ||
| DOT-OST-2003-15553-0088 | DOT | None DOT-OST-2003-15553 | Notice of Action Taken re: Notice | Other | Decision | 2014-05-28T04:00:00Z | 2014 | 5 | 2014-05-28T04:00:00Z | 2024-11-11T20:52:15Z | 1 | 0 | 09000064816fb17b | ||
| DOT-OST-2003-15553-0089 | DOT | None DOT-OST-2003-15553 | Proposal of Boutique Air | Other | Proposal(s) | 2014-05-28T04:00:00Z | 2014 | 5 | 2014-05-28T04:00:00Z | 2024-11-11T20:51:11Z | 1 | 0 | 090000648171af68 | ||
| DOT-OST-2003-15553-0090 | DOT | None DOT-OST-2003-15553 | Proposal of Silver Airways | Other | Proposal(s) | 2014-05-28T04:00:00Z | 2014 | 5 | 2014-05-28T04:00:00Z | 2024-11-11T20:51:12Z | 1 | 0 | 090000648171af70 | ||
| DOT-OST-2003-15553-0091 | DOT | None DOT-OST-2003-15553 | City Link Air, Inc. (CLA) Proposal to Provide Subsidized Air Service at Greenbrier/White Sulphur Springs, (LWB), WV and Bradford (BED), PA | Other | Proposal(s) | 2014-05-28T04:00:00Z | 2014 | 5 | 2014-05-28T04:00:00Z | 2024-11-11T20:51:32Z | 1 | 0 | 0900006481719d41 | ||
| DOT-OST-2003-15553-0087 | DOT | None DOT-OST-2003-15553 | Proposal of Silver Airways | Other | Proposal(s) | 2014-04-21T04:00:00Z | 2014 | 4 | 2014-04-21T04:00:00Z | 2024-11-07T23:05:42Z | 1 | 0 | 09000064816bf0cb | ||
| DOT-OST-2003-15553-0086 | DOT | None DOT-OST-2003-15553 | Proposal of Boutique Air to Provide Essential Air Service | Other | Proposal(s) | 2014-04-21T04:00:00Z | 2014 | 4 | 2014-04-21T04:00:00Z | 2024-11-11T20:50:04Z | 1 | 0 | 09000064816bdd14 | ||
| DOT-OST-2003-15553-0085 | DOT | None DOT-OST-2003-15553 | Silver Airways (Request for an Extension to File Proposals) | Other | Proposal(s) | 2014-03-20T04:00:00Z | 2014 | 3 | 2014-03-20T04:00:00Z | 2024-11-11T20:49:41Z | 1 | 0 | 0900006481672c1f | ||
| DOT-OST-2003-15553-0083 | DOT | None DOT-OST-2003-15553 | Boutique Air - Extension of Time to File Proposals | Other | Extension of Time | 2014-03-20T04:00:00Z | 2014 | 3 | 2014-03-20T04:00:00Z | 2024-11-07T23:07:47Z | 1 | 0 | 0900006481672bf4 | ||
| DOT-OST-2003-15553-0084 | DOT | None DOT-OST-2003-15553 | Notice Extending The Deadline For Proposals | Other | Decision | 2014-03-20T04:00:00Z | 2014 | 3 | 2014-03-20T04:00:00Z | 2014-03-20T20:20:31Z | 0 | 0 | 0900006481672c8e | ||
| DOT-OST-2003-15553-0082 | DOT | None DOT-OST-2003-15553 | 2014-2-13 Order Requesting Proposals | Other | Order | 2014-02-19T05:00:00Z | 2014 | 2 | 2014-02-19T05:00:00Z | 2014-02-19T16:10:55Z | 0 | 0 | 090000648158208e |
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;