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

9 rows where docket_id = "DOT-OST-1995-249" and posted_year = 1995 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 1995 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 9
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
DOT-OST-1995-249-0009 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Office of Aviation Analysis - Letter Denying Application Other Correspondence 1995-12-05T05:00:00Z 1995 12 1995-12-05T05:00:00Z 1995-12-06T04:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be7
DOT-OST-1995-249-0008 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Request for Additional Information Other Request 1995-10-11T04:00:00Z 1995 10 1995-10-11T04:00:00Z 1995-10-12T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be6
DOT-OST-1995-249-0007 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Alaska Island Air, Inc. - Reply Other Reply 1995-07-20T04:00:00Z 1995 7 1995-07-20T04:00:00Z 1995-07-21T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be5
DOT-OST-1995-249-0005 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Alaska Islands Air, Inc. - Reply Other Reply 1995-07-14T04:00:00Z 1995 7 1995-07-14T04:00:00Z 1995-07-15T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be3
DOT-OST-1995-249-0006 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Baker-Cape Smythe-Frontier Flying - Motion for Leave to File/Surreply Other Motion/Surreply 1995-07-14T04:00:00Z 1995 7 1995-07-14T04:00:00Z 1995-07-15T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be4
DOT-OST-1995-249-0004 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Letter - re Alaska Island Air, Inc. Other Correspondence 1995-07-05T04:00:00Z 1995 7 1995-07-05T04:00:00Z 1995-07-06T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be2
DOT-OST-1995-249-0003 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Letter - re Alaska Island Air, Inc. Other Correspondence 1995-06-30T04:00:00Z 1995 6 1995-06-30T04:00:00Z 1995-07-01T03:59:59Z 2024-11-12T02:29:20Z   1 0 0900006480309be1
DOT-OST-1995-249-0002 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Baker Aviation, Cape Smythe Air and Frontier Flying Service, Inc. - Answer Other Answer 1995-06-27T04:00:00Z 1995 6 1995-06-27T04:00:00Z 1995-06-28T03:59:59Z 2024-11-12T02:28:56Z   1 0 0900006480309be0
DOT-OST-1995-249-0001 DOT Alaska Island Air, Inc. - Exemption From the 45-Day Review Period DOT-OST-1995-249 Alaska Island Air Inc. - Exemption From The 45-Day Review Period Other Application-Other 1995-06-16T04:00:00Z 1995 6 1995-06-16T04:00:00Z 1995-06-17T03:59:59Z 2024-11-12T02:28:55Z   1 0 0900006480309bd7

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