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-2010-0120" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2011 7
  • 2010 6
  • 2012 1

document_type 2

  • Other 13
  • Notice 1

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-2010-0120-0014 DOT None DOT-OST-2010-0120 2012-10-26 Order Revoking Certificate Authority Other Order 2012-10-31T04:00:00Z 2012 10 2012-10-31T04:00:00Z   2024-11-11T20:42:52Z   1 0 0900006481156e0f
DOT-OST-2010-0120-0013 DOT None DOT-OST-2010-0120 2011-9-19 Final Order Other Order 2011-09-29T04:00:00Z 2011 9 2011-09-29T04:00:00Z   2024-11-12T05:03:36Z   1 0 0900006480f4318e
DOT-OST-2010-0120-0012 DOT None DOT-OST-2010-0120 Applications for Certificate Authority: Jet-A, LLC Notice   2011-09-22T00:00:00Z 2011 9     2024-11-12T05:02:29Z   0 1 0900006480f27241
DOT-OST-2010-0120-0011 DOT None DOT-OST-2010-0120 2011-9-8 Order to Show Cause Proposing Issuance of Certificate Other Order 2011-09-15T04:00:00Z 2011 9 2011-09-15T04:00:00Z   2011-09-15T15:17:24Z   0 0 0900006480f1cb1e
DOT-OST-2010-0120-0010 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Additional Information 2011-07-13T04:00:00Z 2011 7 2011-07-13T04:00:00Z   2011-07-13T19:01:55Z   0 0 0900006480ebc41b
DOT-OST-2010-0120-0009 DOT None DOT-OST-2010-0120 Request for Additional Information Other Request 2011-06-13T04:00:00Z 2011 6 2011-06-13T04:00:00Z   2013-03-06T03:54:31Z   0 0 0900006480e4444a
DOT-OST-2010-0120-0008 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Correspondence 2011-04-05T04:00:00Z 2011 4 2011-04-05T04:00:00Z   2013-07-27T23:48:53Z   0 0 0900006480c1433f
DOT-OST-2010-0120-0007 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Correspondence 2011-04-01T04:00:00Z 2011 4 2011-04-01T04:00:00Z   2013-08-11T01:40:46Z   0 0 0900006480c1433b
DOT-OST-2010-0120-0006 DOT None DOT-OST-2010-0120 Request for Additional Information Other Additional Information 2010-11-04T04:00:00Z 2010 11 2010-11-04T04:00:00Z   2024-11-12T04:58:25Z   1 0 0900006480b81d1b
DOT-OST-2010-0120-0005 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Correspondence 2010-10-05T04:00:00Z 2010 10 2010-10-05T04:00:00Z   2013-08-11T03:11:03Z   0 0 0900006480b66360
DOT-OST-2010-0120-0004 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Correspondence 2010-09-15T04:00:00Z 2010 9 2010-09-15T04:00:00Z   2013-07-27T23:30:10Z   0 0 0900006480b46b00
DOT-OST-2010-0120-0003 DOT None DOT-OST-2010-0120 Request for Additional Information Other Request 2010-09-08T04:00:00Z 2010 9 2010-09-08T04:00:00Z   2024-11-07T22:25:38Z   1 0 0900006480b46f4a
DOT-OST-2010-0120-0002 DOT None DOT-OST-2010-0120 Jet-A, LLC Other Correspondence 2010-05-10T04:00:00Z 2010 5 2010-05-10T04:00:00Z   2013-08-11T01:34:18Z   0 0 0900006480ae942b
DOT-OST-2010-0120-0001 DOT None DOT-OST-2010-0120 Application of Jet-A, LLC Other Application-SubPartB 2010-05-06T04:00:00Z 2010 5 2010-05-06T04:00:00Z   2024-11-12T04:52:41Z   1 0 0900006480ae7a73

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