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

12 rows where docket_id = "FAA-2021-0681" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 5

  • 2021 4
  • 2022 2
  • 2023 2
  • 2024 2
  • 2025 2

document_type 1

  • Other · 12 ✖

agency_id 1

  • FAA 12
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-2021-0681-0014 FAA None FAA-2021-0681 U.S. DOT/FAA - Decision Other Decision 2025-11-20T05:00:00Z 2025 11 2025-11-20T05:00:00Z   2025-11-21T00:07:55Z   1 0 09000064b908b8c0
FAA-2021-0681-0013 FAA None FAA-2021-0681 The Boeing Company - Exemption/Rulemaking (Response) Other Response 2025-01-23T05:00:00Z 2025 1 2021-08-05T04:00:00Z   2025-11-10T19:08:58Z   1 0 09000064868f1f53
FAA-2021-0681-0012 FAA None FAA-2021-0681 U.S. DOT/FAA - Request for Information Other Request 2024-12-26T05:00:00Z 2024 12 2024-12-26T05:00:00Z   2024-12-26T20:53:50Z   1 0 090000648688cdf4
FAA-2021-0681-0011 FAA None FAA-2021-0681 The Boeing Company - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2024-11-07T05:00:00Z 2024 11 2024-11-07T05:00:00Z   2024-11-07T19:26:03Z   1 0 09000064868066ad
FAA-2021-0681-0010 FAA None FAA-2021-0681 U.S. DOT/FAA - Decision Other Decision 2023-09-08T04:00:00Z 2023 9 2023-09-08T04:00:00Z   2024-11-07T00:51:25Z   1 0 0900006485f54bd2
FAA-2021-0681-0009 FAA None FAA-2021-0681 he Boeing Company - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2023-07-19T04:00:00Z 2023 7 2023-07-19T04:00:00Z   2024-11-12T22:58:50Z   1 0 0900006485ce16a7
FAA-2021-0681-0008 FAA None FAA-2021-0681 U.S. DOT/FAA - Partial Grant of Time-Limited Exemption Other Decision 2022-08-11T04:00:00Z 2022 8 2022-08-11T04:00:00Z   2024-11-12T23:44:41Z   1 0 090000648522fba8
FAA-2021-0681-0007 FAA None FAA-2021-0681 Statement of No Adverse Effect on Safety Other Statement 2022-01-12T05:00:00Z 2022 1 2022-01-12T05:00:00Z   2022-01-12T18:50:48Z   0 0 0900006484f1aaf0
FAA-2021-0681-0006 FAA None FAA-2021-0681 The Boeing Company - Response to RFI Other Response(s) 2021-12-09T05:00:00Z 2021 12 2021-12-09T05:00:00Z   2021-12-09T18:35:02Z   0 0 0900006484eb3c89
FAA-2021-0681-0005 FAA None FAA-2021-0681 2nd Request for Information Other Request 2021-12-01T05:00:00Z 2021 12 2021-12-01T05:00:00Z   2024-11-12T23:35:09Z   1 0 0900006484e8dc56
FAA-2021-0681-0002 FAA None FAA-2021-0681 The Boeing Company - Exemption/Rulemaking (Correction) Other Petition(s) 2021-08-12T04:00:00Z 2021 8 2021-08-12T04:00:00Z   2024-11-12T23:33:06Z   1 0 0900006484c4d0c4
FAA-2021-0681-0001 FAA None FAA-2021-0681 The Boeing Company - Exemption/Rulemaking Other Petition(s) 2021-08-05T04:00:00Z 2021 8 2021-08-05T04:00:00Z   2025-11-08T11:34:02Z   1 0 0900006484c2ae53

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