home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

8 rows where docket_id = "DOT-OST-1997-3005" and posted_year = 2014 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, comment_start_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2014 · 8 ✖

document_type 1

  • Other 8

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-1997-3005-0083 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 Great Lakes Airlines to Suspend Air Service at McCook, Nebraska (Correspondence) Other Correspondence 2014-04-30T04:00:00Z 2014 4 2014-04-30T04:00:00Z   2024-11-11T20:50:22Z   1 0 09000064816d71ad
DOT-OST-1997-3005-0082 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 City of McCook (Comments) Other Correspondence 2014-04-29T04:00:00Z 2014 4 2014-04-29T04:00:00Z   2024-11-07T23:07:25Z   1 0 09000064816c14f6
DOT-OST-1997-3005-0081 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 2014-4-20 Order Re-Selecting Carrier And Establishing Subsidy Rates Other Order 2014-04-22T04:00:00Z 2014 4 2014-04-22T04:00:00Z   2018-02-12T20:07:06Z   0 0 09000064816c1c9a
DOT-OST-1997-3005-0080 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 Great Lakes Airlines (Notice of Suspension of Air Service) Other Letter(s) 2014-03-24T04:00:00Z 2014 3 2014-03-24T04:00:00Z   2024-11-07T23:04:51Z   1 0 09000064816639e5
DOT-OST-1997-3005-0079 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 McCook City Council Other Correspondence 2014-03-05T05:00:00Z 2014 3 2014-03-05T05:00:00Z   2024-11-07T23:04:44Z   1 0 09000064815fbdc3
DOT-OST-1997-3005-0078 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 Request for Comments Other Request 2014-02-12T05:00:00Z 2014 2 2014-02-12T05:00:00Z   2024-11-11T20:49:03Z   1 0 0900006481545f85
DOT-OST-1997-3005-0077 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 Proposal of Great Lakes Aviation, Ltd. Other Proposal(s) 2014-02-03T05:00:00Z 2014 2 2014-02-03T05:00:00Z   2024-11-07T23:02:43Z   1 0 0900006481543170
DOT-OST-1997-3005-0076 DOT 97-10-10 Order Revising Service Levels and Subisdy Rates, and Tentatively Reselecting Carrier DOT-OST-1997-3005 Proposal of SeaPort Airlines, Inc. to Provide Essential Air Service at McCook, Nebraska Other Proposal(s) 2014-02-03T05:00:00Z 2014 2 2014-02-03T05:00:00Z   2024-11-07T23:02:43Z   1 0 090000648154316e

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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;
Powered by Datasette · Queries took 675.436ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API