documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "FAA-2013-0849" and document_type = "Other" sorted by posted_date descending
This data as json, CSV (advanced)
| 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-2013-0849-0013 | FAA | None FAA-2013-0849 | U.S. DOT/OST - Transcript of Teleconference Held on November 18, 2014 | Other | Transcript(s) | 2014-12-15T05:00:00Z | 2014 | 12 | 2014-12-15T05:00:00Z | 2014-12-15T20:27:54Z | 0 | 0 | 0900006481970bb3 | ||
| FAA-2013-0849-0012 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Agency's Withdrawal of Complaint | Other | Withdrawal | 2014-11-26T05:00:00Z | 2014 | 11 | 2014-11-26T05:00:00Z | 2014-11-26T16:40:57Z | 0 | 0 | 09000064819484be | ||
| FAA-2013-0849-0011 | FAA | None FAA-2013-0849 | U.S. DOT/OST - Order Dismissing Proceeding | Other | Order | 2014-11-20T05:00:00Z | 2014 | 11 | 2014-11-20T05:00:00Z | 2014-11-20T20:26:07Z | 0 | 0 | 090000648193af8a | ||
| FAA-2013-0849-0010 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Agency's First Set of Interrogatories and Request for Production of Documents and Request for Admissions | Other | Request | 2014-04-11T04:00:00Z | 2014 | 4 | 2014-04-11T04:00:00Z | 2014-04-11T16:02:48Z | 0 | 0 | 09000064816abcdf | ||
| FAA-2013-0849-0009 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - New Set of Discovery Filed by FAA | Other | Discovery | 2014-04-10T04:00:00Z | 2014 | 4 | 2014-04-10T04:00:00Z | 2014-04-10T20:46:56Z | 0 | 0 | 09000064816abcbb | ||
| FAA-2013-0849-0008 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Transcript | Other | Transcript(s) | 2014-04-04T04:00:00Z | 2014 | 4 | 2014-04-04T04:00:00Z | 2014-04-04T14:11:10Z | 0 | 0 | 090000648169b98b | ||
| FAA-2013-0849-0007 | FAA | None FAA-2013-0849 | U.S. DOT/OST - Order Setting Litigation Dates and Procedures | Other | Order | 2014-03-19T04:00:00Z | 2014 | 3 | 2014-03-19T04:00:00Z | 2014-03-19T19:58:36Z | 0 | 0 | 0900006481670501 | ||
| FAA-2013-0849-0006 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Joint Proposed Procedural Schedule | Other | Additional Information | 2014-02-20T05:00:00Z | 2014 | 2 | 2014-02-20T05:00:00Z | 2014-02-20T19:56:17Z | 0 | 0 | 09000064815901d0 | ||
| FAA-2013-0849-0005 | FAA | None FAA-2013-0849 | U.S. DOT/OST - Order Setting Rule 16 Litigation Scheduling Conference and Directing Rule 26(f) Planning and Submission | Other | Order | 2014-02-03T05:00:00Z | 2014 | 2 | 2014-02-03T05:00:00Z | 2014-02-03T18:46:25Z | 0 | 0 | 090000648153960d | ||
| FAA-2013-0849-0004 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Agency's First Set of Interrogatories and Request for Production of Documents and Request for Admissions | Other | Request | 2014-01-29T05:00:00Z | 2014 | 1 | 2014-01-29T05:00:00Z | 2014-01-29T16:59:01Z | 0 | 0 | 090000648152ff27 | ||
| FAA-2013-0849-0003 | FAA | None FAA-2013-0849 | Wings Air, LLC - Answer and Affirmative Defenses. | Other | Answer | 2014-01-15T05:00:00Z | 2014 | 1 | 2014-01-15T05:00:00Z | 2014-01-15T17:20:57Z | 0 | 0 | 0900006481505edd | ||
| FAA-2013-0849-0002 | FAA | None FAA-2013-0849 | U.S. DOT/OST - Notice of Assignment of Proceeding | Other | Adjudication Notice | 2014-01-07T05:00:00Z | 2014 | 1 | 2014-01-07T05:00:00Z | 2014-01-07T20:04:22Z | 0 | 0 | 09000064814f0495 | ||
| FAA-2013-0849-0001 | FAA | None FAA-2013-0849 | U.S. DOT/FAA - Complaint and Request for Hearing | Other | Complaint | 2013-12-31T05:00:00Z | 2013 | 12 | 2013-12-31T05:00:00Z | 2024-11-07T23:00:24Z | 1 | 0 | 09000064814e32ef |
Advanced export
JSON shape: default, array, newline-delimited, object
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;