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 = "FAA-2014-0087" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 8

  • 2019 3
  • 2017 2
  • 2021 2
  • 2023 2
  • 2014 1
  • 2016 1
  • 2025 1
  • 2026 1

document_type 1

  • Other · 13 ✖

agency_id 1

  • FAA 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
FAA-2014-0087-0014 FAA None FAA-2014-0087 U.S. DOT/FAA - Decision Other Decision 2026-01-14T05:00:00Z 2026 1 2026-01-14T05:00:00Z   2026-01-14T22:59:00Z   1 0 09000064b913f19a
FAA-2014-0087-0013 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2025-10-01T04:00:00Z 2025 10 2025-10-01T04:00:00Z   2025-10-01T21:29:43Z   1 0 09000064b8feda4d
FAA-2014-0087-0012 FAA None FAA-2014-0087 U.S. DOT/FAA - Decision Other Decision 2023-09-28T04:00:00Z 2023 9 2023-09-28T04:00:00Z   2024-11-07T00:53:28Z   1 0 0900006486009424
FAA-2014-0087-0011 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2023-08-28T04:00:00Z 2023 8 2023-08-28T04:00:00Z   2024-11-07T00:51:13Z   1 0 0900006485eee4c7
FAA-2014-0087-0010 FAA None FAA-2014-0087 Decision Other Decision 2021-11-17T05:00:00Z 2021 11 2021-11-17T05:00:00Z   2021-11-17T18:22:28Z   0 0 0900006484e58119
FAA-2014-0087-0009 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Exemption/Rulemaking Other Petition(s) 2021-08-04T04:00:00Z 2021 8 2021-08-04T04:00:00Z   2021-08-04T13:54:12Z   0 0 0900006484c26884
FAA-2014-0087-0007 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Request for Status Other Request 2019-11-06T05:00:00Z 2019 11 2019-11-06T05:00:00Z   2019-11-06T14:58:16Z   0 0 09000064841209b2
FAA-2014-0087-0008 FAA None FAA-2014-0087 Decision Other Decision 2019-11-06T05:00:00Z 2019 11 2019-11-06T05:00:00Z   2019-11-06T16:11:54Z   0 0 0900006484124248
FAA-2014-0087-0006 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Exemption/Rulemaking Other Petition(s) 2019-07-30T04:00:00Z 2019 7 2019-07-30T04:00:00Z   2024-11-12T23:05:30Z   1 0 0900006483dc9bb0
FAA-2014-0087-0005 FAA None FAA-2014-0087 U.S. DOT/FAA - Decision Other Decision 2017-12-12T05:00:00Z 2017 12 2017-12-12T05:00:00Z   2017-12-12T20:22:34Z   0 0 0900006482d0003d
FAA-2014-0087-0004 FAA None FAA-2014-0087 Tatonduk Outfitters, Ltd. d.b.a Everts Air Cargo, - Exemption/Renewal Other Petition(s) 2017-10-06T04:00:00Z 2017 10 2017-10-06T04:00:00Z   2024-11-07T01:18:42Z   1 0 0900006482ba27e4
FAA-2014-0087-0003 FAA None FAA-2014-0087 U.S. DOT/FAA - Decision Other Decision 2016-05-10T04:00:00Z 2016 5 2016-05-10T04:00:00Z   2024-11-11T21:17:50Z   1 0 0900006481dd7790
FAA-2014-0087-0001 FAA None FAA-2014-0087 Tatonduk Outfitters Limited d/b/a Everts Air Cargo - Exemption/Rulemaking Other Petition(s) 2014-02-11T05:00:00Z 2014 2 2014-02-11T05:00:00Z   2024-11-07T23:03:27Z   1 0 0900006481557c9a

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