documents
Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API
12 rows where docket_id = "FAA-2009-0845" sorted by posted_date descending
This data as json, CSV (advanced)
Suggested facets: subtype, posted_date, posted_month, comment_start_date, last_modified, 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-2009-0845-0012 | FAA | None FAA-2009-0845 | U.S. DOT/FAA - Notice of Settlement and Withdrawal of Complaint - CP09CE0002 | Other | Other | 2010-01-11T05:00:00Z | 2010 | 1 | 2010-01-11T05:00:00Z | 2013-07-27T23:03:57Z | 0 | 0 | 0900006480a79b16 | ||
| FAA-2009-0845-0011 | FAA | None FAA-2009-0845 | U.S.DOT/OST - Order of Dismissal - CP09CE0002 | Other | Order | 2009-12-28T05:00:00Z | 2009 | 12 | 2009-12-28T05:00:00Z | 2013-07-27T23:03:08Z | 0 | 0 | 0900006480a710d0 | ||
| FAA-2009-0845-0010 | FAA | None FAA-2009-0845 | Higginsville Avionics Lab, LLC - Answer - CP09CE0002 | Other | Answer | 2009-11-20T05:00:00Z | 2009 | 11 | 2009-11-20T05:00:00Z | 2013-07-27T23:00:19Z | 0 | 0 | 0900006480a5b083 | ||
| FAA-2009-0845-0009 | FAA | None FAA-2009-0845 | U.S. DOT/OST - Notice Of Hearing Dates - CP09CE0002 | Other | Adjudication Notice | 2009-10-23T04:00:00Z | 2009 | 10 | 2009-10-23T04:00:00Z | 2013-08-11T04:36:10Z | 0 | 0 | 0900006480a485af | ||
| FAA-2009-0845-0008 | FAA | None FAA-2009-0845 | U.S. DOT/OST - Order Denying Motions - CP09CE0002 | Other | Order | 2009-10-21T04:00:00Z | 2009 | 10 | 2009-10-21T04:00:00Z | 2013-08-11T01:30:07Z | 0 | 0 | 0900006480a4678b | ||
| FAA-2009-0845-0007 | FAA | None FAA-2009-0845 | U.S. DOT/OST - Procedural Order - CP09CE0002 | Other | Order | 2009-10-21T04:00:00Z | 2009 | 10 | 2009-10-21T04:00:00Z | 2013-08-11T03:04:43Z | 0 | 0 | 0900006480a4678a | ||
| FAA-2009-0845-0006 | FAA | None FAA-2009-0845 | U.S. DOT/FAA - Complainant's Reply in Opposition to Respondent's Motion to Strike - CP09CE0002 | Other | Response(s) | 2009-10-20T04:00:00Z | 2009 | 10 | 2009-10-20T04:00:00Z | 2013-07-27T22:57:25Z | 0 | 0 | 0900006480a45492 | ||
| FAA-2009-0845-0005 | FAA | None FAA-2009-0845 | Higginsville Avionics Lab, LLC - Motion To Strike - CP09CE0002 | Other | Motion | 2009-10-13T04:00:00Z | 2009 | 10 | 2009-10-13T04:00:00Z | 2013-07-27T22:56:50Z | 0 | 0 | 0900006480a3f32c | ||
| FAA-2009-0845-0004 | FAA | None FAA-2009-0845 | U.S. DOT/FAA - Complainant's Answer In Opposition To Respondent's Motion To Dismiss - CP09CE0002 | Other | Answer | 2009-10-13T04:00:00Z | 2009 | 10 | 2009-10-13T04:00:00Z | 2013-07-27T22:56:50Z | 0 | 0 | 0900006480a3f32a | ||
| FAA-2009-0845-0003 | FAA | None FAA-2009-0845 | U.S. DOT/OST - Notice Of Assignment Of Proceeding - CP09CE0002 | Other | Adjudication Notice | 2009-10-09T04:00:00Z | 2009 | 10 | 2009-10-09T04:00:00Z | 2013-07-27T22:56:46Z | 0 | 0 | 0900006480a3f125 | ||
| FAA-2009-0845-0002 | FAA | None FAA-2009-0845 | Higginsville Avionics Lab, LLC- Motion to Dismiss - CP09CE0002 | Other | Motion | 2009-10-08T04:00:00Z | 2009 | 10 | 2009-10-08T04:00:00Z | 2013-07-27T22:56:39Z | 0 | 0 | 0900006480a3e3b3 | ||
| FAA-2009-0845-0001 | FAA | None FAA-2009-0845 | U.S. DOT/FAA - Request for Hearing and Complaint - CP09CE0002 | Other | Request for Hearing and Complaint | 2009-09-30T04:00:00Z | 2009 | 9 | 2009-09-30T04:00:00Z | 2013-07-27T22:55:58Z | 0 | 0 | 0900006480a32d06 |
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;