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

13 rows where docket_id = "DOT-OST-2007-28671" and posted_year = 2013 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2013 · 13 ✖

document_type 1

  • Other 13

agency_id 1

  • DOT 13
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-2007-28671-0093 DOT None DOT-OST-2007-28671 2013-3-4 Order Extending Service Obligation Other Order 2013-03-07T05:00:00Z 2013 3 2013-03-07T05:00:00Z   2024-11-07T22:48:49Z   1 0 090000648121d598
DOT-OST-2007-28671-0092 DOT None DOT-OST-2007-28671 2013-2-26 Order Selecting Carrier and Establishing Subsidy Rates Other Order 2013-02-27T05:00:00Z 2013 2 2013-02-27T05:00:00Z   2024-11-07T22:50:46Z   1 0 090000648120b419
DOT-OST-2007-28671-0091 DOT None DOT-OST-2007-28671 City of Macon Other Correspondence 2013-02-25T05:00:00Z 2013 2 2013-02-25T05:00:00Z   2024-11-07T22:50:28Z   1 0 09000064811f3fe2
DOT-OST-2007-28671-0089 DOT None DOT-OST-2007-28671 Sky King, Inc. - Answer Other Answer 2013-02-07T05:00:00Z 2013 2 2013-02-07T05:00:00Z   2024-11-07T22:51:38Z   1 0 09000064811ed0ca
DOT-OST-2007-28671-0087 DOT None DOT-OST-2007-28671 Proposal of Sovereign Air, Inc. Other Proposal(s) 2013-02-01T05:00:00Z 2013 2 2013-02-01T05:00:00Z   2024-11-07T22:48:34Z   1 0 09000064811e1dec
DOT-OST-2007-28671-0088 DOT None DOT-OST-2007-28671 Proposal of American Aviation Group, Inc. d/b/a Sky King Airlines, Inc. to Provide Essential Air Service at MCN Macon, Georgia Other Proposal(s) 2013-02-01T05:00:00Z 2013 2 2013-02-01T05:00:00Z   2024-11-07T22:48:34Z   1 0 09000064811e1ded
DOT-OST-2007-28671-0085 DOT None DOT-OST-2007-28671 Proposal of SeaPort Airlines, Inc. to Provide Essential Air Service at Macon, Georgia Other Proposal(s) 2013-02-01T05:00:00Z 2013 2 2013-02-01T05:00:00Z   2024-11-07T22:50:04Z   1 0 09000064811e261e
DOT-OST-2007-28671-0086 DOT None DOT-OST-2007-28671 Silver Airways Proposal to Provide Subsidized Air Service at Macon, Georgia Other Proposal(s) 2013-02-01T05:00:00Z 2013 2 2013-02-01T05:00:00Z   2024-11-07T22:50:04Z   1 0 09000064811e1e1e
DOT-OST-2007-28671-0084 DOT None DOT-OST-2007-28671 2013-1-18 Order Extending Service Obligation Other Order 2013-01-31T05:00:00Z 2013 1 2013-01-31T05:00:00Z   2024-11-07T21:53:55Z   1 0 09000064811e057a
DOT-OST-2007-28671-0083 DOT None DOT-OST-2007-28671 2013-1-10 Order Extending Service Obligation Other Order 2013-01-16T05:00:00Z 2013 1 2013-01-16T05:00:00Z   2024-11-12T05:13:05Z   1 0 09000064811c225e
DOT-OST-2007-28671-0082 DOT None DOT-OST-2007-28671 Official Withdrawal of Service of Sun Air International for the Macon, GA Market Other Withdrawal 2013-01-14T05:00:00Z 2013 1 2013-01-14T05:00:00Z   2024-11-12T05:12:04Z   1 0 09000064811a29b6
DOT-OST-2007-28671-0081 DOT None DOT-OST-2007-28671 2013-1-5 Order Requesting Proposals Other Order 2013-01-04T05:00:00Z 2013 1 2013-01-04T05:00:00Z   2024-11-12T05:10:21Z   1 0 09000064811a86f6
DOT-OST-2007-28671-0080 DOT None DOT-OST-2007-28671 Withdrawal of Service for the Macon, GA Market Other Withdrawal 2013-01-02T05:00:00Z 2013 1 2013-01-02T05:00:00Z   2024-11-12T05:10:22Z   1 0 0900006481195a57

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