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-2016-6581" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 6

  • 2016 4
  • 2019 2
  • 2021 2
  • 2023 2
  • 2025 2
  • 2017 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-2016-6581-0014 FAA None FAA-2016-6581 U.S. DOT/FAA - Decision Other Decision 2025-12-17T05:00:00Z 2025 12 2025-12-17T05:00:00Z   2025-12-17T19:47:58Z   1 0 09000064b90ead79
FAA-2016-6581-0013 FAA None FAA-2016-6581 Flight Options - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2025-10-07T04:00:00Z 2025 10 2025-10-07T04:00:00Z   2025-10-07T17:39:48Z   1 0 09000064b8ff79ff
FAA-2016-6581-0012 FAA None FAA-2016-6581 U.S. DOT/FAA - Decision Other Decision 2023-09-25T04:00:00Z 2023 9 2023-09-25T04:00:00Z   2024-11-07T00:52:39Z   1 0 0900006485fea682
FAA-2016-6581-0011 FAA None FAA-2016-6581 Flight Options LLC - Request for Extension Other Request for Extension 2023-06-09T04:00:00Z 2023 6 2023-06-09T04:00:00Z   2024-11-11T21:23:27Z   1 0 0900006485aebd52
FAA-2016-6581-0010 FAA None FAA-2016-6581 U.S. DOT/FAA - Decision Other Decision 2021-12-21T05:00:00Z 2021 12 2021-12-21T05:00:00Z   2024-11-12T23:35:39Z   1 0 0900006484ed63ed
FAA-2016-6581-0009 FAA None FAA-2016-6581 Flight Options - Exemption/Rulemaking Other Petition(s) 2021-08-31T04:00:00Z 2021 8 2021-08-31T04:00:00Z   2021-08-31T13:30:29Z   0 0 0900006484cc24e0
FAA-2016-6581-0008 FAA None FAA-2016-6581 Decision Other Decision 2019-12-13T05:00:00Z 2019 12 2019-12-13T05:00:00Z   2019-12-13T18:53:23Z   0 0 090000648420d81c
FAA-2016-6581-0007 FAA None FAA-2016-6581 Flight Options - Exemption/Rulemaking Other Petition(s) 2019-11-14T05:00:00Z 2019 11 2019-11-14T05:00:00Z   2024-11-12T23:12:36Z   1 0 0900006484150e12
FAA-2016-6581-0006 FAA None FAA-2016-6581 U.S. DOT/FAA - Decision Other Decision 2017-12-06T05:00:00Z 2017 12 2017-12-06T05:00:00Z   2017-12-06T18:19:00Z   0 0 0900006482cea62e
FAA-2016-6581-0004 FAA None FAA-2016-6581 Flight Options - Response to Request for Additional Information Amendment Other Response(s) 2016-09-16T04:00:00Z 2016 9 2016-09-16T04:00:00Z   2016-09-16T19:05:00Z   0 0 090000648220bec2
FAA-2016-6581-0003 FAA None FAA-2016-6581 Flight Options - Response to Request for Additional Information Other Response(s) 2016-09-01T04:00:00Z 2016 9 2016-09-01T04:00:00Z   2024-11-11T21:30:43Z   1 0 09000064821b1c1d
FAA-2016-6581-0002 FAA None FAA-2016-6581 U.S. DOT/FAA - Request for Additional Information Other Request 2016-08-30T04:00:00Z 2016 8 2016-08-30T04:00:00Z   2024-11-11T21:29:58Z   1 0 090000648219fd43
FAA-2016-6581-0001 FAA None FAA-2016-6581 Flight Options - Exemption/Rulemaking Other Petition(s) 2016-05-03T04:00:00Z 2016 5 2016-05-03T04:00:00Z   2025-10-11T10:27:15Z   1 0 0900006481f7181f

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