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

15 rows where docket_id = "FAA-2014-0275" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 9

  • 2021 3
  • 2014 2
  • 2017 2
  • 2019 2
  • 2025 2
  • 2015 1
  • 2022 1
  • 2023 1
  • 2024 1

document_type 2

  • Other 13
  • Notice 2

agency_id 1

  • FAA 15
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-0275-0015 FAA None FAA-2014-0275 U.S. DOT/FAA - Decision Other Decision 2025-12-17T05:00:00Z 2025 12 2025-12-17T05:00:00Z   2025-12-17T18:21:13Z   1 0 09000064b90eaad1
FAA-2014-0275-0014 FAA None FAA-2014-0275 Federal Express Corporation - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2025-11-18T05:00:00Z 2025 11 2025-11-18T05:00:00Z   2025-11-19T00:04:56Z   1 0 09000064b9088982
FAA-2014-0275-0013 FAA None FAA-2014-0275 U.S. DOT/FAA - Decision Other Decision 2024-01-17T05:00:00Z 2024 1 2024-01-17T05:00:00Z   2024-11-12T22:20:23Z   1 0 09000064863a5b4c
FAA-2014-0275-0012 FAA None FAA-2014-0275 Federal Express Corporation - Exemption/Rulemaking (Extension) Other Petition(s) 2023-12-26T05:00:00Z 2023 12 2023-12-26T05:00:00Z   2024-11-12T06:25:17Z   1 0 090000648635a3a3
FAA-2014-0275-0011 FAA None FAA-2014-0275 Decision Other Decision 2022-01-06T05:00:00Z 2022 1 2022-01-06T05:00:00Z   2022-01-06T14:59:28Z   0 0 0900006484f0f90f
FAA-2014-0275-0010 FAA None FAA-2014-0275 Record of Conversation 9-22-21 Other Record of Meeting/Phone Conversation 2021-09-24T04:00:00Z 2021 9 2021-09-24T04:00:00Z   2021-09-24T14:19:36Z   0 0 0900006484da6b61
FAA-2014-0275-0009 FAA None FAA-2014-0275 Petition for Exemption; Summary: FedEx Corp. Notice Notice of Intent 2021-09-13T04:00:00Z 2021 9 2021-09-13T04:00:00Z 2021-10-05T03:59:59Z 2024-11-07T00:32:14Z 2021-19698 1 0 0900006484d75a46
FAA-2014-0275-0008 FAA None FAA-2014-0275 Federal Express Corporation - Exemption/Rulemaking Other Petition(s) 2021-07-22T04:00:00Z 2021 7 2021-07-22T04:00:00Z   2024-11-06T23:49:13Z   1 0 0900006484c06978
FAA-2014-0275-0007 FAA None FAA-2014-0275 Decision Other Decision 2019-07-26T04:00:00Z 2019 7 2019-07-26T04:00:00Z   2019-07-26T18:44:52Z   0 0 0900006483dbd6c5
FAA-2014-0275-0006 FAA None FAA-2014-0275 FedEx Express - Exemption/Rulemaking Other Petition(s) 2019-07-09T04:00:00Z 2019 7 2019-07-09T04:00:00Z   2024-11-12T23:04:57Z   1 0 0900006483d6f5af
FAA-2014-0275-0005 FAA None FAA-2014-0275 U.S. DOT/FAA - Decision Other Decision 2017-05-04T04:00:00Z 2017 5 2017-05-04T04:00:00Z   2017-05-04T18:18:44Z   0 0 0900006482591f7e
FAA-2014-0275-0004 FAA None FAA-2014-0275 FedEx - Exemption/Rulemaking Other Petition(s) 2017-02-24T05:00:00Z 2017 2 2017-02-24T05:00:00Z   2024-11-11T21:35:04Z   1 0 09000064824da809
FAA-2014-0275-0003 FAA None FAA-2014-0275 U.S. DOT/FAA - Decision Other Decision 2015-08-07T04:00:00Z 2015 8 2015-08-07T04:00:00Z   2024-11-11T21:01:28Z   1 0 0900006481b55a53
FAA-2014-0275-0002 FAA None FAA-2014-0275 Petition for Exemption; Summaries Notice Notice of Receipt of Petition 2014-06-13T04:00:00Z 2014 6 2014-06-13T04:00:00Z 2014-07-04T03:59:59Z 2024-11-11T20:51:40Z 2014-13852 1 0 0900006481745e1d
FAA-2014-0275-0001 FAA None FAA-2014-0275 Federal Express Corporation - Exemption/Rulemaking Other Petition(s) 2014-04-25T04:00:00Z 2014 4 2014-04-25T04:00:00Z   2024-11-07T23:05:58Z   1 0 09000064816c61fb

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