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-2010-0156" 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 2

  • 2010 12
  • 2021 1

document_type 2

  • Other 12
  • Rule 1

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-2010-0156-0014 DOT None DOT-OST-2010-0156 2021-9-2 Order Revoking Authority Other Order 2021-09-01T04:00:00Z 2021 9 2021-09-01T04:00:00Z   2024-11-12T23:33:24Z   1 0 0900006484d3757b
DOT-OST-2010-0156-0013 DOT None DOT-OST-2010-0156 Order 2010-12-2 Confirming Oral Action And Issuing Effective Commuter Authorization Other Order 2010-12-02T05:00:00Z 2010 12 2010-12-02T05:00:00Z   2024-11-07T22:26:12Z   1 0 0900006480bac3ab
DOT-OST-2010-0156-0011 DOT None DOT-OST-2010-0156 2010-11-24 Final Order Other Order 2010-11-22T05:00:00Z 2010 11 2010-11-22T05:00:00Z   2024-11-07T01:38:46Z   1 0 0900006480ba10e9
DOT-OST-2010-0156-0009 DOT None DOT-OST-2010-0156 Applications for Communter Air Carrier Authorization: Island Airlines, LLC Rule   2010-11-15T00:00:00Z 2010 11     2024-11-12T04:55:49Z   0 1 0900006480b89954
DOT-OST-2010-0156-0010 DOT None DOT-OST-2010-0156 2010-11-4 Order to Show Cause Proposing Issuance of Commuter Air Carrier Authority Other Order 2010-11-05T04:00:00Z 2010 11 2010-11-05T04:00:00Z   2024-11-07T22:24:42Z   1 0 0900006480ba05f5
DOT-OST-2010-0156-0008 DOT None DOT-OST-2010-0156 2010-11-4 Order to Show Cause Proposing Issuance of Commuter Air Carrier Authority Other   2010-11-05T00:00:00Z 2010 11     2024-11-12T04:54:58Z   0 1 0900006480b82e18
DOT-OST-2010-0156-0007 DOT None DOT-OST-2010-0156 Island Airlines, LLC Other Correspondence 2010-10-20T04:00:00Z 2010 10 2010-10-20T04:00:00Z   2013-07-27T23:35:09Z   0 0 0900006480b739b5
DOT-OST-2010-0156-0006 DOT None DOT-OST-2010-0156 Island Airlines, LLC Other Correspondence 2010-08-06T04:00:00Z 2010 8 2010-08-06T04:00:00Z   2013-07-27T23:27:22Z   0 0 0900006480b29b92
DOT-OST-2010-0156-0005 DOT None DOT-OST-2010-0156 Island Airlines, LLC Other Letter(s) 2010-08-04T04:00:00Z 2010 8 2010-08-04T04:00:00Z   2024-11-07T22:23:19Z   1 0 0900006480b28f04
DOT-OST-2010-0156-0004 DOT None DOT-OST-2010-0156 Island Airlines, LLC Other Correspondence 2010-07-28T04:00:00Z 2010 7 2010-07-28T04:00:00Z   2013-07-27T23:26:42Z   0 0 0900006480b22cf7
DOT-OST-2010-0156-0003 DOT None DOT-OST-2010-0156 Request for Additional Information Other Request 2010-07-27T04:00:00Z 2010 7 2010-07-27T04:00:00Z   2024-11-07T22:21:26Z   1 0 0900006480b214be
DOT-OST-2010-0156-0001 DOT None DOT-OST-2010-0156 Application of Island Airlines, LLC for Commuter Air Carrier Authorization Other Application-SubPartB 2010-06-17T04:00:00Z 2010 6 2010-06-17T04:00:00Z   2024-11-07T22:22:22Z   1 0 0900006480b03900
DOT-OST-2010-0156-0002 DOT None DOT-OST-2010-0156 Island Airlines, LLC Other Correspondence 2010-06-17T04:00:00Z 2010 6 2010-06-17T04:00:00Z   2024-11-07T22:22:18Z   1 0 0900006480b03902

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