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

12 rows where docket_id = "DOT-OST-2011-0225" 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2011 6
  • 2012 6

document_type 2

  • Other 11
  • Supporting & Related Material 1

agency_id 1

  • DOT 12
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-2011-0225-0011 DOT None DOT-OST-2011-0225 Erratum to Reply of AirTran Airways, Inc. Other Erratum 2012-02-03T05:00:00Z 2012 2 2012-02-03T05:00:00Z   2024-11-07T21:57:33Z   1 0 0900006480fad215
DOT-OST-2011-0225-0012 DOT None DOT-OST-2011-0225 Corrected Copy of Reply of AirTran Airways, Inc. Other Correction(s) 2012-02-03T05:00:00Z 2012 2 2012-02-03T05:00:00Z   2024-11-12T04:26:21Z   1 0 0900006480fad267
DOT-OST-2011-0225-0010 DOT None DOT-OST-2011-0225 Reply of AirTran Airways, Inc. Other Reply 2012-02-01T05:00:00Z 2012 2 2012-02-01T05:00:00Z   2024-11-12T04:23:46Z   1 0 0900006480faae58
DOT-OST-2011-0225-0009 DOT None DOT-OST-2011-0225 Supplement to Application of AirTran Airways, Inc. Supporting & Related Material Supplement 2012-01-20T05:00:00Z 2012 1     2024-11-07T22:25:46Z   0 0 0900006480f9e784
DOT-OST-2011-0225-0008 DOT None DOT-OST-2011-0225 2012-1-4 Order Instituting Proceeding Other Order 2012-01-09T05:00:00Z 2012 1 2012-01-09T05:00:00Z   2024-11-08T03:47:39Z   1 0 0900006480f90c79
DOT-OST-2011-0225-0007 DOT None DOT-OST-2011-0225 Southwest Airlines Co. Other Letter(s) 2012-01-03T05:00:00Z 2012 1 2012-01-03T05:00:00Z   2024-11-07T01:39:54Z   1 0 0900006480f8cdfe
DOT-OST-2011-0225-0005 DOT None DOT-OST-2011-0225 Southwest Airlines Co. Other Letter(s) 2011-12-23T05:00:00Z 2011 12 2011-12-23T05:00:00Z   2024-11-11T21:36:18Z   1 0 0900006480f88089
DOT-OST-2011-0225-0004 DOT None DOT-OST-2011-0225 Reply of AirTran Airways, Inc. Other Reply 2011-12-23T05:00:00Z 2011 12 2011-12-23T05:00:00Z   2024-11-12T04:16:07Z   1 0 0900006480f889fb
DOT-OST-2011-0225-0006 DOT None DOT-OST-2011-0225 Brief in Support of Application of AirTran Airways, Inc. Other Brief 2011-12-23T05:00:00Z 2011 12 2011-12-23T05:00:00Z   2024-11-07T23:55:27Z   1 0 0900006480f88a9b
DOT-OST-2011-0225-0003 DOT None DOT-OST-2011-0225 Reply of Frontier Airlines, Inc. and Answer in Opposition to Application of AirTran Airways, Inc. Other Reply 2011-12-19T05:00:00Z 2011 12 2011-12-19T05:00:00Z   2024-11-07T01:39:44Z   1 0 0900006480f85cc1
DOT-OST-2011-0225-0002 DOT None DOT-OST-2011-0225 Southwest Airlines Co. Other Letter(s) 2011-12-13T05:00:00Z 2011 12 2011-12-13T05:00:00Z   2013-08-11T04:49:12Z   0 0 0900006480f7d4da
DOT-OST-2011-0225-0001 DOT None DOT-OST-2011-0225 Application of AirTran Airway, Inc. Other Application-Other 2011-12-07T05:00:00Z 2011 12 2011-12-07T05:00:00Z   2024-11-07T21:59:08Z   1 0 0900006480f7c8e0

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