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

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

posted_year 1

  • 2005 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 9
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-0044 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 2005-6-14 Order Reselecting Carrier and Terminating Show-Case Proceeding Other Order 2005-06-15T04:00:00Z 2005 6 2005-06-15T04:00:00Z 2005-06-16T03:59:59Z 2024-11-11T21:46:38Z   1 0 09000064802a20da
DOT-OST-1996-1167-0042 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Memorandum Other Memo, Action Memo or Letter 2005-03-09T05:00:00Z 2005 3 2005-03-09T05:00:00Z 2005-03-11T04:59:59Z 2024-11-12T04:03:13Z   1 0 0900006480382363
DOT-OST-1996-1167-0041 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Extension for Community Comments Other Memo, Action Memo or Letter 2005-02-16T05:00:00Z 2005 2 2005-02-16T05:00:00Z 2005-02-17T04:59:59Z 2024-11-11T21:46:38Z   1 0 09000064802a20d8
DOT-OST-1996-1167-0039 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Waynesville Regional Airport Other Letter(s) 2005-02-09T05:00:00Z 2005 2 2005-02-09T05:00:00Z 2005-02-10T04:59:59Z 2024-11-11T21:46:14Z   1 0 09000064802a20d5
DOT-OST-1996-1167-0038 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Mayor of Waynesville, MO Other Letter(s) 2005-02-09T05:00:00Z 2005 2 2005-02-09T05:00:00Z 2005-02-10T04:59:59Z 2024-11-11T21:46:14Z   1 0 09000064802a20d4
DOT-OST-1996-1167-0040 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Ft. Leonard Wood Other Letter(s) 2005-02-09T05:00:00Z 2005 2 2005-02-09T05:00:00Z 2005-02-10T04:59:59Z 2024-11-11T21:46:37Z   1 0 09000064802a20d7
DOT-OST-1996-1167-0036 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Proposals to Provide Essential Air Service at Selected Communities Other Proposal(s) 2005-01-31T05:00:00Z 2005 1 2005-01-31T05:00:00Z 2005-02-01T04:59:59Z 2024-11-11T21:46:13Z   1 0 09000064802a20d2
DOT-OST-1996-1167-0035 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Great Lakes Aviation, Ltd. Other Proposal(s) 2005-01-31T05:00:00Z 2005 1 2005-01-31T05:00:00Z 2005-02-01T04:59:59Z 2024-11-11T21:46:13Z   1 0 09000064802a20d1
DOT-OST-1996-1167-0037 DOT Trans States Airlines - 90-Day Notice of Intent to Suspend Service at Fort Leonard Wood, Missouri DOT-OST-1996-1167 Proposal to Provide Essential Air Services Other Proposal(s) 2005-01-31T05:00:00Z 2005 1 2005-01-31T05:00:00Z 2005-02-01T04:59:59Z 2024-11-11T21:46:14Z   1 0 09000064802a20d3

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