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

14 rows where docket_id = "DOT-OST-2009-0311" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2010 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • DOT 14
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-0311-0034 DOT None DOT-OST-2009-0311 2010-4-7 Final Order Other Order 2010-04-14T04:00:00Z 2010 4 2010-04-14T04:00:00Z   2024-11-12T04:52:59Z   1 0 0900006480ad73ce
DOT-OST-2009-0311-0033 DOT None DOT-OST-2009-0311 National Air Carrier Association Other Correspondence 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z   2013-07-27T23:13:02Z   0 0 0900006480ac6b32
DOT-OST-2009-0311-0031 DOT None DOT-OST-2009-0311 Capital Aviation, Inc. and Capital Airways, LLC Other Correspondence 2010-03-22T04:00:00Z 2010 3 2010-03-22T04:00:00Z   2013-08-11T03:07:29Z   0 0 0900006480ac09a4
DOT-OST-2009-0311-0032 DOT None DOT-OST-2009-0311 Miami Air International, Inc. Other Correspondence 2010-03-22T04:00:00Z 2010 3 2010-03-22T04:00:00Z   2013-08-11T01:33:16Z   0 0 0900006480ac21aa
DOT-OST-2009-0311-0030 DOT None DOT-OST-2009-0311 2010-3-21 Order to Show Cause Other Order 2010-03-16T04:00:00Z 2010 3 2010-03-16T04:00:00Z   2024-11-12T04:50:38Z   1 0 0900006480abece9
DOT-OST-2009-0311-0026 DOT None DOT-OST-2009-0311 Global Aviation Holdings, Inc. Other Response(s) 2010-03-08T05:00:00Z 2010 3 2010-03-08T05:00:00Z   2024-11-07T22:17:01Z   1 0 0900006480ab8069
DOT-OST-2009-0311-0029 DOT None DOT-OST-2009-0311 Air Charter Association of North America Other Correspondence 2010-03-08T05:00:00Z 2010 3 2010-03-08T05:00:00Z   2013-08-11T01:33:00Z   0 0 0900006480ab6876
DOT-OST-2009-0311-0028 DOT None DOT-OST-2009-0311 CSI Aviation Services Inc. Other Correspondence 2010-03-08T05:00:00Z 2010 3 2010-03-08T05:00:00Z   2013-07-27T23:11:01Z   0 0 0900006480ab67aa
DOT-OST-2009-0311-0027 DOT None DOT-OST-2009-0311 Capital Aviation, Inc. Other Correspondence 2010-03-08T05:00:00Z 2010 3 2010-03-08T05:00:00Z   2013-08-11T04:38:22Z   0 0 0900006480ab675b
DOT-OST-2009-0311-0025 DOT None DOT-OST-2009-0311 Notice re: CSI Aviation Services, Inc. (Revised) Other Notice 2010-03-05T05:00:00Z 2010 3 2010-03-05T05:00:00Z   2013-07-27T23:10:59Z   0 0 0900006480ab62ed
DOT-OST-2009-0311-0024 DOT None DOT-OST-2009-0311 Notice re: CSI Aviation Services, Inc. Other   2010-03-04T00:00:00Z 2010 3     2024-11-12T04:50:08Z   0 1 0900006480ab48a5
DOT-OST-2009-0311-0023 DOT None DOT-OST-2009-0311 Mr. Robert Rivkin, General Counsel of the US Office of the Secretary of Transportation Other Correspondence 2010-03-02T05:00:00Z 2010 3 2010-03-02T05:00:00Z   2024-11-07T22:15:03Z   1 0 0900006480ab1160
DOT-OST-2009-0311-0022 DOT None DOT-OST-2009-0311 Mr. Kris E. Durmer, General Counsel of the U.S. General Services Administration Other Letter(s) 2010-02-17T05:00:00Z 2010 2 2010-02-17T05:00:00Z   2024-11-12T04:49:15Z   1 0 0900006480aa696a
DOT-OST-2009-0311-0021 DOT None DOT-OST-2009-0311 Answer of Miami Air International, Inc. to Motion by CSI Aviation, Inc. to Dismiss Other Answer 2010-01-04T05:00:00Z 2010 1 2010-01-04T05:00:00Z   2013-08-11T01:31:47Z   0 0 0900006480a74d21

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