documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
13 rows where docket_id = "FAA-2016-8496" and posted_year = 2017 sorted by posted_date descending
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)
| 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-2016-8496-0016 | FAA | None FAA-2016-8496 | Order Granting Agreed; Extension of Time Nunc Pro Tunc | Other | Order | 2017-12-18T05:00:00Z | 2017 | 12 | 2017-12-18T05:00:00Z | 2017-12-18T20:55:14Z | 0 | 0 | 0900006482d33d6e | ||
| FAA-2016-8496-0015 | FAA | None FAA-2016-8496 | Agreed Motion for Extension of Time to Submit Motions for Summary Judgement | Other | Motion | 2017-12-06T05:00:00Z | 2017 | 12 | 2017-12-06T05:00:00Z | 2017-12-06T15:56:09Z | 0 | 0 | 0900006482ce988d | ||
| FAA-2016-8496-0014 | FAA | None FAA-2016-8496 | Transcript of Teleconference Hearing Held 08-02-2017 | Other | Transcript(s) | 2017-08-08T04:00:00Z | 2017 | 8 | 2017-08-08T04:00:00Z | 2017-08-08T20:04:10Z | 0 | 0 | 09000064829e0970 | ||
| FAA-2016-8496-0013 | FAA | None FAA-2016-8496 | Order Setting Litigation Dates and Procedures | Other | Order | 2017-08-03T04:00:00Z | 2017 | 8 | 2017-08-03T04:00:00Z | 2017-08-03T20:32:51Z | 0 | 0 | 0900006482999d55 | ||
| FAA-2016-8496-0012 | FAA | None FAA-2016-8496 | Parties Proposed Discovery Plan | Other | Adjudication Notice | 2017-07-28T04:00:00Z | 2017 | 7 | 2017-07-28T04:00:00Z | 2017-07-28T18:06:49Z | 0 | 0 | 090000648297e061 | ||
| FAA-2016-8496-0011 | FAA | None FAA-2016-8496 | Order Finding Good Cause, Accepting Answer, and Grant/Denying Other Relief | Other | Order | 2017-06-05T04:00:00Z | 2017 | 6 | 2017-06-05T04:00:00Z | 2017-06-05T15:04:27Z | 0 | 0 | 09000064826811b1 | ||
| FAA-2016-8496-0010 | FAA | None FAA-2016-8496 | Order Setting a Rule 16 Litigation Scheduling Conference and Directing the Parties to Confer and File a Rule 26(f) Proposed Discovery Plan | Other | Order | 2017-06-01T04:00:00Z | 2017 | 6 | 2017-06-01T04:00:00Z | 2017-06-01T19:57:47Z | 0 | 0 | 090000648267999c | ||
| FAA-2016-8496-0009 | FAA | None FAA-2016-8496 | Complainant's Response in Opposition to Respondent's Motion for Extension of Time and Reset Briefing Schedule | Other | Response(s) | 2017-04-04T04:00:00Z | 2017 | 4 | 2017-04-04T04:00:00Z | 2017-04-04T14:32:50Z | 0 | 0 | 0900006482537c18 | ||
| FAA-2016-8496-0008 | FAA | None FAA-2016-8496 | Motion for Extension of Time and Reset Briefing Schedule | Other | Motion | 2017-04-04T04:00:00Z | 2017 | 4 | 2017-04-04T04:00:00Z | 2017-04-04T14:32:11Z | 0 | 0 | 09000064825376d7 | ||
| FAA-2016-8496-0007 | FAA | None FAA-2016-8496 | Notice of Appearance | Other | Adjudication Notice | 2017-03-31T04:00:00Z | 2017 | 3 | 2017-03-31T04:00:00Z | 2017-03-31T16:03:04Z | 0 | 0 | 0900006482532aed | ||
| FAA-2016-8496-0006 | FAA | None FAA-2016-8496 | U.S. DOT/FAA - Complainant's Reply In Support of Its Motion to Deem Allegations Admitted and Motion for Judgment on the Pleadings | Other | Reply | 2017-03-03T05:00:00Z | 2017 | 3 | 2017-03-03T05:00:00Z | 2017-03-03T16:45:27Z | 0 | 0 | 09000064824e9b6a | ||
| FAA-2016-8496-0005 | FAA | None FAA-2016-8496 | U.S. DOT/FAA - Supplement to Motion to Deem Allegations Admitted and Motion for Judgment On the Pleadings | Other | Additional Information | 2017-01-25T05:00:00Z | 2017 | 1 | 2017-01-25T05:00:00Z | 2017-01-25T18:51:16Z | 0 | 0 | 090000648249212e | ||
| FAA-2016-8496-0004 | FAA | None FAA-2016-8496 | Order Canceling the Litigation Scheduling Conference, Setting Filing Deadlines for the FAA and the Respondent, and Granting/Reserving Other Relief | Other | Order | 2017-01-17T05:00:00Z | 2017 | 1 | 2017-01-17T05:00:00Z | 2017-01-17T16:21:55Z | 0 | 0 | 09000064824776c2 |
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;