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

8 rows where docket_id = "DOT-OST-2007-0088" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 4

  • 2009 4
  • 2007 2
  • 2010 1
  • 2017 1

document_type 1

  • Other 8

agency_id 1

  • DOT 8
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-0088-0008 DOT None DOT-OST-2007-0088 Alaska Airlines, Inc., Horizon Air Industries, Inc., and Societe Air France - Notice of Termination of Codeshare Agreement Other Correspondence 2017-12-13T05:00:00Z 2017 12 2017-12-13T05:00:00Z   2024-11-07T01:13:00Z   1 0 0900006482d03e1b
DOT-OST-2007-0088-0007 DOT None DOT-OST-2007-0088 Alaska Airlines, Inc. and Horizon Air Industries, Inc. Other Correspondence 2010-10-04T04:00:00Z 2010 10 2010-10-04T04:00:00Z   2013-08-11T03:10:57Z   0 0 0900006480b6275e
DOT-OST-2007-0088-0006 DOT None DOT-OST-2007-0088 Alaska Airlines, Inc. and Horizon Air Industries, Inc. Other Correspondence 2009-12-02T05:00:00Z 2009 12 2009-12-02T05:00:00Z   2024-11-07T22:11:08Z   1 0 0900006480a603cb
DOT-OST-2007-0088-0005 DOT None DOT-OST-2007-0088 Approval of Joint Application Other Decision 2009-12-01T05:00:00Z 2009 12 2009-12-01T05:00:00Z   2024-11-07T22:08:55Z   1 0 0900006480a6165c
DOT-OST-2007-0088-0004 DOT None DOT-OST-2007-0088 Alaska Airlines, Inc. and Horizon Air Industries, Inc. Other Correspondence 2009-11-27T05:00:00Z 2009 11 2009-11-27T05:00:00Z   2013-08-11T01:31:13Z   0 0 0900006480a5e138
DOT-OST-2007-0088-0003 DOT None DOT-OST-2007-0088 Horizon Air Industries, Inc. Other Notice 2009-09-08T04:00:00Z 2009 9 2009-09-08T04:00:00Z   2024-11-12T04:41:11Z   1 0 0900006480a1d192
DOT-OST-2007-0088-0002 DOT None DOT-OST-2007-0088 Approval of Application Other Decision 2007-12-05T05:00:00Z 2007 12 2007-12-05T05:00:00Z   2013-07-27T20:27:36Z   0 0 090000648037098e
DOT-OST-2007-0088-0001 DOT None DOT-OST-2007-0088 Joint Application of Alaska Airlines, Inc., Horizon Air Industries, Inc. and Societe Air France for Codesharing Statement of Authorization Other Application-Other 2007-11-28T05:00:00Z 2007 11 2007-11-28T05:00:00Z   2024-11-11T21:36:07Z   1 0 090000648036919a

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