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-1996-1559" 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 · 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-1996-1559-0077 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 2015-10-19 Order Re-Selecting Air Carrier Other Order 2015-10-26T04:00:00Z 2015 10 2015-10-26T04:00:00Z   2024-11-07T23:27:49Z   1 0 0900006481cef11d
DOT-OST-1996-1559-0076 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 City of Cape Girardeau Other Correspondence 2015-07-21T04:00:00Z 2015 7 2015-07-21T04:00:00Z   2024-11-12T05:42:56Z   1 0 0900006481b87f25
DOT-OST-1996-1559-0075 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 Cape Air - Letter in Support Other Letter(s) in Support 2015-06-30T04:00:00Z 2015 6 2015-06-30T04:00:00Z   2015-06-30T15:43:18Z   0 0 0900006481b57bca
DOT-OST-1996-1559-0074 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 EAS at Cape Giratdeau Marion Quincy Other Supplemental Comment 2015-06-22T04:00:00Z 2015 6 2015-06-22T04:00:00Z   2015-06-22T12:41:57Z   0 0 0900006481b42a2c
DOT-OST-1996-1559-0073 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 Proposal of Hyannis Air Service, Inc., d/b/a Cape Air to Provide Essential Air Service at Cape Girardeau, Missouri, Marion/Herrin, Illinois, and Quincy, Illinois Other Proposal(s) 2015-06-05T04:00:00Z 2015 6 2015-06-05T04:00:00Z   2024-11-11T20:57:10Z   1 0 0900006481b1de69
DOT-OST-1996-1559-0072 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 Proposal of Multi-Aero, Inc. d/b/a Air Choice One to Provide Essential Air Service at Cape Girardeau/Sikeston, Missouri, Marion/Herrin, Illinois, and Quincy, Illinois/Hannibal, Missouri Other Proposal(s) 2015-06-05T04:00:00Z 2015 6 2015-06-05T04:00:00Z   2024-11-11T20:58:02Z   1 0 0900006481b1d8ec
DOT-OST-1996-1559-0071 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 Request for Proposals Other Request 2015-05-05T04:00:00Z 2015 5 2015-05-05T04:00:00Z   2024-11-07T23:20:27Z   1 0 0900006481ac62a1
DOT-OST-1996-1559-0070 DOT Trans States Airlines, Inc. d/b/a Trans World Express - Proposal - Cape Girardeau, Missouri DOT-OST-1996-1559 2015-4-26 Order Requesting Proposals Other Order 2015-04-30T04:00:00Z 2015 4 2015-04-30T04:00:00Z   2018-02-06T20:40:38Z   0 0 0900006481ac5c9a

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