documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "DOT-OST-2013-0018" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
agency_id 1
- DOT 9
| 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-2013-0018-0009 | DOT | None DOT-OST-2013-0018 | 2014-1-7 Order Confirming Oral Action and Issuing Effective Commuter Authorization | Other | Order | 2014-01-17T05:00:00Z | 2014 | 1 | 2014-01-17T05:00:00Z | 2014-01-17T16:56:20Z | 0 | 0 | 0900006481511300 | ||
| DOT-OST-2013-0018-0008 | DOT | None DOT-OST-2013-0018 | Ultimate JETCHARTERS, LLC (Updated Information) | Other | Additional Information | 2014-01-09T05:00:00Z | 2014 | 1 | 2014-01-09T05:00:00Z | 2024-11-07T23:01:35Z | 1 | 0 | 09000064814eae9b | ||
| DOT-OST-2013-0018-0007 | DOT | None DOT-OST-2013-0018 | 2013-12-15 Final Order | Other | Order | 2013-12-26T05:00:00Z | 2013 | 12 | 2013-12-26T05:00:00Z | 2024-11-07T23:00:05Z | 1 | 0 | 09000064814dd12d | ||
| DOT-OST-2013-0018-0006 | DOT | None DOT-OST-2013-0018 | 2013-11-20 Order to Show Cause Proposing Issuance of Commuter Authority | Other | Order | 2013-11-25T05:00:00Z | 2013 | 11 | 2013-11-25T05:00:00Z | 2024-11-12T05:23:57Z | 1 | 0 | 0900006481496690 | ||
| DOT-OST-2013-0018-0005 | DOT | None DOT-OST-2013-0018 | Ultimate JETCHARTERS, LLC (Supplemental Response) | Other | Response(s) | 2013-09-10T04:00:00Z | 2013 | 9 | 2013-09-10T04:00:00Z | 2024-11-07T22:58:09Z | 1 | 0 | 09000064813e6c08 | ||
| DOT-OST-2013-0018-0004 | DOT | None DOT-OST-2013-0018 | Ultimate Jet, LLC (Request for Additional Information) | Other | Letter(s) | 2013-08-12T04:00:00Z | 2013 | 8 | 2024-11-07T22:57:01Z | 1 | 0 | 09000064813a568a | |||
| DOT-OST-2013-0018-0003 | DOT | None DOT-OST-2013-0018 | Ultimate JETCHARTERS, LLC d/b/a Ultimate Air Shuttle | Supporting & Related Material | Supplement | 2013-07-24T04:00:00Z | 2013 | 7 | 2013-07-24T14:11:09Z | 0 | 0 | 090000648136f3b9 | |||
| DOT-OST-2013-0018-0002 | DOT | None DOT-OST-2013-0018 | Request for Additional Information | Other | Request | 2013-07-10T04:00:00Z | 2013 | 7 | 2013-07-10T04:00:00Z | 2024-11-11T20:44:49Z | 1 | 0 | 090000648134eb1f | ||
| DOT-OST-2013-0018-0001 | DOT | None DOT-OST-2013-0018 | Application of Ultimate JETCHARTERS, LLC | Other | Application-SubPartB | 2013-01-24T05:00:00Z | 2013 | 1 | 2013-01-24T05:00:00Z | 2024-11-12T05:13:15Z | 1 | 0 | 09000064811d52b2 |
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;