documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "DOT-OST-2008-0237" and posted_year = 2016 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, last_modified, 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-2008-0237-0046 | DOT | None DOT-OST-2008-0237 | 2016-10-12 Order Re-Selecting Carrier and Establishing Subsidy Rates | Other | Order | 2016-10-25T04:00:00Z | 2016 | 10 | 2016-10-25T04:00:00Z | 2024-11-12T06:15:37Z | 1 | 0 | 090000648234a1e9 | ||
| DOT-OST-2008-0237-0045 | DOT | None DOT-OST-2008-0237 | Miki and Julie Collins (Correspondence) | Other | Correspondence | 2016-09-28T04:00:00Z | 2016 | 9 | 2016-09-28T04:00:00Z | 2024-11-12T06:15:07Z | 1 | 0 | 090000648227c444 | ||
| DOT-OST-2008-0237-0044 | DOT | None DOT-OST-2008-0237 | Initial Request for Community Comments (June 27, 2016) | Other | Request | 2016-09-26T04:00:00Z | 2016 | 9 | 2016-09-26T04:00:00Z | 2024-11-12T06:14:36Z | 1 | 0 | 090000648226c727 | ||
| DOT-OST-2008-0237-0042 | DOT | None DOT-OST-2008-0237 | Request for Community Comments (August 18, 2016) | Other | Request | 2016-09-23T04:00:00Z | 2016 | 9 | 2016-09-23T04:00:00Z | 2024-11-12T06:14:09Z | 1 | 0 | 090000648225dda1 | ||
| DOT-OST-2008-0237-0043 | DOT | None DOT-OST-2008-0237 | Carol Schlenter (Correspondence) | Other | Correspondence | 2016-09-23T04:00:00Z | 2016 | 9 | 2016-09-23T04:00:00Z | 2024-11-12T06:14:09Z | 1 | 0 | 090000648225dda5 | ||
| DOT-OST-2008-0237-0041 | DOT | None DOT-OST-2008-0237 | Wright Air Service, Inc. (Proposal) | Other | Proposal(s) | 2016-08-18T04:00:00Z | 2016 | 8 | 2016-08-18T04:00:00Z | 2024-11-12T06:13:06Z | 1 | 0 | 0900006482181029 | ||
| DOT-OST-2008-0237-0040 | DOT | None DOT-OST-2008-0237 | 2016-8-2 Essential Air Service for Lake Minchumina and Rampart, Alaska | Other | Order | 2016-08-02T04:00:00Z | 2016 | 8 | 2016-08-02T04:00:00Z | 2024-11-12T06:13:42Z | 1 | 0 | 090000648214edac | ||
| DOT-OST-2008-0237-0039 | DOT | None DOT-OST-2008-0237 | Lake Minchumina, Alaska (Community Comments) | Other | Correspondence | 2016-07-27T04:00:00Z | 2016 | 7 | 2016-07-27T04:00:00Z | 2024-11-12T06:12:58Z | 1 | 0 | 090000648211acd2 | ||
| DOT-OST-2008-0237-0038 | DOT | None DOT-OST-2008-0237 | Wright Air Service (Correspondence) | Other | Correspondence | 2016-07-21T04:00:00Z | 2016 | 7 | 2016-07-21T04:00:00Z | 2024-11-12T06:08:04Z | 1 | 0 | 09000064820d3ca6 | ||
| DOT-OST-2008-0237-0037 | DOT | None DOT-OST-2008-0237 | Lake Minchumina, Alaska (Community Comments) | Other | Correspondence | 2016-07-15T04:00:00Z | 2016 | 7 | 2016-07-15T04:00:00Z | 2024-11-07T23:47:43Z | 1 | 0 | 09000064820b1302 | ||
| DOT-OST-2008-0237-0036 | DOT | None DOT-OST-2008-0237 | Tatonduk Outfitters Limited d/b/a Everts Air Alaska (Proposal) | Other | Proposal(s) | 2016-06-24T04:00:00Z | 2016 | 6 | 2016-06-24T04:00:00Z | 2024-11-07T23:44:52Z | 1 | 0 | 0900006482068437 | ||
| DOT-OST-2008-0237-0035 | DOT | None DOT-OST-2008-0237 | 2016-5-13 Order Requesting Proposals | Other | Order | 2016-05-19T04:00:00Z | 2016 | 5 | 2016-05-19T04:00:00Z | 2024-11-12T06:09:28Z | 1 | 0 | 0900006481fdfc20 | ||
| DOT-OST-2008-0237-0034 | DOT | None DOT-OST-2008-0237 | 2016-5-8 Order Requesting Applications | Other | Order | 2016-05-17T04:00:00Z | 2016 | 5 | 2016-05-17T04:00:00Z | 2024-11-07T23:46:08Z | 1 | 0 | 0900006481fcc1cc |
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;