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

7 rows where docket_id = "DOT-OST-1996-2009" and posted_year = 2010 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

  • 2010 · 7 ✖

document_type 1

  • Other 7

agency_id 1

  • DOT 7
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-1996-2009-0085 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 Memorandum: Essential Air Service at Gulkana, Alaska and May Creek and McCarthy, Alaska Other Memo, Action Memo or Letter 2010-09-27T04:00:00Z 2010 9 2010-09-27T04:00:00Z   2013-08-11T01:37:13Z   0 0 0900006480b60f39
DOT-OST-1996-2009-0084 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 2010-9-21 Order Re-Selecting Carrier and Setting Final Subsidy Rate Other Order 2010-09-17T04:00:00Z 2010 9 2010-09-17T04:00:00Z   2024-11-07T22:24:42Z   1 0 0900006480b51bce
DOT-OST-1996-2009-0083 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 State of Alaska - Office of the Commissioner Other Other 2010-09-15T04:00:00Z 2010 9 2010-09-15T04:00:00Z   2024-11-12T04:56:01Z   1 0 0900006480b4a09d
DOT-OST-1996-2009-0082 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 Steve Allan Luhrs Other Other 2010-08-24T04:00:00Z 2010 8     2024-11-12T04:56:26Z   1 0 0900006480b379e4
DOT-OST-1996-2009-0081 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 Request for Comments Other Other 2010-07-20T04:00:00Z 2010 7 2010-07-20T04:00:00Z   2013-07-27T23:25:22Z   0 0 0900006480b1c86f
DOT-OST-1996-2009-0080 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 Alsek Air Service, Inc. (Proposal) Other Proposal(s) 2010-07-20T04:00:00Z 2010 7 2010-07-20T04:00:00Z   2024-11-07T22:22:01Z   1 0 0900006480b1a177
DOT-OST-1996-2009-0079 DOT Essential Air Service at Cape Yakataga, Alaska, and Icy Bay, Alaska DOT-OST-1996-2009 2010-6-15 Order Requesting Proposals Other Order 2010-06-11T04:00:00Z 2010 6 2010-06-11T04:00:00Z   2024-11-07T22:16:08Z   1 0 0900006480b00710

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