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-2014-0098" and posted_year = 2015 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 3

  • Other 6
  • Notice 1
  • Supporting & Related Material 1

posted_year 1

  • 2015 · 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-2014-0098-0012 DOT None DOT-OST-2014-0098 Supplement No. 5 to Application of Jet Aviation Flight Services, Inc. Other Supplement (SUP) 2015-12-22T05:00:00Z 2015 12 2015-12-22T05:00:00Z   2024-11-11T21:18:29Z   1 0 0900006481dc5e1c
DOT-OST-2014-0098-0011 DOT None DOT-OST-2014-0098 Supplement No. 4 to Application of Jet Aviation Flight Services, Inc. Other Supplement (SUP) 2015-12-17T05:00:00Z 2015 12 2015-12-17T05:00:00Z   2024-11-07T23:35:14Z   1 0 0900006481db8928
DOT-OST-2014-0098-0010 DOT None DOT-OST-2014-0098 Supplement No 3 to Application of Jet Aviation Flight Services, Inc Other Supplement (SUP) 2015-09-01T04:00:00Z 2015 9 2015-09-01T04:00:00Z   2015-09-01T15:09:52Z   0 0 0900006481c3109d
DOT-OST-2014-0098-0009 DOT None DOT-OST-2014-0098 2015-6-24 Final Order Issuing Foreign Certificate Other Order 2015-06-23T04:00:00Z 2015 6 2015-06-23T04:00:00Z   2024-11-11T21:00:13Z   1 0 0900006481b50f7e
DOT-OST-2014-0098-0008 DOT None DOT-OST-2014-0098 2015-4-19 Final Order Issuing Interstate Certificate Other Order 2015-04-21T04:00:00Z 2015 4 2015-04-21T04:00:00Z   2024-11-07T23:13:24Z   1 0 0900006481ab1cc5
DOT-OST-2014-0098-0007 DOT None DOT-OST-2014-0098 Certificates of Authority; Applications: Jet Aviation Flight Services, Inc. Notice Notice of Intent 2015-04-02T04:00:00Z 2015 4 2015-04-02T04:00:00Z   2024-11-07T23:15:14Z 2015-07564 1 0 0900006481a87e1f
DOT-OST-2014-0098-0006 DOT None DOT-OST-2014-0098 2015-3-18 Order to Show Cause Other Order 2015-03-27T04:00:00Z 2015 3 2015-03-27T04:00:00Z   2024-11-07T23:18:34Z   1 0 0900006481a6d115
DOT-OST-2014-0098-0005 DOT None DOT-OST-2014-0098 Supplement No. 2 to Application of Jet Aviation Flight Services, Inc. Supporting & Related Material Supplement 2015-03-11T04:00:00Z 2015 3     2015-03-11T18:34:23Z   0 0 0900006481a39eb5

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