documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
10 rows where docket_id = "DOT-OST-1999-6589" and posted_year = 2004 sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, open_for_comment, 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-1999-6589-0028 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | 2004-7-10 Order Selecting Carrier and Setting Final Subsidy Rates | Other | Order | 2004-07-15T04:00:00Z | 2004 | 7 | 2004-07-15T04:00:00Z | 2004-07-16T03:59:59Z | 2024-11-08T04:36:57Z | 1 | 0 | 09000064802c37dc | |
| DOT-OST-1999-6589-0027 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | City of Pueblo, Colorado | Other | Correspondence | 2004-05-07T04:00:00Z | 2004 | 5 | 2004-05-07T04:00:00Z | 2004-05-08T03:59:59Z | 2015-01-26T21:38:45Z | 0 | 0 | 09000064802c37db | |
| DOT-OST-1999-6589-0023 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Pueblo City Council | Other | Letter(s) | 2004-03-29T05:00:00Z | 2004 | 3 | 2004-03-29T05:00:00Z | 2004-03-30T04:59:59Z | 2024-11-08T04:36:57Z | 1 | 0 | 09000064802c37d7 | |
| DOT-OST-1999-6589-0026 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Colorado Department of Transportation | Other | Letter(s) | 2004-03-29T05:00:00Z | 2004 | 3 | 2004-03-29T05:00:00Z | 2004-03-30T04:59:59Z | 2024-11-08T04:36:57Z | 1 | 0 | 09000064802c37da | |
| DOT-OST-1999-6589-0024 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Mr. Lee Ebett | Other | Letter(s) | 2004-03-29T05:00:00Z | 2004 | 3 | 2004-03-29T05:00:00Z | 2004-03-30T04:59:59Z | 2024-11-08T04:36:57Z | 1 | 0 | 09000064802c37d8 | |
| DOT-OST-1999-6589-0025 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Pueblo Memorial Airport | Other | Letter(s) | 2004-03-29T05:00:00Z | 2004 | 3 | 2004-03-29T05:00:00Z | 2004-03-30T04:59:59Z | 2024-11-08T04:36:57Z | 1 | 0 | 09000064802c37d9 | |
| DOT-OST-1999-6589-0021 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Mesa Air Group, Inc,. d/b/a Air Midwest | Other | Proposal(s) | 2004-02-24T05:00:00Z | 2004 | 2 | 2004-02-24T05:00:00Z | 2004-02-25T04:59:59Z | 2024-11-08T04:36:56Z | 1 | 0 | 09000064802c37d5 | |
| DOT-OST-1999-6589-0022 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | Great Lakes Aviation, Ltd. | Other | Proposal(s) | 2004-02-24T05:00:00Z | 2004 | 2 | 2004-02-24T05:00:00Z | 2004-02-25T04:59:59Z | 2024-11-08T04:36:56Z | 1 | 0 | 09000064802c37d6 | |
| DOT-OST-1999-6589-0020 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | 2004-1-13 Order Setting Final Rates | Other | Order | 2004-01-14T05:00:00Z | 2004 | 1 | 2004-01-14T05:00:00Z | 2004-01-15T04:59:59Z | 2024-11-08T04:36:56Z | 1 | 0 | 09000064802c37d4 | |
| DOT-OST-1999-6589-0019 | DOT | Great Lakes Aviation, Ltd. - Ninety Day Notice to Terminate Service at Pueblo, Colorado DOT-OST-1999-6589 | 2004-1-10 Order Requesting Proposals | Other | Order | 2004-01-13T05:00:00Z | 2004 | 1 | 2004-01-13T05:00:00Z | 2004-01-14T04:59:59Z | 2024-11-08T04:36:39Z | 1 | 0 | 09000064802c37d2 |
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;