documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
8 rows where docket_id = "DOT-OST-2012-0212" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, last_modified, open_for_comment, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)
document_type 2
agency_id 1
- DOT 8
| 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-2012-0212-0008 | DOT | None DOT-OST-2012-0212 | 2015-5-12 Final Order (Corrected Copy) | Other | Order | 2015-05-19T04:00:00Z | 2015 | 5 | 2015-05-19T04:00:00Z | 2024-11-07T23:19:11Z | 1 | 0 | 0900006481ae9816 | ||
| DOT-OST-2012-0212-0007 | DOT | None DOT-OST-2012-0212 | 2015-5-12 Final Order | Other | 2015-05-19T00:00:00Z | 2015 | 5 | 2024-11-07T23:21:12Z | 0 | 1 | 0900006481ae9530 | ||||
| DOT-OST-2012-0212-0006 | DOT | None DOT-OST-2012-0212 | 2015-2-10 Order Granting Exemption and to Show Cause | Other | Order | 2015-02-25T05:00:00Z | 2015 | 2 | 2015-02-25T05:00:00Z | 2024-11-07T23:16:48Z | 1 | 0 | 0900006481a166a2 | ||
| DOT-OST-2012-0212-0005 | DOT | None DOT-OST-2012-0212 | Arubaanse Luchtvaart Maatschappji, N.V., d/b/a Aruba Airlines (Polling Letter) | Other | Letter(s) | 2014-12-30T05:00:00Z | 2014 | 12 | 2014-12-30T05:00:00Z | 2024-11-11T20:55:13Z | 1 | 0 | 0900006481987955 | ||
| DOT-OST-2012-0212-0004 | DOT | None DOT-OST-2012-0212 | Supplement to Application of Aruba Airlines for an Exemption and Foreign Air Carrier Permit | Supporting & Related Material | Supplement | 2014-12-30T05:00:00Z | 2014 | 12 | 2024-11-12T05:31:05Z | 0 | 0 | 090000648197fa72 | |||
| DOT-OST-2012-0212-0003 | DOT | None DOT-OST-2012-0212 | Motion of Aruba Airlines for Rule 12 Confidential Treatment | Other | Motion | 2013-02-28T05:00:00Z | 2013 | 2 | 2013-02-28T05:00:00Z | 2024-11-12T05:12:37Z | 1 | 0 | 09000064811c285d | ||
| DOT-OST-2012-0212-0002 | DOT | None DOT-OST-2012-0212 | Amendment #1 to Application of Aruba Airlines for a Foreign Air Carrier Permit and Exemption Authority | Other | Amendment | 2013-01-24T05:00:00Z | 2013 | 1 | 2013-01-24T05:00:00Z | 2024-11-12T05:12:37Z | 1 | 0 | 09000064811c285a | ||
| DOT-OST-2012-0212-0001 | DOT | None DOT-OST-2012-0212 | Application of Aruba Airlines for a Foreign Air Carrier Permit and Exemption Authority | Other | Application-SubPartB | 2012-12-20T05:00:00Z | 2012 | 12 | 2012-12-20T05:00:00Z | 2024-11-12T05:11:47Z | 1 | 0 | 0900006481194637 |
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;