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-2006-25733" 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, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 4

  • 2006 3
  • 2008 3
  • 2009 2
  • 2012 1

document_type 2

  • Other 8
  • Notice 1

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-2006-25733-0008 DOT None DOT-OST-2006-25733 British Midland, United Air Lines, Inc. and Continental Airlines, Inc. Other Letter(s) 2012-05-25T04:00:00Z 2012 5 2012-05-25T04:00:00Z   2012-05-25T14:03:33Z   0 0 090000648101d134
DOT-OST-2006-25733-0007 DOT None DOT-OST-2006-25733 Approval of Application Other Decision 2009-12-07T05:00:00Z 2009 12 2009-12-07T05:00:00Z   2013-08-11T04:36:53Z   0 0 0900006480a66283
DOT-OST-2006-25733-0006 DOT None DOT-OST-2006-25733 Joint Notice of United Air Lines, Inc. and British Midland Airways Ltd. d/b/a bmi, et al. of Additional Code-Share Services Other Notice 2009-03-09T04:00:00Z 2009 3 2009-03-09T04:00:00Z   2024-11-07T22:03:11Z   1 0 09000064809007d4
DOT-OST-2006-25733-0005 DOT None DOT-OST-2006-25733 Mesa Airlines, Inc. Other Correspondence 2008-10-20T04:00:00Z 2008 10 2008-10-20T04:00:00Z   2013-08-11T04:29:01Z   0 0 0900006480761638
DOT-OST-2006-25733-0004 DOT None DOT-OST-2006-25733 Letter re: Notices of United Air Lines, Inc. Dated January 17, 2008 Other Letter(s) 2008-02-08T05:00:00Z 2008 2 2008-02-08T05:00:00Z   2013-07-27T20:33:41Z   0 0 09000064803aac54
DOT-OST-2006-25733-0003 DOT None DOT-OST-2006-25733 Mesa Airlines, Inc. Other Letter(s) 2008-01-30T05:00:00Z 2008 1 2008-01-30T05:00:00Z   2024-11-07T01:41:16Z   1 0 09000064803a4d8f
DOT-OST-2006-25733-0002 DOT None DOT-OST-2006-25733 Notice of Action Taken re: British Midland Airways Limited d/b/a (bmi) Notice Notice 2006-12-15T05:00:00Z 2006 12 2006-12-15T05:00:00Z 2006-12-16T04:59:59Z 2024-11-11T22:14:36Z   1 0 09000064802b7020
DOT-OST-2006-25733-0001-0001 DOT None DOT-OST-2006-25733 Application of Mesa Airlines, Inc. for a Statement of Authorization Other Application-Other 2006-08-25T04:00:00Z 2006 8 2006-08-25T04:00:00Z 2006-08-26T03:59:59Z 2024-11-11T22:14:36Z   1 0 09000064802b701e
DOT-OST-2006-25733-0001-0002 DOT None DOT-OST-2006-25733 Application of Mesa Airlines, Inc. for a Statement of Authorization Other Application-Other 2006-08-25T04:00:00Z 2006 8 2006-08-25T04:00:00Z 2006-08-26T03:59:59Z 2024-11-11T22:14:36Z   1 0 09000064802b701f

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