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

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 3

  • 2004 6
  • 2003 4
  • 2005 1

document_type 1

  • Other · 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-2003-16047-0013 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/FAA - Order Dismissing Appeal - CP03SO0040 Other Order 2005-04-26T04:00:00Z 2005 4 2005-04-26T04:00:00Z 2005-05-05T03:59:59Z 2024-11-12T02:52:45Z   1 0 0900006480315d0f
FAA-2003-16047-0011 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/OST - Initial Decision of Administrative Law Judge Burton S. Kolko - CP03SO0040 Other Initial Decision 2004-12-20T05:00:00Z 2004 12 2004-12-20T05:00:00Z 2004-12-29T04:59:59Z 2024-11-12T02:52:44Z   1 0 0900006480315d0c
FAA-2003-16047-0010 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/FAA - Transcript of October 28, 2004 Hearing - CP03SO0040 Other Transcript(s) 2004-10-28T04:00:00Z 2004 10 2004-10-28T04:00:00Z 2004-12-15T04:59:59Z 2024-11-12T02:52:24Z   1 0 0900006480315d0b
FAA-2003-16047-0008 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S.DOT/FAA - Witness List and Testimony Summaries - CP03SO0040 Other Witness List 2004-09-08T04:00:00Z 2004 9 2004-09-08T04:00:00Z 2004-10-07T03:59:59Z 2024-11-12T02:52:46Z   1 0 0900006480315d19
FAA-2003-16047-0006-0002 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 Air Sunshine, Inc. - Witness List and Testimony Summaries - CP03SO0004 Other Witness List 2004-09-01T04:00:00Z 2004 9 2004-09-01T04:00:00Z 2004-09-22T03:59:59Z 2024-11-12T02:52:46Z   1 0 0900006480315d16
FAA-2003-16047-0006-0001 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 Air Sunshine, Inc. - Witness List and Testimony Summaries - CP03SO0004 Other Witness List 2004-09-01T04:00:00Z 2004 9 2004-09-01T04:00:00Z 2004-09-22T03:59:59Z 2024-11-12T02:52:46Z   1 0 0900006480315d15
FAA-2003-16047-0005 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/OST - Order Scheduling Hearing - CP03SO0040 Other Order 2004-07-13T04:00:00Z 2004 7 2004-07-13T04:00:00Z 2004-07-15T03:59:59Z 2024-11-12T02:52:46Z   1 0 0900006480315d14
FAA-2003-16047-0004 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/FAA - Complainant's Response To Respondent's Request For Production - CP03SO0040 Other Response(s) 2003-09-08T04:00:00Z 2003 9 2003-09-08T04:00:00Z 2003-10-07T03:59:59Z 2024-11-12T02:52:45Z   1 0 0900006480315d13
FAA-2003-16047-0003-0001 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 Air Sunshine, Inc. - Request For Production - CP03SO0040 Other Request 2003-08-20T04:00:00Z 2003 8 2003-08-20T04:00:00Z 2003-10-03T03:59:59Z 2024-11-12T02:52:45Z   1 0 0900006480315d11
FAA-2003-16047-0003-0002 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 Air Sunshine, Inc. - Request For Production - CP03SO0040 Other Request 2003-08-20T04:00:00Z 2003 8 2003-08-20T04:00:00Z 2003-10-03T03:59:59Z 2024-11-12T02:52:45Z   1 0 0900006480315d12
FAA-2003-16047-0001 FAA In the Matter of Air Sunshine, Inc. - Complaint - CP03SO0040 FAA-2003-16047 U.S. DOT/FAA - Request for Hearing and Complaint - CP03SO0040 Other Request for Hearing and Complaint 2003-08-14T04:00:00Z 2003 8 2003-08-14T04:00:00Z 2003-09-16T03:59:59Z 2024-11-12T02:52:23Z   1 0 0900006480315d0a

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