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-1042" sorted by posted_date descending

✎ View and edit SQL

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)

posted_year 3

  • 2010 10
  • 2009 3
  • 2011 1

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-1042-0014 FAA None FAA-2009-1042 U.S. DOT/FAA - Withdrawal Of Notice Of Appeal - CP09SW0006 Other Withdrawal 2011-02-14T05:00:00Z 2011 2 2011-02-14T05:00:00Z   2013-08-11T04:44:07Z   0 0 0900006480bddecb
FAA-2009-1042-0012 FAA None FAA-2009-1042 U.S. DOT/OST - Initial Decision Of Administrative Law Judge Richard C. Goodwin - CP09SW0006 Other Decision 2010-12-14T05:00:00Z 2010 12 2010-12-14T05:00:00Z   2013-08-11T01:38:41Z   0 0 0900006480bb5644
FAA-2009-1042-0013 FAA None FAA-2009-1042 U.S. DOT/OST - Exhibits - CP09SW0006 Other Exhibit(s) 2010-12-14T05:00:00Z 2010 12 2010-12-14T05:00:00Z   2013-07-27T23:39:28Z   0 0 0900006480bb5675
FAA-2009-1042-0011 FAA None FAA-2009-1042 U.S. DOT/FAA - Briefing Order - CP09SW0006 Other Order 2010-06-07T04:00:00Z 2010 6 2010-06-07T04:00:00Z   2013-07-27T23:20:59Z   0 0 0900006480afb534
FAA-2009-1042-0010 FAA None FAA-2009-1042 U.S. DOT/FAA - Transcript of Proceedings - CP09SW0006 Other Transcript(s) 2010-04-20T04:00:00Z 2010 4 2010-04-20T04:00:00Z   2013-07-27T23:16:14Z   0 0 0900006480adb52e
FAA-2009-1042-0009 FAA None FAA-2009-1042 American Eagle Airlines, Inc. - Respondent's Response to Administrator's Request to Amend Its Complaint - CP09SW0006 Other Response(s) 2010-03-26T04:00:00Z 2010 3 2010-03-26T04:00:00Z   2013-08-11T01:33:22Z   0 0 0900006480ac77e8
FAA-2009-1042-0008 FAA None FAA-2009-1042 U.S. DOT/FAA - Amended Procedural Order - CP09SW0007 Other Order 2010-03-24T04:00:00Z 2010 3 2010-03-24T04:00:00Z   2010-03-24T18:27:36Z   0 0 0900006480ab0bac
FAA-2009-1042-0006 FAA None FAA-2009-1042 American Eagle Airlines, Inc. - Notice of Deposition of Mitchell Wagster - CP09SW0006 Other Other 2010-03-23T04:00:00Z 2010 3 2010-03-23T04:00:00Z   2013-08-11T03:07:31Z   0 0 0900006480ac5304
FAA-2009-1042-0007 FAA None FAA-2009-1042 American Eagle Airlines, Inc. - Notice of Deposition of Ronald Stillwell - CP09SW0006 Other Other 2010-03-23T04:00:00Z 2010 3 2010-03-23T04:00:00Z   2013-07-27T23:12:47Z   0 0 0900006480ac5307
FAA-2009-1042-0005 FAA None FAA-2009-1042 U.S. DOT/OST - Order Granting Motions - CP09SW0006 Other Order 2010-03-11T05:00:00Z 2010 3 2010-03-11T05:00:00Z   2013-07-27T23:11:34Z   0 0 0900006480abb0ca
FAA-2009-1042-0004 FAA None FAA-2009-1042 U.S. DOT/OST - Notice of Hearing Dates - CP09SW0006 Other Adjudication Notice 2010-01-14T05:00:00Z 2010 1 2010-01-14T05:00:00Z   2013-07-27T23:04:22Z   0 0 0900006480a7cdd1
FAA-2009-1042-0003 FAA None FAA-2009-1042 U.S. DOT/OST - Procedural Order - CP09SW0006 Other Order 2009-12-18T05:00:00Z 2009 12 2009-12-18T05:00:00Z   2013-07-27T23:02:47Z   0 0 0900006480a6caac
FAA-2009-1042-0002 FAA None FAA-2009-1042 U.S.DOT/OST - Notice of Assignment of Proceeding - CP09SW0006 Other Other 2009-12-14T05:00:00Z 2009 12 2009-12-14T05:00:00Z   2013-08-11T04:36:59Z   0 0 0900006480a69469
FAA-2009-1042-0001 FAA None FAA-2009-1042 U.S. DOT/FAA - Complaint - CP09SW0006 Other Complaint 2009-12-02T05:00:00Z 2009 12 2009-12-02T05:00:00Z   2013-07-27T23:01:15Z   0 0 0900006480a61699

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