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

11 rows where docket_id = "FAA-2005-22368" and posted_year = 2007 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_date, posted_month, comment_start_date, comment_end_date, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Other 10
  • Notice 1

posted_year 1

  • 2007 · 11 ✖

agency_id 1

  • FAA 11
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-2005-22368-0034 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 U.S. DOT/FAA - Notice of Extension of Time Notice Notice 2007-12-10T05:00:00Z 2007 12 2007-12-10T05:00:00Z   2008-01-08T21:49:45Z   0 0 0900006480375d3f
FAA-2005-22368-0035 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 U.S. DOT/FAA - Final Decision and Order Other Final Agency Decision 2007-12-10T05:00:00Z 2007 12 2007-12-10T05:00:00Z   2008-01-08T21:37:31Z   0 0 0900006480375d47
FAA-2005-22368-0033-0001 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 City of Tulsa, Tulsa Airport Authority, and Tulsa Airports Improvement Trust - Reply of Appellees/Respondent's to Appeal of Roadhouse Aviation, LLC Other Reply 2007-04-06T04:00:00Z 2007 4 2007-04-06T04:00:00Z 2007-04-07T03:59:59Z 2024-11-11T22:37:32Z   1 0 09000064802c1bdd
FAA-2005-22368-0033-0002 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 City of Tulsa, Tulsa Airport Authority, and Tulsa Airports Improvement Trust - Reply of Appellees/Respondent's to Appeal of Roadhouse Aviation, LLC Other Reply 2007-04-06T04:00:00Z 2007 4 2007-04-06T04:00:00Z 2007-04-07T03:59:59Z 2024-11-11T22:37:32Z   1 0 09000064802c1bde
FAA-2005-22368-0032 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 U.S. DOT/FAA - Grant of Request for Extension of Time Other Decision 2007-03-02T05:00:00Z 2007 3 2007-03-02T05:00:00Z 2007-03-03T04:59:59Z 2024-11-11T22:37:32Z   1 0 09000064802c1bdc
FAA-2005-22368-0031-0001 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 City of Tulsa, Tulsa Airport Authority, and Tulsa Airports Improvement Trust - Request for 30-Day Enlargement of Time to Reply to Appeal Other Request 2007-02-28T05:00:00Z 2007 2 2007-02-28T05:00:00Z 2007-03-01T04:59:59Z 2024-11-11T22:37:31Z   1 0 09000064802c1bda
FAA-2005-22368-0031-0002 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 City of Tulsa, Tulsa Airport Authority, and Tulsa Airports Improvement Trust - Request for 30-Day Enlargement of Time to Reply to Appeal Other Request 2007-02-28T05:00:00Z 2007 2 2007-02-28T05:00:00Z 2007-03-01T04:59:59Z 2024-11-11T22:37:31Z   1 0 09000064802c1bdb
FAA-2005-22368-0030 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 Roadhouse Aviation - Appeal of Director's Determination Other Appeal 2007-02-16T05:00:00Z 2007 2 2007-02-16T05:00:00Z 2007-02-17T04:59:59Z 2024-11-11T22:37:31Z   1 0 09000064802c1bd9
FAA-2005-22368-0029 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 Roadhouse Aviation - Amended Motion for Extension of Time to File Brief Other Motion 2007-01-19T05:00:00Z 2007 1 2007-01-19T05:00:00Z 2007-01-20T04:59:59Z 2024-11-11T22:37:31Z   1 0 09000064802c1bd7
FAA-2005-22368-0025 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 U.S. DOT/FAA - Extension of Time to File Appeal Other Extension of Time 2007-01-12T05:00:00Z 2007 1 2007-01-12T05:00:00Z 2007-01-13T04:59:59Z 2024-11-11T22:37:30Z   1 0 09000064802c1bd3
FAA-2005-22368-0024 FAA Roadhouse Aviation v. Tulsa Airport Authority et. al. - Complaint FAA-2005-22368 Roadhouse Aviation - Amended Motion for Extension of Time to File Brief Other Motion 2007-01-09T05:00:00Z 2007 1 2007-01-09T05:00:00Z 2007-01-10T04:59:59Z 2024-11-11T22:37:30Z   1 0 09000064802c1bd2

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