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

15 rows where docket_id = "DOT-OST-2012-0178" and posted_year = 2012 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2012 · 15 ✖

document_type 1

  • Other 15

agency_id 1

  • DOT 15
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-2012-0178-0015 DOT None DOT-OST-2012-0178 Amendment #1 to Application of Scott Air, LLC for a Certificate of Public Convenience & Necessity Other Amendment 2012-12-19T05:00:00Z 2012 12 2012-12-19T05:00:00Z   2012-12-19T15:08:37Z   0 0 090000648119189e
DOT-OST-2012-0178-0013 DOT None DOT-OST-2012-0178 Scott Air, LLC Scott Air, LLC d/b/a Island Air Express Other Request 2012-12-19T05:00:00Z 2012 12 2012-12-19T05:00:00Z   2024-11-12T05:09:27Z   1 0 0900006481190f99
DOT-OST-2012-0178-0014 DOT None DOT-OST-2012-0178 Scott Air, LLC Other Request 2012-12-19T05:00:00Z 2012 12 2012-12-19T05:00:00Z   2024-11-12T05:09:26Z   1 0 0900006481191515
DOT-OST-2012-0178-0010 DOT None DOT-OST-2012-0178 Ken Owen Other Correspondence 2012-11-28T05:00:00Z 2012 11 2012-11-28T05:00:00Z   2024-11-12T05:11:53Z   1 0 090000648117445c
DOT-OST-2012-0178-0011 DOT None DOT-OST-2012-0178 Wesley Morrison Other Correspondence 2012-11-28T05:00:00Z 2012 11 2012-11-28T05:00:00Z   2024-11-12T05:11:53Z   1 0 090000648117446f
DOT-OST-2012-0178-0012 DOT None DOT-OST-2012-0178 David Dawley Other Correspondence 2012-11-28T05:00:00Z 2012 11 2012-11-28T05:00:00Z   2024-11-12T05:11:53Z   1 0 0900006481174471
DOT-OST-2012-0178-0007 DOT None DOT-OST-2012-0178 Ronald M. and Carol M. Fitek Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-12T05:08:15Z   1 0 0900006481160716
DOT-OST-2012-0178-0009 DOT None DOT-OST-2012-0178 Klawock City School District Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-12T05:08:15Z   1 0 0900006481160730
DOT-OST-2012-0178-0008 DOT None DOT-OST-2012-0178 Klawock Heenya Corporation Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-11T20:43:52Z   1 0 090000648116071c
DOT-OST-2012-0178-0005 DOT None DOT-OST-2012-0178 Annie Maxwell Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-11T20:43:52Z   1 0 09000064811606cb
DOT-OST-2012-0178-0003 DOT None DOT-OST-2012-0178 Alaska Offshore Adventures Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-11T20:43:52Z   1 0 09000064811606a7
DOT-OST-2012-0178-0004 DOT None DOT-OST-2012-0178 Ann Williams, Alaska Marine Lines Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-11T20:43:52Z   1 0 09000064811606c4
DOT-OST-2012-0178-0006 DOT None DOT-OST-2012-0178 Jan Stevens, Klawock Post Master Other Correspondence 2012-11-08T05:00:00Z 2012 11 2012-11-08T05:00:00Z   2024-11-12T05:08:14Z   1 0 09000064811606f2
DOT-OST-2012-0178-0002 DOT None DOT-OST-2012-0178 Motion of Scott Air, LLC to Withhold Confidential Information from Public Disclosure Other Motion 2012-10-23T04:00:00Z 2012 10 2012-10-23T04:00:00Z   2024-11-11T20:43:21Z   1 0 090000648114bb45
DOT-OST-2012-0178-0001 DOT None DOT-OST-2012-0178 Application of Scott Air, LLC for a Certificate of Public Convenience and Necessity Other Application-SubPartB 2012-10-22T04:00:00Z 2012 10 2012-10-22T04:00:00Z   2024-11-11T20:43:21Z   1 0 090000648114ba1b

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