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

14 rows where docket_id = "FAA-2009-1043" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2010 10
  • 2009 4

document_type 1

  • Other · 14 ✖

agency_id 1

  • FAA 14
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-1043-0014 FAA None FAA-2009-1043 American Eagle Airlines, Inc. - Request to Withdraw the Request for a Hearing and the Answer to the Complaint - CP09SW0007 Other Request 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z   2013-07-27T23:12:49Z   0 0 0900006480ac6096
FAA-2009-1043-0011 FAA None FAA-2009-1043 American Eagle Airlines, Inc. - Notice of Deposition of Richard Morris - CP09SW0007 Other Other 2010-03-23T04:00:00Z 2010 3 2010-03-23T04:00:00Z   2013-07-27T23:12:47Z   0 0 0900006480ac50e3
FAA-2009-1043-0013 FAA None FAA-2009-1043 American Eagle Airlines, Inc. - Notice of Deposition of Mark Zinc - CP09SW0007 Other Other 2010-03-23T04:00:00Z 2010 3 2010-03-23T04:00:00Z   2013-07-27T23:12:47Z   0 0 0900006480ac5305
FAA-2009-1043-0012 FAA None FAA-2009-1043 American Eagle Airlines, Inc. - Notice of Deposition of Bob Laurion - CP09SW0007 Other Other 2010-03-23T04:00:00Z 2010 3 2010-03-23T04:00:00Z   2013-07-27T23:12:47Z   0 0 0900006480ac50e7
FAA-2009-1043-0010 FAA None FAA-2009-1043 U.S.DOT/OST - Notice of Deposition of William Rocovich - CP09SW0007 Other Other 2010-03-22T04:00:00Z 2010 3 2010-03-22T04:00:00Z   2013-07-27T23:12:47Z   0 0 0900006480ac5267
FAA-2009-1043-0008 FAA None FAA-2009-1043 U.S.DOT/OST - Order of Dismissal - CP09SW0007 Other Order 2010-03-22T04:00:00Z 2010 3 2010-03-22T04:00:00Z   2013-07-27T23:12:37Z   0 0 0900006480ac1f68
FAA-2009-1043-0009 FAA None FAA-2009-1043 U.S.DOT/OST - Notice of Deposition of William Rocovich - CP09SW0007 Other   2010-03-22T00:00:00Z 2010 3     2013-08-11T01:33:18Z   0 1 0900006480ac500d
FAA-2009-1043-0007 FAA None FAA-2009-1043 U.S. DOT/OST - Order Granting Motions - CP09SW0007 Other Order 2010-03-11T05:00:00Z 2010 3     2013-07-27T23:11:30Z   0 0 0900006480aba26e
FAA-2009-1043-0006 FAA None FAA-2009-1043 U.S. DOT/OST - Amended Procedural Order - CP09SW0007 Other Order 2010-03-01T05:00:00Z 2010 3 2010-03-01T05:00:00Z   2013-07-27T23:09:48Z   0 0 0900006480aae329
FAA-2009-1043-0005 FAA None FAA-2009-1043 U.S. DOT/OST - Notice Of Hearing Dates - CP09SW0007 Other Adjudication Notice 2010-01-14T05:00:00Z 2010 1 2010-01-14T05:00:00Z   2013-07-27T23:04:21Z   0 0 0900006480a7cd37
FAA-2009-1043-0004 FAA None FAA-2009-1043 U.S. DOT/OST - Procedural Order - CP09SW0007 Other Order 2009-12-22T05:00:00Z 2009 12 2009-12-22T05:00:00Z   2013-08-11T01:31:41Z   0 0 0900006480a6f778
FAA-2009-1043-0003 FAA None FAA-2009-1043 U.S. DOT/OST - Notice Of Assignment Of Proceeding - CP09SW0007 Other Adjudication Notice 2009-12-18T05:00:00Z 2009 12 2009-12-18T05:00:00Z   2013-07-27T23:02:47Z   0 0 0900006480a6caaa
FAA-2009-1043-0002 FAA None FAA-2009-1043 American Eagle Airlines, Inc. - Answer - CP09SW0007 Other Answer 2009-12-15T05:00:00Z 2009 12 2009-12-15T05:00:00Z   2013-08-11T03:05:54Z   0 0 0900006480a6a433
FAA-2009-1043-0001 FAA None FAA-2009-1043 U.S. DOT/FAA - Complaint and Request for Hearing - CP09SW0007 Other Request for Hearing and Complaint 2009-12-01T05:00:00Z 2009 12 2009-12-01T05:00:00Z   2024-11-07T22:08:23Z   1 0 0900006480a60a16

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