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-2007-28567" and posted_year = 2009 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)

document_type 2

  • Other 14
  • Supporting & Related Material 1

posted_year 1

  • 2009 · 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-2007-28567-0696 DOT None DOT-OST-2007-28567 Notice of Action Taken re: Delta Air Lines, Inc. and Northwest Airlines, Inc. Other Notice 2009-11-24T05:00:00Z 2009 11     2024-11-07T22:11:00Z   1 0 0900006480a5e041
DOT-OST-2007-28567-0695 DOT None DOT-OST-2007-28567 US Airways, Inc. Other Correspondence 2009-10-30T04:00:00Z 2009 10 2009-10-30T04:00:00Z   2013-07-27T22:58:13Z   0 0 0900006480a4cc06
DOT-OST-2007-28567-0694 DOT None DOT-OST-2007-28567 Delta Air Lines, Inc. Other Correspondence 2009-10-22T04:00:00Z 2009 10 2009-10-22T04:00:00Z   2024-11-07T22:08:37Z   1 0 0900006480a46eb7
DOT-OST-2007-28567-0693 DOT None DOT-OST-2007-28567 American Airlines, Inc. Other Motion 2009-09-17T04:00:00Z 2009 9 2009-09-17T04:00:00Z   2024-11-07T21:52:52Z   1 0 0900006480a2528f
DOT-OST-2007-28567-0692 DOT None DOT-OST-2007-28567 Notice of Denial of Motion of US Airways, Inc. Other Notice 2009-08-07T04:00:00Z 2009 8 2009-08-07T04:00:00Z   2024-11-07T22:04:38Z   1 0 0900006480a035dc
DOT-OST-2007-28567-0691 DOT None DOT-OST-2007-28567 Approval of Application Other Decision 2009-07-07T04:00:00Z 2009 7 2009-07-07T04:00:00Z   2013-07-27T22:48:38Z   0 0 09000064809eab2b
DOT-OST-2007-28567-0690 DOT None DOT-OST-2007-28567 US Airways, Inc. Other Correspondence 2009-06-12T04:00:00Z 2009 6 2009-06-12T04:00:00Z   2013-07-27T22:46:55Z   0 0 09000064809ccf00
DOT-OST-2007-28567-0689 DOT None DOT-OST-2007-28567 Motion of Delta Airlines, Inc. Other Motion 2009-06-11T04:00:00Z 2009 6 2009-06-11T04:00:00Z   2024-11-12T04:35:21Z   1 0 09000064809ccec7
DOT-OST-2007-28567-0688 DOT None DOT-OST-2007-28567 Application of Delta Air Lines, Inc. for Renewal of Exemptions Other Application-SubPartB 2009-05-05T04:00:00Z 2009 5 2009-05-05T04:00:00Z   2024-11-07T22:06:46Z   1 0 0900006480976856
DOT-OST-2007-28567-0687 DOT None DOT-OST-2007-28567 Northwest Airlines, Inc. Other Application-SubPartB 2009-04-20T04:00:00Z 2009 4 2009-04-20T04:00:00Z   2013-07-27T22:42:57Z   0 0 090000648095f0fc
DOT-OST-2007-28567-0686 DOT None DOT-OST-2007-28567 Approval of Application for Motion Other Decision 2009-03-25T04:00:00Z 2009 3 2009-03-25T04:00:00Z   2013-08-11T04:32:27Z   0 0 090000648092eab9
DOT-OST-2007-28567-0685 DOT None DOT-OST-2007-28567 United Air Lines, Inc. Other Correspondence 2009-03-25T04:00:00Z 2009 3 2009-03-25T04:00:00Z   2013-07-27T22:40:52Z   0 0 090000648092c66a
DOT-OST-2007-28567-0684 DOT None DOT-OST-2007-28567 United Air Lines, Inc. Other Correspondence 2009-03-24T04:00:00Z 2009 3 2009-03-24T04:00:00Z   2013-07-28T01:59:34Z   0 0 0900006480922611
DOT-OST-2007-28567-0683 DOT None DOT-OST-2007-28567 Approval of Motion - Amended Copy Other Amendment 2009-01-15T05:00:00Z 2009 1 2009-01-15T05:00:00Z   2024-11-12T04:30:29Z   1 0 0900006480820a4c
DOT-OST-2007-28567-0682 DOT None DOT-OST-2007-28567 Approval of Motion Supporting & Related Material Supplement 2009-01-14T05:00:00Z 2009 1     2009-01-14T21:24:13Z   0 0 090000648081f58a

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