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

9 rows where docket_id = "FAA-2023-0825" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

document_type 4

  • Other 3
  • Supporting & Related Material 3
  • Proposed Rule 2
  • Rule 1

posted_year 2

  • 2023 7
  • 2024 2

agency_id 1

  • FAA 9
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-0825-0178 FAA None FAA-2023-0825 U.S. DOT/FAA - Supplemental AD Documents Supporting & Related Material Supplement 2024-11-26T05:00:00Z 2024 11     2024-11-26T19:35:45Z   0 0 09000064868387a5
FAA-2023-0825-0177 FAA None FAA-2023-0825 Removal of Expiration Date on a Flight Instructor Certificate: Additional Qualification Requirements to Train Initial Flight Instructor Applicants; and Other Provisions Rule Final Rule 2024-10-01T04:00:00Z 2024 10 2024-10-01T04:00:00Z   2024-10-01T12:33:09Z 2024-22018 0 0 09000064867a4408
FAA-2023-0825-0167 FAA None FAA-2023-0825 Removal of Expiration Date on a Flight Instructor Certificate; Additional Qualification Requirements to Train Initial Flight Instructor Applicants; and Other Provisions: Extension of Comment Period Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-11-01T04:00:00Z 2023 11 2023-11-01T04:00:00Z 2023-12-02T04:59:59Z 2024-11-12T06:20:04Z 2023-24082 1 0 09000064861bdd82
FAA-2023-0825-0041 FAA None FAA-2023-0825 U.S. DOT/FAA - Supplemental AD Documents Supporting & Related Material Supplement 2023-05-31T04:00:00Z 2023 5     2023-05-31T12:58:03Z   0 0 0900006485a89dfc
FAA-2023-0825-0040 FAA None FAA-2023-0825 U.S. DOT/FAA - Supplemental AD Documents Supporting & Related Material Supplement 2023-05-31T04:00:00Z 2023 5     2023-05-31T12:57:39Z   0 0 0900006485a89cf9
FAA-2023-0825-0001 FAA None FAA-2023-0825 Removal of Expiration Date on a Flight Instructor Certificate; Additional Qualification Requirements to Train Initial Flight Instructor Applicants; and Other Provisions Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-05-23T04:00:00Z 2023 5 2023-05-23T04:00:00Z 2023-06-23T03:59:59Z 2024-11-07T01:14:47Z 2023-10182 1 0 0900006485a34f44
FAA-2023-0825-0004 FAA None FAA-2023-0825 U.S. DOT/FAA - Supporting Statement Other Statement 2023-05-23T04:00:00Z 2023 5 2023-05-23T04:00:00Z   2024-11-07T01:15:11Z   1 0 0900006485a36460
FAA-2023-0825-0003 FAA None FAA-2023-0825 U.S. DOT/FAA - Draft Advisory Circular (Revised) Other Letter(s) 2023-05-23T04:00:00Z 2023 5 2023-05-23T04:00:00Z   2024-11-07T01:15:09Z   1 0 0900006485a35b28
FAA-2023-0825-0002 FAA None FAA-2023-0825 U.S. DOT/FAA - Draft Advisory Circular Other Letter(s) 2023-05-23T04:00:00Z 2023 5 2023-05-23T04:00:00Z   2024-11-07T01:15:13Z   1 0 0900006485a359f0

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