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

14 rows where docket_id = "DOT-OST-2011-0185" and posted_year = 2018 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2018 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • DOT 14
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-2011-0185-0054 DOT None DOT-OST-2011-0185 Hancock County Bar Harbor Airport (Correspondence) Other Correspondence 2018-08-24T04:00:00Z 2018 8 2018-08-24T04:00:00Z   2024-11-07T01:04:47Z   1 0 0900006483652116
DOT-OST-2011-0185-0053 DOT None DOT-OST-2011-0185 Hancock County Bar Harbor Airport (Correspondence) Other Correspondence 2018-08-13T04:00:00Z 2018 8 2018-08-13T04:00:00Z   2024-11-07T01:35:50Z   1 0 0900006483604d3d
DOT-OST-2011-0185-0051 DOT None DOT-OST-2011-0185 2018-5-9 Order Selecting Airline Other Order 2018-05-03T04:00:00Z 2018 5 2018-05-03T04:00:00Z   2024-11-07T01:29:22Z   1 0 0900006483228939
DOT-OST-2011-0185-0050 DOT None DOT-OST-2011-0185 Hancock County Commissioners (Correspondence) Other Correspondence 2018-04-23T04:00:00Z 2018 4 2018-04-23T04:00:00Z   2024-11-07T01:28:43Z   1 0 090000648319fc86
DOT-OST-2011-0185-0049 DOT None DOT-OST-2011-0185 Request for Community Comments Other Request 2018-04-18T04:00:00Z 2018 4 2018-04-18T04:00:00Z   2024-11-07T01:10:30Z   1 0 090000648317061d
DOT-OST-2011-0185-0046 DOT None DOT-OST-2011-0185 Boutique Air (Proposal) Other Proposal(s) 2018-04-06T04:00:00Z 2018 4 2018-04-06T04:00:00Z   2024-11-07T01:28:41Z   1 0 09000064830aa511
DOT-OST-2011-0185-0045 DOT None DOT-OST-2011-0185 Silver Airways LLC (Proposal) Other Proposal(s) 2018-04-06T04:00:00Z 2018 4 2018-04-06T04:00:00Z   2024-11-07T01:28:41Z   1 0 09000064830aa510
DOT-OST-2011-0185-0044 DOT None DOT-OST-2011-0185 2018-3-18 Order Selecting Airlines, Establishing Annual Subsidy Rates, and Requesting Proposals on an Expedited Basis Other Order 2018-03-20T04:00:00Z 2018 3 2018-03-20T04:00:00Z   2024-11-07T01:24:03Z   1 0 090000648302d9e1
DOT-OST-2011-0185-0043 DOT None DOT-OST-2011-0185 Hancock County Commissioners (Correspondence) Other Correspondence 2018-02-06T05:00:00Z 2018 2 2018-02-06T05:00:00Z   2024-11-07T01:21:23Z   1 0 0900006482ef453a
DOT-OST-2011-0185-0042 DOT None DOT-OST-2011-0185 Aerodynamics Inc. d/b/a SkyValue Airways (Notice of Withdrawal of Options 2B, 3B, and 4 of Proposal) Other Withdrawal 2018-01-16T05:00:00Z 2018 1 2018-01-16T05:00:00Z   2024-11-07T01:16:59Z   1 0 0900006482e0cda3
DOT-OST-2011-0185-0039 DOT None DOT-OST-2011-0185 Peninsula Airways Proposal Other Proposal(s) 2018-01-04T05:00:00Z 2018 1 2018-01-04T05:00:00Z   2024-11-07T01:16:02Z   1 0 0900006482d985c8
DOT-OST-2011-0185-0038 DOT None DOT-OST-2011-0185 Boutique Air Proposal Other Proposal(s) 2018-01-04T05:00:00Z 2018 1 2018-01-04T05:00:00Z   2024-11-07T01:16:02Z   1 0 0900006482d98549
DOT-OST-2011-0185-0041 DOT None DOT-OST-2011-0185 Aerodynamics Inc dba Sky Value Airways Proposal Other Proposal(s) 2018-01-04T05:00:00Z 2018 1 2018-01-04T05:00:00Z   2024-11-07T01:16:02Z   1 0 0900006482d985cc
DOT-OST-2011-0185-0040 DOT None DOT-OST-2011-0185 Silver Airways Proposal Other Proposal(s) 2018-01-04T05:00:00Z 2018 1 2018-01-04T05:00:00Z   2024-11-07T01:16:01Z   1 0 0900006482d985ca

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 1525.836ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API