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-1998-3496" and posted_year = 2009 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2009 · 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-1998-3496-0044 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2009-9-5 Order Reselecting Carrier Other Order 2009-09-11T04:00:00Z 2009 9 2009-09-11T04:00:00Z   2024-11-12T04:40:52Z   1 0 0900006480a21126
DOT-OST-1998-3496-0043 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 City of Garden City, KS Other Correspondence 2009-08-17T04:00:00Z 2009 8 2009-08-17T04:00:00Z   2013-07-27T22:51:53Z   0 0 0900006480a09904
DOT-OST-1998-3496-0042 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Memorandum (Granting Extension) Other Memo, Action Memo or Letter 2009-07-30T04:00:00Z 2009 7 2009-07-30T04:00:00Z   2024-11-26T21:21:00Z   1 0 09000064809feaad
DOT-OST-1998-3496-0041 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 City of Dodge City (Request for Extension) Other Request 2009-07-30T04:00:00Z 2009 7 2009-07-30T04:00:00Z   2024-11-26T21:20:53Z   1 0 09000064809fe6aa
DOT-OST-1998-3496-0038 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 Proposal of Sovereign Air, Inc. Other Proposal(s) 2009-07-07T04:00:00Z 2009 7 2009-07-07T04:00:00Z   2024-11-12T04:40:19Z   1 0 09000064809eb19f
DOT-OST-1998-3496-0039 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) 2009-07-07T04:00:00Z 2009 7 2009-07-07T04:00:00Z   2013-08-11T03:02:58Z   0 0 09000064809eaaea
DOT-OST-1998-3496-0040 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 C. Ed Young (Kansas DOT) Request for Commments Other Letter(s) 2009-07-07T04:00:00Z 2009 7 2009-07-07T04:00:00Z   2024-11-12T04:41:42Z   1 0 09000064809eaaee
DOT-OST-1998-3496-0037 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2009-6-3 Order Approving Alternate Service Pattern Other Order 2009-06-03T04:00:00Z 2009 6 2009-06-03T04:00:00Z   2013-08-11T01:27:48Z   0 0 09000064809c3f30
DOT-OST-1998-3496-0036 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2009-6-3 Order Approving Alternate Service Pattern Other   2009-06-03T00:00:00Z 2009 6     2024-11-07T22:04:19Z   0 1 09000064809c3a40
DOT-OST-1998-3496-0035 DOT Mesa Air Group, d/b/a United Express - 90-Day Notice of Suspension - Great Bend, Kansas DOT-OST-1998-3496 2009-5-18 Order Requesting Proposals Other Order 2009-05-26T04:00:00Z 2009 5 2009-05-26T04:00:00Z   2013-08-31T22:35:57Z   0 0 09000064809b625d

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