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

13 rows where docket_id = "DOT-OST-2009-0305" and posted_year = 2015 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2015 · 13 ✖

document_type 1

  • Other 13

agency_id 1

  • DOT 13
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-2009-0305-0129 DOT None DOT-OST-2009-0305 2015-12-12 Order Selecting Air Carrier Other Order 2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2024-11-11T21:17:10Z   1 0 0900006481dc3bcd
DOT-OST-2009-0305-0128 DOT None DOT-OST-2009-0305 SeaPort Airlines (Correspondence) Other Correspondence 2015-12-16T05:00:00Z 2015 12 2015-12-16T05:00:00Z   2024-11-11T21:10:57Z   1 0 0900006481db17d3
DOT-OST-2009-0305-0127 DOT None DOT-OST-2009-0305 Notice Extending the Deadline for EAS Proposals at Muscle Shoals, AL and Tupelo, MS - New Due Date: November 9, 2015 Other Extension of Time 2015-12-11T05:00:00Z 2015 12 2015-12-11T05:00:00Z   2024-11-11T21:10:37Z   1 0 0900006481d9f752
DOT-OST-2009-0305-0126 DOT None DOT-OST-2009-0305 Tupelo Regional Airport Authority (Correspondence) Other Correspondence 2015-12-10T05:00:00Z 2015 12 2015-12-10T05:00:00Z   2024-11-07T23:33:09Z   1 0 0900006481d9ae51
DOT-OST-2009-0305-0125 DOT None DOT-OST-2009-0305 Request for Comments Other Request 2015-11-23T05:00:00Z 2015 11 2015-11-23T05:00:00Z   2024-11-11T21:11:12Z   1 0 0900006481d690d6
DOT-OST-2009-0305-0121 DOT None DOT-OST-2009-0305 Proposal of Multi-Aero, Inc. d/b/a Air Choice One Other Proposal(s) 2015-11-10T05:00:00Z 2015 11 2015-11-10T05:00:00Z   2024-11-07T23:26:59Z   1 0 0900006481d30329
DOT-OST-2009-0305-0124 DOT None DOT-OST-2009-0305 Proposal of Sun Air Express, LLC Other Proposal(s) 2015-11-10T05:00:00Z 2015 11 2015-11-10T05:00:00Z   2024-11-07T23:27:12Z   1 0 0900006481d30451
DOT-OST-2009-0305-0122 DOT None DOT-OST-2009-0305 Proposal of Boutique Air Other Proposal(s) 2015-11-10T05:00:00Z 2015 11 2015-11-10T05:00:00Z   2024-11-07T23:27:20Z   1 0 0900006481d30330
DOT-OST-2009-0305-0123 DOT None DOT-OST-2009-0305 Proposal of Corporate Flight Management, Inc. Other Proposal(s) 2015-11-10T05:00:00Z 2015 11 2015-11-10T05:00:00Z   2024-11-07T23:27:21Z   1 0 0900006481d2ff92
DOT-OST-2009-0305-0120 DOT None DOT-OST-2009-0305 Notice Extending the Deadline for EAS Proposals at Muscle Shoals, AL and Tupelo, MS - New Due Date: November 4, 2015 Other Extension of Time 2015-11-03T05:00:00Z 2015 11 2015-11-03T05:00:00Z   2024-11-12T05:47:44Z   1 0 0900006481cfd638
DOT-OST-2009-0305-0119 DOT None DOT-OST-2009-0305 2015-9-26 Order Prohibiting Termination of Service and Requesting Proposals Other Order 2015-09-30T04:00:00Z 2015 9 2015-09-30T04:00:00Z   2018-02-09T14:57:50Z   0 0 0900006481ca5721
DOT-OST-2009-0305-0118 DOT None DOT-OST-2009-0305 Notice of Intent of SeaPort Airlines, Inc. to Terminate Service at Tupelo, Mississippi and Muscle Shoals, Alabama Other Withdrawal 2015-08-27T04:00:00Z 2015 8 2015-08-27T04:00:00Z   2024-11-11T21:07:28Z   1 0 0900006481c3fd95
DOT-OST-2009-0305-0117 DOT None DOT-OST-2009-0305 SeaPort Airlines (Correspondence Seeking Permanent Ticket Counter Space at Nashville International Airport) Other Correspondence 2015-07-16T04:00:00Z 2015 7 2015-07-16T04:00:00Z   2015-07-16T12:22:06Z   0 0 0900006481b8a0a1

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