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-2005-20021" and posted_year = 2005 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: 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)

document_type 2

  • Other 8
  • Notice 3

posted_year 1

  • 2005 · 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-2005-20021-0010 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 Federal Express Corporation - Answer to Complaint - CP05EA007 Other Answer 2005-12-07T05:00:00Z 2005 12 2005-12-07T05:00:00Z 2005-12-08T04:59:59Z 2024-11-07T18:58:01Z   1 0 0900006480327730
FAA-2005-20021-0011 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 FedEx Express - Withdrawal of Request for Hearing - 2004EA250059 Other Withdrawal of Complaint or Request for Hearing 2005-12-07T05:00:00Z 2005 12 2005-12-07T05:00:00Z 2005-12-08T04:59:59Z 2024-11-07T18:58:01Z   1 0 0900006480327731
FAA-2005-20021-0009 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/OST - Order of Administrative Law Judge - CP05EA0007 Other Order 2005-12-01T05:00:00Z 2005 12 2005-12-01T05:00:00Z 2005-12-03T04:59:59Z 2024-11-07T18:58:03Z   1 0 0900006480327739
FAA-2005-20021-0008 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/OST - Administrative Law Judge's Notice of Procedural Dates - CP05EA0007 Notice Notice 2005-10-25T04:00:00Z 2005 10 2005-10-25T04:00:00Z 2005-10-26T03:59:59Z 2024-11-07T18:58:03Z   1 0 0900006480327738
FAA-2005-20021-0007 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/OST - Administrative Law Judge's Notice of Prehearing Conference and Hearing Date - CP05EA0007 Notice Notice 2005-09-14T04:00:00Z 2005 9 2005-09-14T04:00:00Z 2005-09-15T03:59:59Z 2024-11-07T18:58:03Z   1 0 0900006480327737
FAA-2005-20021-0006 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/OST - Order Reassigning Proceeding - CP05EA0007 Other Order 2005-08-22T04:00:00Z 2005 8 2005-08-22T04:00:00Z 2005-08-23T03:59:59Z 2024-11-07T18:58:02Z   1 0 0900006480327736
FAA-2005-20021-0005 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S.DOT/FAA - Complainant's Motion for Decision - CP05EA0007 Other Motion 2005-07-20T04:00:00Z 2005 7 2005-07-20T04:00:00Z 2005-08-17T03:59:59Z 2024-11-07T18:58:02Z   1 0 0900006480327735
FAA-2005-20021-0004 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/OST - Notice of Assignment - CP05EA0007 Notice Notice 2005-04-01T05:00:00Z 2005 4 2005-04-01T05:00:00Z 2005-04-09T03:59:59Z 2024-11-07T18:58:02Z   1 0 0900006480327734
FAA-2005-20021-0003 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/FAA - Complainant's First Set of Interrogatories, Request for Admissions, and Request for Production of Documents - CP05EA0007 Other Discovery 2005-03-04T05:00:00Z 2005 3 2005-03-04T05:00:00Z 2005-03-24T04:59:59Z 2024-11-07T18:58:02Z   1 0 0900006480327733
FAA-2005-20021-0002 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 Federal Express Corporation - Answer to Complaint - CP05EA0007 Other Answer 2005-02-04T05:00:00Z 2005 2 2005-02-04T05:00:00Z 2005-03-22T04:59:59Z 2024-11-07T18:58:01Z   1 0 0900006480327732
FAA-2005-20021-0001 FAA In the Matter of Federal Express - Complaint - CP05EA0007 FAA-2005-20021 U.S. DOT/FAA - Request for Hearing and Original Complaint - CP05EA0007 Other Request for Hearing and Complaint 2005-01-20T05:00:00Z 2005 1 2005-01-20T05:00:00Z 2005-03-03T04:59:59Z 2024-11-07T18:58:01Z   1 0 090000648032772c

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