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

8 rows where docket_id = "FAA-2001-9298" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 1

  • 2001 8

document_type 1

  • Other · 8 ✖

agency_id 1

  • FAA 8
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-2001-9298-0012 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 U.S. DOT/OST - Order Terminating Proceeding - CP01EA001 Other Order 2001-11-16T05:00:00Z 2001 11 2001-11-16T05:00:00Z 2001-11-20T04:59:59Z 2024-11-12T03:58:21Z   1 0 09000064803426e3
FAA-2001-9298-0010 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 U.S. DOT/FAA - Complainant's Witness List and Testimony Summaries - CP01EA0011 Other Witness List 2001-09-05T04:00:00Z 2001 9 2001-09-05T04:00:00Z 2001-09-26T03:59:59Z 2024-11-12T03:56:48Z   1 0 09000064803426e1
FAA-2001-9298-0009 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 Delta Air Lines, Inc. - Respondent's List of Witnesses and Proposed Testimony - CP01EA0011 Other Witness List 2001-08-29T04:00:00Z 2001 8 2001-08-29T04:00:00Z 2001-09-22T03:59:59Z 2024-11-12T03:58:23Z   1 0 09000064803426ec
FAA-2001-9298-0004 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 U.S. DOT/OST - Order Postponing Hearing - CP01EA0011 Other Order 2001-05-29T04:00:00Z 2001 5 2001-05-29T04:00:00Z 2001-06-01T03:59:59Z 2024-11-12T03:58:21Z   1 0 09000064803426e7
FAA-2001-9298-0007 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 U.S. DOT/FAA - Complainant's First Set of Interragatories and Request for Production of Documents - CP01EA0011 Other Discovery 2001-05-24T04:00:00Z 2001 5 2001-05-24T04:00:00Z 2001-06-26T03:59:59Z 2024-11-12T03:58:22Z   1 0 09000064803426ea
FAA-2001-9298-0006 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 Delta Air Lines, Inc. - Answer - CP01EA0011 Other Answer 2001-05-23T04:00:00Z 2001 5 2001-05-23T04:00:00Z 2001-06-22T03:59:59Z 2024-11-12T03:58:22Z   1 0 09000064803426e9
FAA-2001-9298-0005 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 Delta Air Lines, Inc. - Motion to Postpone Hearing - CP01EA0011 Other Motion 2001-05-23T04:00:00Z 2001 5 2001-05-23T04:00:00Z 2001-06-22T03:59:59Z 2024-11-12T03:58:22Z   1 0 09000064803426e8
FAA-2001-9298-0001 FAA In the Matter of Delta Airlines, Inc. - Complaint - CP01EA0011 FAA-2001-9298 U.S. DOT/FAA - Delta Air Lines, Inc. - Request for Hearing/Complaint/Notice of Appearance - CP01EA0011 Other Request for Hearing and Complaint 2001-03-29T05:00:00Z 2001 3 2001-03-29T05:00:00Z 2001-05-05T03:59:59Z 2024-11-12T03:56:47Z   1 0 09000064803426e0

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