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-2023-0200" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2024 5
  • 2023 4
  • 2025 3

document_type 2

  • Other 11
  • Notice 1

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-2023-0200-0018 FAA None FAA-2023-0200 U.S. DOT/FAA - Decision Other Decision 2025-07-01T04:00:00Z 2025 7 2025-07-01T04:00:00Z   2025-07-01T19:19:49Z   1 0 09000064b8e49f9b
FAA-2023-0200-0017 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking (Request for Extension) Other Request for Extension 2025-06-04T04:00:00Z 2025 6 2025-06-04T04:00:00Z   2025-07-06T04:57:26Z   1 0 09000064b8dd6f7d
FAA-2023-0200-0016 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking (Amendment) Other Amendment 2025-04-18T04:00:00Z 2025 4 2025-04-18T04:00:00Z   2025-04-18T15:41:25Z   1 0 0900006486aa0939
FAA-2023-0200-0015 FAA None FAA-2023-0200 U.S. DOT/FAA - Decision Other Decision 2024-11-27T05:00:00Z 2024 11 2024-11-27T05:00:00Z   2025-06-08T00:55:08Z   1 0 090000648683bb3b
FAA-2023-0200-0009 FAA None FAA-2023-0200 U.S. DOT/FAA - Decision Other Decision 2024-10-30T04:00:00Z 2024 10 2024-10-30T04:00:00Z   2024-11-12T22:45:48Z   1 0 09000064867ec78e
FAA-2023-0200-0008 FAA None FAA-2023-0200 Petition for Exemption; Summary: Sustainable Skylines Corp. Notice Request for Comments 2024-10-21T04:00:00Z 2024 10 2024-10-21T04:00:00Z 2024-11-13T04:59:59Z 2024-11-14T02:00:37Z 2024-24218 1 0 09000064867db713
FAA-2023-0200-0007 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking (Amendment) Other Amendment 2024-06-20T04:00:00Z 2024 6 2024-06-20T04:00:00Z   2024-11-12T22:35:33Z   1 0 09000064865bda5d
FAA-2023-0200-0005 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking (Amendment) Other Amendment 2024-05-21T04:00:00Z 2024 5 2024-05-21T04:00:00Z   2024-11-12T22:32:54Z   1 0 0900006486574ce9
FAA-2023-0200-0004 FAA None FAA-2023-0200 U.S. DOT/FAA - Decision Other Decision 2023-08-18T04:00:00Z 2023 8 2023-08-18T04:00:00Z   2024-11-07T00:50:27Z   1 0 0900006485e92ddf
FAA-2023-0200-0003 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking (Amendment) Other Amendment 2023-04-13T04:00:00Z 2023 4 2023-04-13T04:00:00Z   2024-11-07T00:49:34Z   1 0 0900006485941c10
FAA-2023-0200-0002 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Additional Information Other Additional Information 2023-03-10T05:00:00Z 2023 3 2023-03-10T05:00:00Z   2024-11-12T23:52:43Z   1 0 090000648578d234
FAA-2023-0200-0001 FAA None FAA-2023-0200 Sustainable Skylines Corp. - Exemption/Rulemaking Other Petition(s) 2023-01-24T05:00:00Z 2023 1 2023-01-24T05:00:00Z   2024-11-07T00:46:37Z   1 0 0900006485604bee

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