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-2009-0260" and posted_year = 2015 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, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2015 · 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-2009-0260-0052 DOT None DOT-OST-2009-0260 Agreement by Erickson Helicopters, Inc., Kawerak, Inc. and the Department of Transportation for Air Transportation to Non-Eligible Places at Diomede, Alaska, pursuant to Order 2015-6-21. Other Agreement 2015-06-23T04:00:00Z 2015 6 2015-06-23T04:00:00Z   2024-11-11T20:59:24Z   1 0 0900006481b50419
DOT-OST-2009-0260-0051 DOT None DOT-OST-2009-0260 2015-6-21 Order Other Order 2015-06-19T04:00:00Z 2015 6 2015-06-19T04:00:00Z   2015-06-19T16:44:10Z   0 0 0900006481b48f67
DOT-OST-2009-0260-0050 DOT None DOT-OST-2009-0260 Correspondence to The Honorable Bill Walker Other Correspondence 2015-04-30T04:00:00Z 2015 4 2015-04-30T04:00:00Z   2015-04-30T15:04:59Z   0 0 0900006481ac5296
DOT-OST-2009-0260-0047 DOT None DOT-OST-2009-0260 Erickson Proposal ATNEP Diomede Other Proposal(s) 2015-04-21T04:00:00Z 2015 4 2015-04-21T04:00:00Z   2024-11-07T23:12:48Z   1 0 0900006481aa49bb
DOT-OST-2009-0260-0048 DOT None DOT-OST-2009-0260 Request for Comments Other Request 2015-04-21T04:00:00Z 2015 4 2015-04-21T04:00:00Z   2024-11-12T05:36:00Z   1 0 0900006481aa49bd
DOT-OST-2009-0260-0049 DOT None DOT-OST-2009-0260 Kawerak, Inc. (Comments) Other Correspondence 2015-04-21T04:00:00Z 2015 4 2015-04-21T04:00:00Z   2024-11-07T23:16:04Z   1 0 0900006481aa97c2
DOT-OST-2009-0260-0046 DOT None DOT-OST-2009-0260 State of Alaska - Department of Transportation and Public Facilities (Comments) Other Correspondence 2015-04-17T04:00:00Z 2015 4 2015-04-17T04:00:00Z   2024-11-07T23:15:22Z   1 0 0900006481aabff8
DOT-OST-2009-0260-0045 DOT None DOT-OST-2009-0260 2015-3-9 Order Requesting Proposal Other Order 2015-03-23T04:00:00Z 2015 3 2015-03-23T04:00:00Z   2024-11-07T23:15:12Z   1 0 0900006481a59628
DOT-OST-2009-0260-0044 DOT None DOT-OST-2009-0260 Kawerak, Inc. (Correspondence) Other Correspondence 2015-02-27T05:00:00Z 2015 2 2015-02-27T05:00:00Z   2015-02-27T16:52:36Z   0 0 0900006481a15170

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