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

7 rows where docket_id = "FAA-2025-5239" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2026 4
  • 2025 3

document_type 1

  • Other 7

agency_id 1

  • FAA 7
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-2025-5239-0007 FAA None FAA-2025-5239 U.S. DOT/FAA - Order of Dismissal and Order Granting Unopposed Motion to Replace Exhibit File on Public Docket (16-25-14) Other Order 2026-01-29T05:00:00Z 2026 1 2026-01-29T05:00:00Z   2026-01-29T18:13:30Z   0 0 09000064b9187621
FAA-2025-5239-0006 FAA None FAA-2025-5239 City of Hartington, Nebraska - Motion to Stay Answer Deadline (16-25-14) Other Motion 2026-01-26T05:00:00Z 2026 1 2026-01-26T05:00:00Z   2026-01-26T19:13:22Z   0 0 09000064b91820c8
FAA-2025-5239-0005 FAA None FAA-2025-5239 City of Hartington, Nebraska - Unopposed Motion to Replace Exhibit File on Public Docket (16-25-14) Other Motion 2026-01-08T05:00:00Z 2026 1 2026-01-08T05:00:00Z   2026-01-09T01:37:05Z   0 0 09000064b9120191
FAA-2025-5239-0004 FAA None FAA-2025-5239 City of Hartington, Nebraska - Answer in Opposition to Complainant's Motion for Leave to Amend Complaint with Exhibits (16-25-14) Other Answer 2026-01-02T05:00:00Z 2026 1 2026-01-02T05:00:00Z   2026-01-03T01:01:52Z   0 0 09000064b911661a
FAA-2025-5239-0003 FAA None FAA-2025-5239 Heinen Bros. Agra Service, Inc. - Motion for Leave to Amend Complaint and Answer to Respondent's Motion to Dismiss with Exhibits (16-25-14) Other Motion 2025-12-29T05:00:00Z 2025 12 2025-12-29T05:00:00Z   2025-12-29T20:20:47Z   0 0 09000064b910b698
FAA-2025-5239-0002 FAA None FAA-2025-5239 City of Hartington, Nebraska - Motion to Dismiss the Complaint with Exhibits (16-25-14) Other Motion 2025-12-17T05:00:00Z 2025 12 2025-12-17T05:00:00Z   2025-12-17T18:10:03Z   0 0 09000064b90eaaf7
FAA-2025-5239-0001 FAA None FAA-2025-5239 Heinen Bros. Agra Services, Inc. - Complaint with Exhibits and Notice of Docketing (16-25-14) Other Complaint 2025-12-08T05:00:00Z 2025 12 2025-12-08T05:00:00Z   2025-12-09T02:29:53Z   0 0 09000064b90b895c

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