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

11 rows where docket_id = "DOT-OST-1998-3496" and posted_year = 2011 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 10
  • Notice 1

posted_year 1

  • 2011 · 11 ✖

agency_id 1

  • DOT 11
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-1998-3496-0058 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2011-11-14 Order Other Order 2011-11-14T05:00:00Z 2011 11 2011-11-14T05:00:00Z   2024-11-12T05:04:03Z   1 0 0900006480f6c14d
DOT-OST-1998-3496-0057 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2011-10-24 Order Tentatively Selecting Carriers Other Order 2011-10-31T04:00:00Z 2011 10 2011-10-31T04:00:00Z   2024-11-07T22:41:08Z   1 0 0900006480f62610
DOT-OST-1998-3496-0056 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 City of Great Bend Other Correspondence 2011-08-01T04:00:00Z 2011 8 2011-08-01T04:00:00Z   2024-11-07T22:34:22Z   1 0 0900006480ecfcb9
DOT-OST-1998-3496-0054 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Request for Extension by Dodge City and Garden City Other Request 2011-07-12T04:00:00Z 2011 7 2011-07-12T04:00:00Z   2024-11-07T22:32:29Z   1 0 0900006480ec0a37
DOT-OST-1998-3496-0055 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Notice of Second Extension Other Decision 2011-07-12T04:00:00Z 2011 7 2011-07-12T04:00:00Z   2024-11-07T22:32:14Z   1 0 0900006480ec070e
DOT-OST-1998-3496-0053 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Notice of Extension Notice Notice of Change 2011-06-13T04:00:00Z 2011 6 2011-06-13T04:00:00Z   2024-11-07T22:35:48Z   1 0 0900006480e4ea87
DOT-OST-1998-3496-0051 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Proposal of Multi-Aero Inc. d/b/a Air Choice One Other Proposal(s) 2011-05-17T04:00:00Z 2011 5 2011-05-17T04:00:00Z   2024-11-07T22:31:51Z   1 0 0900006480cdc731
DOT-OST-1998-3496-0052 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Proposal of Seaport Airlines Other Proposal(s) 2011-05-17T04:00:00Z 2011 5 2011-05-17T04:00:00Z   2013-07-27T23:53:15Z   0 0 0900006480cf34a2
DOT-OST-1998-3496-0050 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Proposal of Great Lakes Aviation, Ltd. Other Proposal(s) 2011-05-16T04:00:00Z 2011 5 2011-05-16T04:00:00Z   2024-11-12T05:01:36Z   1 0 0900006480cdc606
DOT-OST-1998-3496-0049 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Notice of Extension Other Notice 2011-05-02T04:00:00Z 2011 5 2011-05-02T04:00:00Z   2013-08-11T03:14:30Z   0 0 0900006480c3dd2a
DOT-OST-1998-3496-0048 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2011-4-4 Order Requesting Proposals Other Order 2011-04-05T04:00:00Z 2011 4 2011-04-05T04:00:00Z   2013-08-11T04:44:59Z   0 0 0900006480c1c79c

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