documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FAA-2010-0192" and posted_year = 2011 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-2010-0192-0025 | FAA | None FAA-2010-0192 | U.S. DOT/FAA - Complainant's Response to Respondent's Motion to Compel - CP10S00001 | Other | Response(s) | 2011-12-27T05:00:00Z | 2011 | 12 | 2011-12-27T05:00:00Z | 2011-12-27T14:21:02Z | 0 | 0 | 0900006480f88489 | ||
| FAA-2010-0192-0026 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Order Denying Respondent's Motion to Dismiss, Granting Motion to Compel and Setting Depositions, and Granting/Denying Other Relief - CP10S00001 | Other | Order | 2011-12-27T05:00:00Z | 2011 | 12 | 2011-12-27T05:00:00Z | 2011-12-27T14:38:02Z | 0 | 0 | 0900006480f8848a | ||
| FAA-2010-0192-0024 | FAA | None FAA-2010-0192 | Cloud Dancer Aviation - Renewed Motion to Compel for Discovery - CP10S00001 | Other | Motion | 2011-12-23T05:00:00Z | 2011 | 12 | 2011-12-23T05:00:00Z | 2011-12-23T18:51:37Z | 0 | 0 | 0900006480f88488 | ||
| FAA-2010-0192-0023 | FAA | None FAA-2010-0192 | Cloud Dancer Aviation - Motion to Strike and/or Dismiss - CP10S00001 | Other | Motion | 2011-12-07T05:00:00Z | 2011 | 12 | 2011-12-07T05:00:00Z | 2011-12-07T21:33:17Z | 0 | 0 | 0900006480f7d7fc | ||
| FAA-2010-0192-0022 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Order Denying Respondent's Motion to Strike and/or Dismiss, and Granting/Denying Other Relief - CP10S00001 | Other | Order | 2011-12-02T05:00:00Z | 2011 | 12 | 2011-12-02T05:00:00Z | 2011-12-02T21:23:03Z | 0 | 0 | 0900006480f79fad | ||
| FAA-2010-0192-0021 | FAA | None FAA-2010-0192 | U.S. DOT/FAA - Transcript of Proceedings - CP10S00001 | Other | Transcript(s) | 2011-10-03T04:00:00Z | 2011 | 10 | 2011-10-03T04:00:00Z | 2011-10-03T19:20:52Z | 0 | 0 | 0900006480f469c0 | ||
| FAA-2010-0192-0019 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Order Setting Litigation Dates and Procedures - CP10S00001 | Other | Order | 2011-09-08T04:00:00Z | 2011 | 9 | 2011-09-08T04:00:00Z | 2011-09-08T16:06:35Z | 0 | 0 | 0900006480f13abf | ||
| FAA-2010-0192-0018 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Order Granting Respondent's Motion to Reopen Discovery and Granting/Denying Other Relief - CP10S00001 | Other | Order | 2011-09-08T04:00:00Z | 2011 | 9 | 2011-09-08T04:00:00Z | 2011-09-08T15:55:17Z | 0 | 0 | 0900006480f13abe | ||
| FAA-2010-0192-0020 | FAA | None FAA-2010-0192 | U.S. DOT/FAA - Amended Complaint - CP10S00001 | Other | Complaint | 2011-09-08T04:00:00Z | 2011 | 9 | 2011-09-08T04:00:00Z | 2011-09-08T16:28:44Z | 0 | 0 | 0900006480f13e90 | ||
| FAA-2010-0192-0017 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Notice of Litigation Scheduling Telephone Conference - CP10S00001 | Other | Adjudication Notice | 2011-08-29T04:00:00Z | 2011 | 8 | 2011-08-29T04:00:00Z | 2011-08-29T19:33:47Z | 0 | 0 | 0900006480f076ad | ||
| FAA-2010-0192-0016 | FAA | None FAA-2010-0192 | U.S.DOT/OST - Order Reassigning Proceeding - CP10S00001 | Other | Order | 2011-07-15T04:00:00Z | 2011 | 7 | 2011-07-15T04:00:00Z | 2011-07-15T15:06:20Z | 0 | 0 | 0900006480ec29d3 | ||
| FAA-2010-0192-0015 | FAA | None FAA-2010-0192 | U.S. DOT/OST - Order of Chief Administrative Law Judge - CP10SO0001 | Other | Order | 2011-04-12T04:00:00Z | 2011 | 4 | 2011-04-12T04:00:00Z | 2013-07-27T23:49:49Z | 0 | 0 | 0900006480c21aaf |
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;