documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
9 rows where docket_id = "DOT-OST-1995-720" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_month, 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-1995-720-0009 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | 2000-3-27 - Order Dismissing Applications | Other | Order | 2000-03-27T05:00:00Z | 2000 | 3 | 2000-03-27T05:00:00Z | 2000-03-29T04:59:59Z | 2024-11-08T05:52:46Z | 1 | 0 | 090000648030cd14 | |
| DOT-OST-1995-720-0008 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Linea Aerea Nacional-Chile S.A. - Exemption - Republic of Chile-United States | Other | Application-Other | 1998-07-14T04:00:00Z | 1998 | 7 | 1998-07-14T04:00:00Z | 1998-07-16T03:59:59Z | 2024-11-08T05:52:46Z | 1 | 0 | 090000648030cd13 | |
| DOT-OST-1995-720-0007 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Lan Chile S.A. - Renewal/Exemption | Other | Application-Other | 1998-07-02T04:00:00Z | 1998 | 7 | 1998-07-02T04:00:00Z | 1998-07-29T03:59:59Z | 2024-11-08T05:52:20Z | 1 | 0 | 090000648030cd12 | |
| DOT-OST-1995-720-0006 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Notice of Action Taken re: Linea Aerea Nacional Chile S.A.-LAN Chile Airlines | Notice | Notice | 1997-07-15T04:00:00Z | 1997 | 7 | 1997-07-15T04:00:00Z | 1997-07-16T03:59:59Z | 2024-11-08T05:52:20Z | 1 | 0 | 090000648030cd11 | |
| DOT-OST-1995-720-0005 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal/Exemption | Other | Application-Other | 1997-06-26T04:00:00Z | 1997 | 6 | 1997-06-26T04:00:00Z | 1997-06-27T03:59:59Z | 2024-11-08T05:52:19Z | 1 | 0 | 090000648030cd10 | |
| DOT-OST-1995-720-0004 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Continental Airlines, Inc. - Answer | Other | Answer | 1996-11-15T05:00:00Z | 1996 | 11 | 1996-11-15T05:00:00Z | 1996-11-16T04:59:59Z | 2024-11-08T05:52:19Z | 1 | 0 | 090000648030cd0f | |
| DOT-OST-1995-720-0003 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal/Exemption | Other | Application-Other | 1996-10-31T05:00:00Z | 1996 | 10 | 1996-10-31T05:00:00Z | 1996-11-01T04:59:59Z | 2024-11-08T05:52:19Z | 1 | 0 | 090000648030cd0e | |
| DOT-OST-1995-720-0002 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Notice of Action Taken - Linea Aerea Nacional-Chile Sociedad Anonima, Lan Chile, S.A. | Notice | Notice | 1995-11-13T05:00:00Z | 1995 | 11 | 1995-11-13T05:00:00Z | 1995-11-14T04:59:59Z | 2024-11-08T05:52:19Z | 1 | 0 | 090000648030cd0d | |
| DOT-OST-1995-720-0001 | DOT | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal Exemption - Blind Sector Authorization DOT-OST-1995-720 | Linea Aerea Nacional - Chile Sociedad Anonima, Lan Chile S.A. - Renewal of Exemption - Blind Sector Authorization | Other | Application-Other | 1995-10-10T04:00:00Z | 1995 | 10 | 1995-10-10T04:00:00Z | 1995-10-11T03:59:59Z | 2024-11-08T05:52:19Z | 1 | 0 | 090000648030cd09 |
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;