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

11 rows where docket_id = "FAA-1999-5970" and posted_year = 2000 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, comment_end_date, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2000 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • FAA 11
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-1999-5970-0021 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Withdrawal of Complaint - CP99AL0010 Other Withdrawal of Complaint or Request for Hearing 2000-12-19T05:00:00Z 2000 12 2000-12-19T05:00:00Z 2001-01-25T04:59:59Z 2024-11-12T03:22:38Z   1 0 090000648032f949
FAA-1999-5970-0020 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Errata to Complainant's First Discovery Request - CP99AL0010 Other Amendment 2000-07-27T04:00:00Z 2000 7 2000-07-27T04:00:00Z 2000-08-16T03:59:59Z 2024-11-12T03:22:37Z   1 0 090000648032f948
FAA-1999-5970-0019 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Complainant's First Discovery Request - CP99AL0010 Other Discovery 2000-07-27T04:00:00Z 2000 7 2000-07-27T04:00:00Z 2000-08-16T03:59:59Z 2024-11-12T03:22:37Z   1 0 090000648032f946
FAA-1999-5970-0015 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Respondent's First Consolidated Discovery Requests - CP99AL0010 Other Request 2000-07-20T04:00:00Z 2000 7 2000-07-20T04:00:00Z 2000-08-04T03:59:59Z 2024-11-12T03:26:41Z   1 0 090000648032f942
FAA-1999-5970-0018 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Order Re-Scheduling Hearing - CP99AL0010 Other Order 2000-07-12T04:00:00Z 2000 7 2000-07-12T04:00:00Z 2000-08-16T03:59:59Z 2024-11-12T03:22:37Z   1 0 090000648032f945
FAA-1999-5970-0016 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Joint Stipulation of Facts - CP99AL0010 Other Stipulation(s) 2000-07-05T04:00:00Z 2000 7 2000-07-05T04:00:00Z 2000-08-16T03:59:59Z 2024-11-12T03:22:37Z   1 0 090000648032f943
FAA-1999-5970-0017 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Joint Statement of Issues - CP99AL0010 Other Statement 2000-07-05T04:00:00Z 2000 7 2000-07-05T04:00:00Z 2000-08-16T03:59:59Z 2024-11-12T03:22:37Z   1 0 090000648032f944
FAA-1999-5970-0013 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Change of Address for Counsel - CP99AL0010 Other Memo, Action Memo or Letter 2000-05-18T04:00:00Z 2000 5 2000-05-18T04:00:00Z 2000-06-16T03:59:59Z 2024-11-12T03:26:40Z   1 0 090000648032f940
FAA-1999-5970-0014 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Order Re-Scheduling Hearing - CP99AL0010 Other Order 2000-05-15T04:00:00Z 2000 5 2000-05-15T04:00:00Z 2000-08-04T03:59:59Z 2024-11-12T03:26:41Z   1 0 090000648032f941
FAA-1999-5970-0012 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Order Scheduling Hearing - CP99AL0010 Other Order 2000-03-20T05:00:00Z 2000 3 2000-03-20T05:00:00Z 2000-04-27T03:59:59Z 2024-11-12T03:26:40Z   1 0 090000648032f93f
FAA-1999-5970-0011 FAA In the Matter of Federal Express Corporation - Complaint - CP99AL0010 FAA-1999-5970 In the Matter of Federal Express Corporation - Joint Request for Extension of Time - CP99AL0010 Other Request for Extension of Time in which to file a document 2000-03-13T05:00:00Z 2000 3 2000-03-13T05:00:00Z 2000-04-21T03:59:59Z 2024-11-12T03:26:40Z   1 0 090000648032f93e

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