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

10 rows where docket_id = "DOT-OST-1997-2694" and posted_year = 2017 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, last_modified, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2017 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • DOT 10
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-1997-2694-0218 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 2017-5-15 Order Reselecting Carrier Other Order 2017-05-24T04:00:00Z 2017 5 2017-05-24T04:00:00Z   2024-11-07T01:00:27Z   1 0 090000648260af69
DOT-OST-1997-2694-0217 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Levi Tappan (Correspondence) Other Correspondence 2017-03-31T04:00:00Z 2017 3 2017-03-31T04:00:00Z   2024-11-07T00:54:52Z   1 0 0900006482533c0b
DOT-OST-1997-2694-0216 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 City of Page, Arizona (Correspondence) Other Correspondence 2017-03-23T04:00:00Z 2017 3 2017-03-23T04:00:00Z   2024-11-07T00:56:02Z   1 0 0900006482523f03
DOT-OST-1997-2694-0212 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Grand Canyon Airlines (Proposal) Other Proposal(s) 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78a8
DOT-OST-1997-2694-0213 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Great Lakes Aviation Ltd. (Proposal) Other Proposal(s) 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78a9
DOT-OST-1997-2694-0215 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Ultimate Jetcharters (Proposal) Other Proposal(s) 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78ab
DOT-OST-1997-2694-0210 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Request for Comments Other Request 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78a6
DOT-OST-1997-2694-0211 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Boutique Air (Proposal) Other Proposal(s) 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78a7
DOT-OST-1997-2694-0214 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 Public Charters, Inc. d/b/a Regional Sky (PC) (Proposal) Other Proposal(s) 2017-02-23T05:00:00Z 2017 2 2017-02-23T05:00:00Z   2024-11-11T21:35:14Z   1 0 09000064824d78aa
DOT-OST-1997-2694-0209 DOT 97-7-9 Order Requesting Carrier Proposals re Essential Air Service at Page, Arizona DOT-OST-1997-2694 2017-1-30 Order Rejecting and Resoliciting Proposals and Temporarily Extending Current Contract Other Order 2017-01-31T05:00:00Z 2017 1 2017-01-31T05:00:00Z   2024-11-11T21:35:12Z   1 0 09000064824a2612

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