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

10 rows where docket_id = "DOT-OST-1996-1167" and posted_year = 2021 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2021 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • DOT 10
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-1167-0157 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 2021-7-14 Order Selecting Air Carrier Other Order 2021-07-21T04:00:00Z 2021 7 2021-07-21T04:00:00Z   2024-11-12T23:32:30Z   1 0 0900006484c05ff5
DOT-OST-1996-1167-0156 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 City of St. Robert and Waynesville, Missouri (Comments) Other Correspondence 2021-05-28T04:00:00Z 2021 5 2021-05-28T04:00:00Z   2024-11-06T23:47:42Z   1 0 0900006484b41f93
DOT-OST-1996-1167-0154 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Request for Community Comments Other Request 2021-05-06T04:00:00Z 2021 5 2021-05-06T04:00:00Z   2024-11-06T23:46:16Z   1 0 0900006484ad56ac
DOT-OST-1996-1167-0153 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 American Airlines, Inc. (Letter of Support for Hyannis Air Service, Inc. dba Cape Air) Other Letter(s) in Support 2021-05-06T04:00:00Z 2021 5 2021-05-06T04:00:00Z   2024-11-06T23:47:12Z   1 0 0900006484ad330c
DOT-OST-1996-1167-0151 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Hyannis Air Service, Inc. dba Cape Air (Proposal) Other Proposal(s) 2021-04-30T04:00:00Z 2021 4 2021-04-30T04:00:00Z   2024-11-06T23:46:32Z   1 0 0900006484abfdb1
DOT-OST-1996-1167-0150 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 SkyWest Airlines (Proposal) Other Proposal(s) 2021-04-30T04:00:00Z 2021 4 2021-04-30T04:00:00Z   2024-11-06T23:46:32Z   1 0 0900006484abfdac
DOT-OST-1996-1167-0149 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Multi-Aero, Inc. dba Air Choice One (Proposal) Other Proposal(s) 2021-04-30T04:00:00Z 2021 4 2021-04-30T04:00:00Z   2024-11-06T23:46:32Z   1 0 0900006484abfd23
DOT-OST-1996-1167-0152 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Aviation Street, Inc. (Proposal) Other Proposal(s) 2021-04-30T04:00:00Z 2021 4 2021-04-30T04:00:00Z   2024-11-06T23:46:20Z   1 0 0900006484ac018f
DOT-OST-1996-1167-0148 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Notice of Extension Regarding Current Administration and Enforcement of the Essential Air Service Program Other Decision 2021-03-12T05:00:00Z 2021 3 2021-03-12T05:00:00Z   2024-11-12T23:30:12Z   1 0 0900006484a698d2
DOT-OST-1996-1167-0147 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 2021-3-13 Order Requesting Proposals Other Order 2021-03-04T05:00:00Z 2021 3 2021-03-04T05:00:00Z   2024-11-12T23:30:08Z   1 0 0900006484a5f0c4

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