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-2001-10644" and posted_year = 2018 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, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2018 · 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-2001-10644-0153 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Cities of Watertown and Pierre, South Dakota (Correspondence) Other Correspondence 2018-12-27T05:00:00Z 2018 12 2018-12-27T05:00:00Z   2024-11-12T22:52:02Z   1 0 09000064839c94dd
DOT-OST-2001-10644-0152 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 2018-5-39 Order Re-Selecting Air Carrier Other Order 2018-05-29T04:00:00Z 2018 5 2018-05-29T04:00:00Z   2024-11-07T01:27:20Z   1 0 0900006483308af4
DOT-OST-2001-10644-0151 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 City of Watertown, South Dakota (Correspondence) Other Correspondence 2018-05-04T04:00:00Z 2018 5 2018-05-04T04:00:00Z   2024-11-07T01:29:11Z   1 0 090000648322c4f6
DOT-OST-2001-10644-0150 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 City of Watertown, South Dakota (Correspondence) Other Correspondence 2018-04-17T04:00:00Z 2018 4 2018-04-17T04:00:00Z   2024-11-07T01:25:45Z   1 0 090000648314f1a7
DOT-OST-2001-10644-0149 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Aerodynamics, Inc. - Statement on Recent Developments with Great Lakes Airlines (Press Release) Other Correspondence 2018-03-30T04:00:00Z 2018 3 2018-03-30T04:00:00Z   2024-11-07T01:24:57Z   1 0 090000648307717c
DOT-OST-2001-10644-0147 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Aerodynamics, Inc. (Proposal) Other Proposal(s) 2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z   2024-11-07T01:23:53Z   1 0 0900006483017ae9
DOT-OST-2001-10644-0145 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Great Lakes Aviation, Ltd. (Proposal) Other Proposal(s) 2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z   2024-11-07T01:23:53Z   1 0 0900006483017689
DOT-OST-2001-10644-0148 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Request for Community Comments Other Request 2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z   2024-11-07T01:24:43Z   1 0 0900006483018d3c
DOT-OST-2001-10644-0146 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 Boutique Air (Proposal) Other Proposal(s) 2018-03-15T04:00:00Z 2018 3 2018-03-15T04:00:00Z   2024-11-07T01:23:53Z   1 0 0900006483017ae8
DOT-OST-2001-10644-0144 DOT Mesaba Aviation, Inc. d/b/a Mesaba Airlines - Notice of Intent to Terminate Service at Watertown, South Dakota DOT-OST-2001-10644 2018-1-11 Order Requesting Proposals Other Order 2018-01-18T05:00:00Z 2018 1 2018-01-18T05:00:00Z   2024-11-07T01:20:21Z   1 0 0900006482e29452

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