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 = "DOT-OST-2001-9849" and posted_year = 2025 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2025 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 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
DOT-OST-2001-9849-0212 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Steven P. Endres (Notice of Results of Auction of Airport Schedule for Summer 2026) Other Correspondence 2025-09-10T04:00:00Z 2025 9 2025-09-10T04:00:00Z   2025-09-11T00:33:41Z   1 0 09000064b8f68bfd
DOT-OST-2001-9849-0211 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Steven P. Endres (Auction of Airport Schedule for Summer 2026) Other Correspondence 2025-09-03T04:00:00Z 2025 9 2025-09-03T04:00:00Z   2025-09-03T16:27:13Z   1 0 09000064b8f36dcf
DOT-OST-2001-9849-0210 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Exhaustless Inc. (Notice of Results of Auction of Airport Schedules for Summer 2026) Other Correspondence 2025-09-02T04:00:00Z 2025 9 2025-09-02T04:00:00Z   2025-09-02T18:59:06Z   1 0 09000064b8f335cf
DOT-OST-2001-9849-0209 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Exhaustless Inc. (Auction of Airport Schedule for Summer 2026) Other Correspondence 2025-08-21T04:00:00Z 2025 8 2025-08-21T04:00:00Z 2001-08-22T03:59:59Z 2025-08-26T23:36:15Z   1 0 09000064b8f0ad7c
DOT-OST-2001-9849-0207 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Steven P. Endres (Notice of Extension of Auction of Airport Schedules for Winter 2025) Other Correspondence 2025-04-08T04:00:00Z 2025 4 2025-04-08T04:00:00Z   2025-04-08T12:39:50Z   1 0 0900006486a73e58
DOT-OST-2001-9849-0206 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Steven P. Endres (Notice of Results of Auction of Airport Schedules for Winter 2025) Other Correspondence 2025-03-25T04:00:00Z 2025 3 2025-03-25T04:00:00Z   2025-03-25T14:25:17Z   1 0 0900006486a39e27
DOT-OST-2001-9849-0205 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Steven P. Endres (Auction of Airport Schedule for Winter 2025 to AMS, DCA, EWR, JFK, and LGA) Other Correspondence 2025-03-18T04:00:00Z 2025 3 2025-03-18T04:00:00Z   2025-03-18T20:03:49Z   1 0 0900006486a07e8b
DOT-OST-2001-9849-0204 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Exhaustless Inc. (Notice of Results of Auction of Airport Schedules for Winter 2025) Other Correspondence 2025-03-17T04:00:00Z 2025 3 2025-03-17T04:00:00Z   2025-03-17T20:18:26Z   1 0 0900006486a0203b
DOT-OST-2001-9849-0203 DOT Market Based Actions to Relieve Airport Congestion and Delay DOT-OST-2001-9849 Exhaustless Inc. (Auction of Airport Schedule for Winter 2025 to AMS, DCA, EWR, JFK, LGA, YVR, and YYZ) Other Correspondence 2025-02-20T05:00:00Z 2025 2 2025-02-20T05:00:00Z   2025-02-20T12:55:45Z   1 0 090000648697401a

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