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

15 rows where docket_id = "DOT-OST-2015-0234" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2016 10
  • 2017 3
  • 2015 1
  • 2019 1

document_type 2

  • Other 14
  • Notice 1

agency_id 1

  • DOT 15
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-2015-0234-0015 DOT None DOT-OST-2015-0234 2019-11-13 Order Revoking Commuter Authority Other Order 2019-11-22T05:00:00Z 2019 11 2019-11-22T05:00:00Z   2024-11-12T23:12:54Z   1 0 09000064841983d5
DOT-OST-2015-0234-0014 DOT None DOT-OST-2015-0234 2017-5-16 Order Confirming Oral Action and Issuing Effective Commuter Authorization Other Order 2017-05-24T04:00:00Z 2017 5 2017-05-24T04:00:00Z   2024-11-07T01:00:26Z   1 0 090000648260bdda
DOT-OST-2015-0234-0013 DOT None DOT-OST-2015-0234 Public Charters Inc. - Additional Information Other Additional Information 2017-01-25T05:00:00Z 2017 1 2017-01-25T05:00:00Z   2024-11-11T21:34:41Z   1 0 0900006482492e3c
DOT-OST-2015-0234-0012 DOT None DOT-OST-2015-0234 Public Charters Inc. (Additional Information) Other Additional Information 2017-01-18T05:00:00Z 2017 1 2017-01-18T05:00:00Z   2024-11-11T21:36:10Z   1 0 09000064824819f5
DOT-OST-2015-0234-0011 DOT None DOT-OST-2015-0234 Public Charters Inc. (Additional Information) Other Additional Information 2016-07-26T04:00:00Z 2016 7 2016-07-26T04:00:00Z   2024-11-12T06:13:31Z   1 0 090000648211cec8
DOT-OST-2015-0234-0010 DOT None DOT-OST-2015-0234 2016-7-7 Final Order Other Order 2016-07-11T04:00:00Z 2016 7 2016-07-11T04:00:00Z   2024-11-07T23:43:23Z   1 0 090000648209cc52
DOT-OST-2015-0234-0009 DOT None DOT-OST-2015-0234 Orders: Application of Public Charters, Inc. for Commuter Authority Notice Notice of Intent 2016-07-06T04:00:00Z 2016 7 2016-07-06T04:00:00Z   2024-11-11T21:27:24Z 2016-15948 1 0 090000648208be93
DOT-OST-2015-0234-0008 DOT None DOT-OST-2015-0234 2016-6-14 Order to Show Cause Proposing Issuance of Commuter Air Carrier Authority Other Order 2016-06-28T04:00:00Z 2016 6 2016-06-28T04:00:00Z   2024-11-11T21:28:48Z   1 0 0900006482076bcc
DOT-OST-2015-0234-0007 DOT None DOT-OST-2015-0234 Public Charters Inc. - Response to Request for Additional Information Other Response(s) 2016-04-25T04:00:00Z 2016 4 2016-04-25T04:00:00Z   2024-11-07T23:45:01Z   1 0 0900006481f86f01
DOT-OST-2015-0234-0006 DOT None DOT-OST-2015-0234 Request for Additional Information Other Request 2016-04-13T04:00:00Z 2016 4 2016-04-13T04:00:00Z   2024-11-07T23:44:51Z   1 0 0900006481f61d25
DOT-OST-2015-0234-0005 DOT None DOT-OST-2015-0234 Public Charters, Inc. - Additional Information Other Additional Information 2016-03-15T04:00:00Z 2016 3 2016-03-15T04:00:00Z   2024-11-12T06:05:34Z   1 0 0900006481ec5153
DOT-OST-2015-0234-0004 DOT None DOT-OST-2015-0234 Public Charters Inc. - Additional Information (Verification) Other Additional Information 2016-03-14T04:00:00Z 2016 3 2016-03-14T04:00:00Z   2024-11-12T06:02:38Z   1 0 0900006481ebdbd6
DOT-OST-2015-0234-0003 DOT None DOT-OST-2015-0234 Public Charters Inc. - Response to Request for Additional Information Other Response(s) 2016-03-04T05:00:00Z 2016 3 2016-03-04T05:00:00Z   2024-11-12T06:02:07Z   1 0 0900006481ea1f3e
DOT-OST-2015-0234-0002 DOT None DOT-OST-2015-0234 Request for Additional Information Other Request 2016-02-25T05:00:00Z 2016 2 2016-02-25T05:00:00Z   2024-11-12T06:02:48Z   1 0 0900006481e841c1
DOT-OST-2015-0234-0001 DOT None DOT-OST-2015-0234 Application of Public Charters, Inc. Other Application-SubPartB 2015-11-20T05:00:00Z 2015 11 2015-11-20T05:00:00Z   2024-11-11T21:13:13Z   1 0 0900006481d5d806

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