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-2008-1191" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2009 9
  • 2008 4
  • 2010 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-2008-1191-0014 FAA None FAA-2008-1191 U.S. DOT/FAA - Decision and Order - CP08SO0025 Other Decision 2010-06-25T04:00:00Z 2010 6 2010-06-25T04:00:00Z   2013-08-11T04:40:48Z   0 0 0900006480b09c0f
FAA-2008-1191-0013 FAA None FAA-2008-1191 Darby Aviation - Reply Brief - CP08SO0025 Other Brief 2009-05-26T04:00:00Z 2009 5 2009-05-26T04:00:00Z   2013-07-27T22:45:22Z   0 0 09000064809abd3a
FAA-2008-1191-0012 FAA None FAA-2008-1191 U.S. DOT/FAA - Agency's Appeal Brief - CP08SO0025 Other Brief 2009-04-20T04:00:00Z 2009 4 2009-04-20T04:00:00Z   2013-07-27T22:42:52Z   0 0 090000648095e2ae
FAA-2008-1191-0011 FAA None FAA-2008-1191 U.S. DOT/FAA - Transcript - CP08SO0025 Other Transcript(s) 2009-03-17T04:00:00Z 2009 3 2009-03-17T04:00:00Z   2013-08-11T03:00:41Z   0 0 09000064809104b9
FAA-2008-1191-0010 FAA None FAA-2008-1191 Darby Aviation - Notice of Appearance - CP08SO0025 Other Other 2009-03-10T04:00:00Z 2009 3 2009-03-10T04:00:00Z   2013-07-27T22:39:43Z   0 0 090000648090106a
FAA-2008-1191-0009 FAA None FAA-2008-1191 U.S. DOT/FAA - Agency's Appeal of Judge's Order Granting Summary Disposition - CP08SO0025 Other Appeal 2009-03-04T05:00:00Z 2009 3 2009-03-04T05:00:00Z   2024-11-07T22:02:42Z   1 0 09000064808e8823
FAA-2008-1191-0007 FAA None FAA-2008-1191 U.S. DOT/FAA - Administrative Law Judge's Order Granting Motion For Summary Disposition And Severing Proceeding Other Order 2009-02-27T05:00:00Z 2009 2 2009-02-27T05:00:00Z   2024-11-07T22:03:32Z   1 0 09000064808e017a
FAA-2008-1191-0008 FAA None FAA-2008-1191 Darby Aviation - Notice Of Appearance - CP08SO0025 Other Adjudication Notice 2009-02-27T05:00:00Z 2009 2 2009-02-27T05:00:00Z   2013-07-27T22:39:05Z   0 0 09000064808e01a8
FAA-2008-1191-0006 FAA None FAA-2008-1191 U.S. DOT/OST - Administrative Law Judge's Order Convening Prehearing Conference - CP08SO0025 Other Order 2009-02-17T05:00:00Z 2009 2 2009-02-17T05:00:00Z   2024-11-12T04:32:21Z   1 0 090000648085c3b4
FAA-2008-1191-0005 FAA None FAA-2008-1191 U.S.DOT/OST - Notice of Assignment Of Proceeding - CP08SO0025 Other Other 2009-01-13T05:00:00Z 2009 1 2009-01-13T05:00:00Z   2024-11-12T04:30:54Z   1 0 090000648081ace3
FAA-2008-1191-0004 FAA None FAA-2008-1191 Darby Aviation - Motion for Decision - CP08SO0025 Other Motion 2008-12-30T05:00:00Z 2008 12 2008-12-30T05:00:00Z   2024-11-12T04:24:41Z   1 0 09000064807f8b61
FAA-2008-1191-0003 FAA None FAA-2008-1191 Darby Aviation - Answer, Defenses and Suggested Hearing Location - CP08SO0025 Other Answer 2008-12-30T05:00:00Z 2008 12 2008-12-30T05:00:00Z   2024-11-12T04:24:41Z   1 0 09000064807f8b5a
FAA-2008-1191-0001 FAA None FAA-2008-1191 U.S. DOT/FAA - Request for Hearing - CP08SO0025 Other Request 2008-12-01T05:00:00Z 2008 12 2008-12-01T05:00:00Z   2024-11-07T22:00:20Z   1 0 09000064807c0069
FAA-2008-1191-0002 FAA None FAA-2008-1191 U.S. DOT/FAA - Request for Hearing - CP08SO0025 Other Request 2008-12-01T05:00:00Z 2008 12 2008-12-01T05:00:00Z   2024-11-07T22:01:36Z   1 0 09000064807c011a

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