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

11 rows where docket_id = "DOT-OST-2009-0141" 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 6

  • 2009 3
  • 2015 3
  • 2011 2
  • 2013 1
  • 2016 1
  • 2017 1

document_type 1

  • Other 11

agency_id 1

  • DOT 11
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-2009-0141-0011 DOT None DOT-OST-2009-0141 Notice of Action Taken re: Centurion Air Cargo, Inc. Other Decision 2017-01-09T05:00:00Z 2017 1 2017-01-09T05:00:00Z   2024-11-12T06:16:21Z   1 0 0900006482454c5d
DOT-OST-2009-0141-0010 DOT None DOT-OST-2009-0141 Application of Centurion Air Cargo, Inc. for Renewal of an Exemption Other Application-Other 2016-12-22T05:00:00Z 2016 12 2016-12-22T05:00:00Z   2024-11-12T06:17:22Z   1 0 090000648242f059
DOT-OST-2009-0141-0009 DOT None DOT-OST-2009-0141 Notice of Action Taken re: Centurion Air Cargo, Inc. Other Decision 2015-02-27T05:00:00Z 2015 2 2015-02-27T05:00:00Z   2024-11-07T23:14:39Z   1 0 0900006481a1f1ca
DOT-OST-2009-0141-0008 DOT None DOT-OST-2009-0141 Application of Centurion Air Cargo, Inc. for Renewal of an Exemption Other Application-Other 2015-02-02T05:00:00Z 2015 2 2015-02-02T05:00:00Z   2024-11-11T20:55:35Z   1 0 09000064819e52f1
DOT-OST-2009-0141-0007 DOT None DOT-OST-2009-0141 Notice of Action Taken re: Centurion Air Cargo, Inc. Other Decision 2015-01-29T05:00:00Z 2015 1 2015-01-29T05:00:00Z   2024-11-12T05:34:23Z   1 0 09000064819e6982
DOT-OST-2009-0141-0006 DOT None DOT-OST-2009-0141 Application of Centurion Air Cargo, Inc. for Renewal of an Exemption Other Application-Other 2013-03-25T04:00:00Z 2013 3 2013-03-25T04:00:00Z   2024-11-07T22:47:28Z   1 0 090000648122bd55
DOT-OST-2009-0141-0005 DOT None DOT-OST-2009-0141 Notice of Action Taken re: Centurion Air Cargo, Inc. Other Notice 2011-05-18T04:00:00Z 2011 5 2011-05-18T04:00:00Z   2024-11-12T05:01:57Z   1 0 0900006480d44d7f
DOT-OST-2009-0141-0004 DOT None DOT-OST-2009-0141 Centurion Air Cargo, Inc. Other Correspondence 2011-04-27T04:00:00Z 2011 4 2011-04-27T04:00:00Z   2013-07-27T23:51:20Z   0 0 0900006480c39ada
DOT-OST-2009-0141-0003 DOT None DOT-OST-2009-0141 Notice of Action Taken re: Centurion Air Cargo, Inc. Other Notice 2009-06-25T04:00:00Z 2009 6 2009-06-25T04:00:00Z   2024-11-12T04:37:01Z   1 0 09000064809e00c3
DOT-OST-2009-0141-0002 DOT None DOT-OST-2009-0141 Centurion Air Cargo, Inc. Other Letter(s) 2009-06-17T04:00:00Z 2009 6 2009-06-17T04:00:00Z   2013-07-27T22:47:09Z   0 0 09000064809cfccf
DOT-OST-2009-0141-0001 DOT None DOT-OST-2009-0141 Application of Centurion Air Cargo, Inc. for an Exemption from 49 U.S.C. 41301 Other Application-Other 2009-06-12T04:00:00Z 2009 6 2009-06-12T04:00:00Z   2024-11-12T04:37:23Z   1 0 09000064809cc64d

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