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-0228" and posted_year = 2011 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, open_for_comment, 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-0228-0043 | DOT | None DOT-OST-2008-0228 | 2011-9-7 Order | Other | Order | 2011-09-13T04:00:00Z | 2011 | 9 | 2011-09-14T15:42:44Z | 0 | 0 | 0900006480f18dc6 | |||
| DOT-OST-2008-0228-0042 | DOT | None DOT-OST-2008-0228 | Petition of Centurion Air Cargo, Inc. for Review of Staff Action | Other | Petition(s) | 2011-07-21T04:00:00Z | 2011 | 7 | 2011-07-21T04:00:00Z | 2024-11-07T22:35:02Z | 1 | 0 | 0900006480ec8d66 | ||
| DOT-OST-2008-0228-0041 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Letter(s) | 2011-07-19T04:00:00Z | 2011 | 7 | 2011-07-19T04:00:00Z | 2024-11-07T22:36:50Z | 1 | 0 | 0900006480ec1870 | ||
| DOT-OST-2008-0228-0040 | DOT | None DOT-OST-2008-0228 | Notice of Action Taken re: Centurion Air Cargo, Inc. | Other | Decision | 2011-07-14T04:00:00Z | 2011 | 7 | 2011-07-14T04:00:00Z | 2013-08-11T01:42:40Z | 0 | 0 | 0900006480ec2a86 | ||
| DOT-OST-2008-0228-0039 | DOT | None DOT-OST-2008-0228 | Notice of Action Taken re: Centurion Air Cargo, Inc. | Other | Decision | 2011-07-12T04:00:00Z | 2011 | 7 | 2011-07-12T04:00:00Z | 2024-11-07T22:33:42Z | 1 | 0 | 0900006480ec056c | ||
| DOT-OST-2008-0228-0037 | DOT | None DOT-OST-2008-0228 | Application of Centurion Air Cargo, Inc. for Additional Extension of Start-Up Date | Other | Application-Other | 2011-07-06T04:00:00Z | 2011 | 7 | 2011-07-06T04:00:00Z | 2024-11-07T22:32:17Z | 1 | 0 | 0900006480eb8935 | ||
| DOT-OST-2008-0228-0038 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Letter(s) | 2011-07-06T04:00:00Z | 2011 | 7 | 2011-07-06T04:00:00Z | 2024-11-07T22:36:07Z | 1 | 0 | 0900006480eb98cd | ||
| DOT-OST-2008-0228-0036 | DOT | None DOT-OST-2008-0228 | Approval of Application | Other | Decision | 2011-04-13T04:00:00Z | 2011 | 4 | 2011-04-13T04:00:00Z | 2011-04-13T17:45:58Z | 0 | 0 | 0900006480c27706 | ||
| DOT-OST-2008-0228-0033 | DOT | None DOT-OST-2008-0228 | Approval of Application | Other | Decision | 2011-04-12T04:00:00Z | 2011 | 4 | 2011-04-12T04:00:00Z | 2011-04-12T20:48:43Z | 0 | 0 | 0900006480c249bc | ||
| DOT-OST-2008-0228-0035 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Correspondence | 2011-04-12T04:00:00Z | 2011 | 4 | 2011-04-12T04:00:00Z | 2013-07-27T23:49:51Z | 0 | 0 | 0900006480c21c60 | ||
| DOT-OST-2008-0228-0034 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Correspondence | 2011-04-12T04:00:00Z | 2011 | 4 | 2011-04-12T04:00:00Z | 2013-08-11T01:41:00Z | 0 | 0 | 0900006480c21bb3 | ||
| DOT-OST-2008-0228-0032 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Correspondence | 2011-01-18T05:00:00Z | 2011 | 1 | 2011-01-18T05:00:00Z | 2013-07-27T23:42:50Z | 0 | 0 | 0900006480bca9e4 | ||
| DOT-OST-2008-0228-0031 | DOT | None DOT-OST-2008-0228 | Centurion Air Cargo, Inc. | Other | Correspondence | 2011-01-12T05:00:00Z | 2011 | 1 | 2011-01-12T05:00:00Z | 2013-08-11T03:12:39Z | 0 | 0 | 0900006480bc9e08 |
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;