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-2024-2700" 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)

posted_year 2

  • 2025 14
  • 2024 1

document_type 2

  • Other 14
  • Notice 1

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-2024-2700-0015 FAA None FAA-2024-2700 U.S. DOT/FAA - Correspondence Other Correspondence 2025-12-11T05:00:00Z 2025 12 2025-12-11T05:00:00Z   2025-12-11T20:18:05Z   1 0 09000064b90c4c25
FAA-2024-2700-0016 FAA None FAA-2024-2700 U.S. DOT/FAA - Record of Conversation Other Record of Meeting/Phone Conversation 2025-12-11T05:00:00Z 2025 12 2025-12-11T05:00:00Z   2025-12-11T20:18:54Z   1 0 09000064b90c4bfc
FAA-2024-2700-0013 FAA None FAA-2024-2700 Petition for Exemption; Summary: Southeast Missouri State University Notice Request for Comments 2025-09-23T04:00:00Z 2025 9 2025-09-23T04:00:00Z 2025-10-15T03:59:59Z 2025-10-10T09:00:23Z 2025-18357 0 0 09000064b8fd3b1f
FAA-2024-2700-0012 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-08-25T04:00:00Z 2025 8 2025-08-25T04:00:00Z   2025-08-25T17:28:47Z   1 0 09000064b8f0e117
FAA-2024-2700-0011 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Response) Other Response(s) 2025-08-14T04:00:00Z 2025 8 2025-08-14T04:00:00Z   2025-08-14T16:56:52Z   1 0 09000064b8efc024
FAA-2024-2700-0010 FAA None FAA-2024-2700 U.S. DOT/FAA - Request for Additional Information Other Request 2025-08-08T04:00:00Z 2025 8 2025-08-08T04:00:00Z   2025-08-08T16:32:28Z   1 0 09000064b8ef116c
FAA-2024-2700-0009 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Response) Other Response(s) 2025-06-13T04:00:00Z 2025 6 2025-06-13T04:00:00Z   2025-06-13T23:37:41Z   1 0 09000064b8e0a293
FAA-2024-2700-0008 FAA None FAA-2024-2700 U.S. DOT/FAA - Request for Information Other Request 2025-05-20T04:00:00Z 2025 5 2025-05-20T04:00:00Z   2025-05-21T20:58:06Z   1 0 09000064b8d9835c
FAA-2024-2700-0005 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-04-10T04:00:00Z 2025 4 2025-04-10T04:00:00Z   2025-04-10T17:14:02Z   1 0 0900006486a84e5e
FAA-2024-2700-0007 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-04-10T04:00:00Z 2025 4 2025-04-10T04:00:00Z   2025-04-10T17:14:40Z   1 0 0900006486a84e14
FAA-2024-2700-0003 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-04-10T04:00:00Z 2025 4 2025-04-10T04:00:00Z   2025-04-10T17:13:20Z   1 0 0900006486a84ed9
FAA-2024-2700-0006 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-04-10T04:00:00Z 2025 4 2025-04-10T04:00:00Z   2025-04-10T17:14:20Z   1 0 0900006486a84e3e
FAA-2024-2700-0004 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking (Additional Information) Other Additional Information 2025-04-10T04:00:00Z 2025 4 2025-04-10T04:00:00Z   2025-04-10T17:13:41Z   1 0 0900006486a84e83
FAA-2024-2700-0002 FAA None FAA-2024-2700 U.S. DOT/FAA - Request for Information Other Request 2025-03-18T04:00:00Z 2025 3 2025-03-18T04:00:00Z   2025-03-18T14:37:28Z   1 0 0900006486a062da
FAA-2024-2700-0001 FAA None FAA-2024-2700 Southeast Missouri State University - Exemption/Rulemaking Other Petition(s) 2024-12-12T05:00:00Z 2024 12 2024-12-12T05:00:00Z   2025-10-11T14:05:41Z   1 0 0900006486867d1f

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