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

15 rows where docket_id = "DOT-OST-2009-0260" and posted_year = 2012 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, last_modified, open_for_comment, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2012 · 15 ✖

document_type 1

  • Other 15

agency_id 1

  • DOT 15
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-0023 DOT None DOT-OST-2009-0260 Agreement by and Among the U.S. Department of Transportation, Evergreen Helicopters, and Kawerak, Inc., for the Payment of Compensation for Air Transportation ot Noneligible Places to Evergreen Helicopters Other Agreement 2012-11-19T05:00:00Z 2012 11 2012-11-19T05:00:00Z   2024-11-11T20:43:17Z   1 0 0900006481169ef9
DOT-OST-2009-0260-0022 DOT None DOT-OST-2009-0260 2012-9-25 Order Selecting Carrier Other Order 2012-09-28T04:00:00Z 2012 9 2012-09-28T04:00:00Z   2024-11-11T20:42:30Z   1 0 090000648112d6a0
DOT-OST-2009-0260-0021 DOT None DOT-OST-2009-0260 Kawerak, Inc. Other Correspondence 2012-08-29T04:00:00Z 2012 8 2012-08-29T04:00:00Z   2024-11-11T20:39:59Z   1 0 09000064810f8ead
DOT-OST-2009-0260-0020 DOT None DOT-OST-2009-0260 Steven D. Hatter Other Correspondence 2012-08-27T04:00:00Z 2012 8 2012-08-27T04:00:00Z   2024-11-11T20:41:31Z   1 0 09000064810f2d25
DOT-OST-2009-0260-0019 DOT None DOT-OST-2009-0260 Evergreen's Proposal Can Only Be Considered Other Correspondence 2012-08-13T04:00:00Z 2012 8 2012-08-13T04:00:00Z   2013-03-06T03:56:01Z   0 0 09000064810cf2c2
DOT-OST-2009-0260-0017 DOT None DOT-OST-2009-0260 Diomede City Council Other Correspondence 2012-08-13T04:00:00Z 2012 8 2012-08-13T04:00:00Z   2024-11-07T22:45:53Z   1 0 09000064810cf2c0
DOT-OST-2009-0260-0018 DOT None DOT-OST-2009-0260 Native Village of Diomede Other Correspondence 2012-08-13T04:00:00Z 2012 8 2012-08-13T04:00:00Z   2013-03-06T03:56:01Z   0 0 09000064810cf2c1
DOT-OST-2009-0260-0014 DOT None DOT-OST-2009-0260 Proposal of Umiaq Services Other Proposal(s) 2012-08-09T04:00:00Z 2012 8 2012-08-09T04:00:00Z   2024-11-07T22:45:43Z   1 0 09000064810c75eb
DOT-OST-2009-0260-0016 DOT None DOT-OST-2009-0260 Evergreen Helicopters, Inc. Other Proposal(s) 2012-08-09T04:00:00Z 2012 8 2012-08-09T04:00:00Z   2013-03-06T03:56:00Z   0 0 09000064810c7cc8
DOT-OST-2009-0260-0015 DOT None DOT-OST-2009-0260 Request for Comments Other Request 2012-08-09T04:00:00Z 2012 8 2012-08-09T04:00:00Z   2024-11-07T22:45:48Z   1 0 09000064810c78e7
DOT-OST-2009-0260-0012 DOT None DOT-OST-2009-0260 Thomas H. Vaden Other Correspondence 2012-08-08T04:00:00Z 2012 8 2012-08-08T04:00:00Z   2013-03-06T03:56:00Z   0 0 09000064810c77ba
DOT-OST-2009-0260-0013 DOT None DOT-OST-2009-0260 Kawerak, Inc. Other Correspondence 2012-08-08T04:00:00Z 2012 8 2012-08-08T04:00:00Z   2013-03-06T03:56:00Z   0 0 09000064810c77bb
DOT-OST-2009-0260-0011 DOT None DOT-OST-2009-0260 2012-7-9 Order Requesting Proposals Other Order 2012-07-09T04:00:00Z 2012 7 2012-07-09T04:00:00Z   2024-11-11T20:41:25Z   1 0 090000648108152d
DOT-OST-2009-0260-0010 DOT None DOT-OST-2009-0260 State of Alaska Department of Commerce Community and Economic Development Other Correspondence 2012-06-25T04:00:00Z 2012 6 2012-06-25T04:00:00Z   2024-11-07T22:40:24Z   1 0 090000648105fba6
DOT-OST-2009-0260-0009 DOT None DOT-OST-2009-0260 Kawerak, Inc. Other Additional Information 2012-06-22T04:00:00Z 2012 6 2012-06-22T04:00:00Z   2013-03-06T03:55:46Z   0 0 0900006481059553

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