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

13 rows where docket_id = "FAA-2014-0864" and posted_year = 2015 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2015 · 13 ✖

document_type 1

  • Other 13

agency_id 1

  • FAA 13
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-2014-0864-0018 FAA None FAA-2014-0864 U.S. DOT/FAA - Complainant's Notice of Change of Mailing Address Other Adjudication Notice 2015-10-05T04:00:00Z 2015 10 2015-10-05T04:00:00Z   2015-10-05T18:09:26Z   0 0 0900006481cab21d
FAA-2014-0864-0017 FAA None FAA-2014-0864 Federal Express Corporation - Answer Other Answer 2015-09-04T04:00:00Z 2015 9 2015-09-04T04:00:00Z   2015-09-04T15:41:44Z   0 0 0900006481c46f9f
FAA-2014-0864-0015 FAA None FAA-2014-0864 U.S. DOT/FAA - Amended Complaint Other Complaint 2015-08-26T04:00:00Z 2015 8 2015-08-26T04:00:00Z   2015-08-26T19:23:40Z   0 0 0900006481c3ac97
FAA-2014-0864-0016 FAA None FAA-2014-0864 U.S. DOT/OST - Corrected: Uncontested Order Granting Motion to Extend Time for Answer to Complainant's First Set of Requests for Admission, Interrogatories, Request for Production of Documents and Notice of Deposition Other Order 2015-08-26T04:00:00Z 2015 8 2015-08-26T04:00:00Z   2015-08-26T19:26:32Z   0 0 0900006481c3ae56
FAA-2014-0864-0014 FAA None FAA-2014-0864 U.S. DOT/OST - Order on Complainant's Motion for Decision Other Order 2015-06-19T04:00:00Z 2015 6 2015-06-19T04:00:00Z   2015-06-19T13:22:37Z   0 0 0900006481b42f91
FAA-2014-0864-0012 FAA None FAA-2014-0864 Federal Express Corporation - Response to Complainant's First Set of Request for Admissions, Interrogatories and Request for Production of Documents Other Response(s) 2015-05-11T04:00:00Z 2015 5 2015-05-11T04:00:00Z   2015-05-11T19:01:17Z   0 0 0900006481ad8f49
FAA-2014-0864-0013 FAA None FAA-2014-0864 Federal Express Corporation - Answer to Complaint's Motion for Decision Other Answer 2015-05-11T04:00:00Z 2015 5 2015-05-11T04:00:00Z   2015-05-11T19:03:55Z   0 0 0900006481ad8f4b
FAA-2014-0864-0010 FAA None FAA-2014-0864 U.S. DOT/FAA - Complainant's Motion for Decision Other Motion 2015-04-16T04:00:00Z 2015 4 2015-04-16T04:00:00Z   2015-04-16T13:14:02Z   0 0 0900006481aa6c84
FAA-2014-0864-0011 FAA None FAA-2014-0864 Federal Express Corporation - Uncontested Motion to Extend Time for Respondent's Answer to Complainant's Motion for a Decision Other Motion 2015-04-16T04:00:00Z 2015 4 2015-04-16T04:00:00Z   2015-04-16T13:16:52Z   0 0 0900006481aa7823
FAA-2014-0864-0009 FAA None FAA-2014-0864 U.S. DOT/OST - Order Granting Motion to Extend Time to Answer Complainant's Motion For Decision Other Order 2015-04-15T04:00:00Z 2015 4 2015-04-15T04:00:00Z   2015-04-15T19:14:24Z   0 0 0900006481aa765d
FAA-2014-0864-0008 FAA None FAA-2014-0864 U.S. DOT/OST - Procedural Order Other Order 2015-02-12T05:00:00Z 2015 2 2015-02-12T05:00:00Z   2015-02-12T19:20:29Z   0 0 0900006481a00d00
FAA-2014-0864-0007 FAA None FAA-2014-0864 U.S. DOT/OST - Uncontested Order Granting Motion to Extend Time for Answer to Complainant's First Set of Requests For Admission, Interrogatories, Request For Production of Documents and Notice of Deposition Other Order 2015-02-03T05:00:00Z 2015 2 2015-02-03T05:00:00Z   2015-02-03T14:40:38Z   0 0 09000064819ed3ca
FAA-2014-0864-0006 FAA None FAA-2014-0864 Federal Express Corporation - Uncontested Motion to Extend Time for Answer to Complainant's First Set of Requests for Admission, Interrogatories, Request for Production of Documents and Notice of Deposition Other Motion 2015-01-13T05:00:00Z 2015 1 2015-01-13T05:00:00Z   2015-01-13T15:55:54Z   0 0 09000064819b1874

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