documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
11 rows where docket_id = "DOT-OST-2003-14822" and posted_year = 2003 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_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-14822-0011 | DOT | None DOT-OST-2003-14822 | 2003-12-22 Order Extending Service Obligation | Other | Order | 2003-12-24T05:00:00Z | 2003 | 12 | 2003-12-24T05:00:00Z | 2003-12-25T04:59:59Z | 2024-11-07T17:07:52Z | 1 | 0 | 09000064802c0a4c | |
| DOT-OST-2003-14822-0010 | DOT | None DOT-OST-2003-14822 | 2003-11-17 Order Extending Service Obligation | Other | Order | 2003-11-19T05:00:00Z | 2003 | 11 | 2003-11-19T05:00:00Z | 2003-11-20T04:59:59Z | 2024-11-07T17:07:51Z | 1 | 0 | 09000064802c0a4a | |
| DOT-OST-2003-14822-0009 | DOT | None DOT-OST-2003-14822 | 2003-10-14 Order Extending Service Obligation | Other | Order | 2003-10-15T04:00:00Z | 2003 | 10 | 2003-10-15T04:00:00Z | 2003-10-16T03:59:59Z | 2024-11-07T17:08:31Z | 1 | 0 | 09000064802c0a88 | |
| DOT-OST-2003-14822-0008 | DOT | None DOT-OST-2003-14822 | 2003-9-20 Order Extending Service Obligation | Other | Order | 2003-09-24T04:00:00Z | 2003 | 9 | 2003-09-24T04:00:00Z | 2003-09-25T03:59:59Z | 2024-11-07T17:08:31Z | 1 | 0 | 09000064802c0a86 | |
| DOT-OST-2003-14822-0007 | DOT | None DOT-OST-2003-14822 | 2003-8-16 Order Extending Service Obligation | Other | Order | 2003-08-13T04:00:00Z | 2003 | 8 | 2003-08-13T04:00:00Z | 2003-08-14T03:59:59Z | 2024-11-07T17:08:31Z | 1 | 0 | 09000064802c0a84 | |
| DOT-OST-2003-14822-0006 | DOT | None DOT-OST-2003-14822 | Colgan Air, Inc. d/b/a US Airways Express | Other | Proposal(s) | 2003-07-14T04:00:00Z | 2003 | 7 | 2003-07-14T04:00:00Z | 2003-07-15T03:59:59Z | 2024-11-07T17:08:31Z | 1 | 0 | 09000064802c0a82 | |
| DOT-OST-2003-14822-0005 | DOT | None DOT-OST-2003-14822 | 2003-7-16 Order Setting Final Rate | Other | Order | 2003-07-11T04:00:00Z | 2003 | 7 | 2003-07-11T04:00:00Z | 2003-07-12T03:59:59Z | 2024-11-07T17:08:31Z | 1 | 0 | 09000064802c0a80 | |
| DOT-OST-2003-14822-0004 | DOT | None DOT-OST-2003-14822 | 2003-7-13 Order Extending Service Obligation | Other | Order | 2003-07-11T04:00:00Z | 2003 | 7 | 2003-07-11T04:00:00Z | 2003-07-12T03:59:59Z | 2024-11-07T17:08:30Z | 1 | 0 | 09000064802c0a7f | |
| DOT-OST-2003-14822-0003 | DOT | None DOT-OST-2003-14822 | Response of Mesa Air Group | Other | Response(s) | 2003-06-27T04:00:00Z | 2003 | 6 | 2003-06-27T04:00:00Z | 2003-06-28T03:59:59Z | 2024-11-07T17:08:13Z | 1 | 0 | 09000064802c0a72 | |
| DOT-OST-2003-14822-0002 | DOT | None DOT-OST-2003-14822 | 2003-6-4 Order Prohibiting Suspension of Service and Requesting Proposals | Other | Order | 2003-06-02T04:00:00Z | 2003 | 6 | 2003-06-02T04:00:00Z | 2003-06-03T03:59:59Z | 2024-11-07T17:07:53Z | 1 | 0 | 09000064802c0a5d | |
| DOT-OST-2003-14822-0001 | DOT | None DOT-OST-2003-14822 | 90-Day Notice of Colgan Air, Inc. d/b/a US Air Express of Intent to Terminate Essential Air Service | Notice | Notice | 2003-03-27T05:00:00Z | 2003 | 3 | 2003-03-27T05:00:00Z | 2003-03-28T04:59:59Z | 2024-11-07T17:07:51Z | 1 | 0 | 09000064802c0a46 |
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;