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

12 rows where docket_id = "DOT-OST-1998-3621" and posted_year = 2009 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, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

document_type 2

  • Other 9
  • Supporting & Related Material 3

posted_year 1

  • 2009 · 12 ✖

agency_id 1

  • DOT 12
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-1998-3621-0039 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 2009-9-17 Order Re-Selecting Carrier Other Order 2009-09-28T04:00:00Z 2009 9 2009-09-28T04:00:00Z   2024-11-12T04:45:21Z   1 0 0900006480a2dd5c
DOT-OST-1998-3621-0038 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Denny Cooper Other Correspondence 2009-09-18T04:00:00Z 2009 9 2009-09-18T04:00:00Z   2024-11-12T04:43:07Z   1 0 0900006480a25dc8
DOT-OST-1998-3621-0036 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Rebecca J. Cronkhite Other Letter(s) 2009-08-12T04:00:00Z 2009 8 2009-08-12T04:00:00Z   2024-11-07T22:06:43Z   1 0 0900006480a05e10
DOT-OST-1998-3621-0035 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Redemption Inc. d/b/a Island Air Service Other Proposal(s) 2009-08-11T04:00:00Z 2009 8 2009-08-11T04:00:00Z   2024-11-12T04:42:19Z   1 0 0900006480a055e6
DOT-OST-1998-3621-0034 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Redemption Inc. d/b/a Island Air Service Supporting & Related Material   2009-08-11T00:00:00Z 2009 8     2009-08-11T15:46:57Z   0 1 0900006480a055b2
DOT-OST-1998-3621-0032 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Warbelow's Air Ventures, Inc. Other Proposal(s) 2009-08-10T04:00:00Z 2009 8 2009-08-10T04:00:00Z   2024-11-12T04:38:42Z   1 0 0900006480a0344b
DOT-OST-1998-3621-0031 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Circle Village Council, 1st Chief Larry Nathaniel Other Letter(s) in Support 2009-08-10T04:00:00Z 2009 8 2009-08-10T04:00:00Z   2024-11-12T04:38:43Z   1 0 0900006480a0344a
DOT-OST-1998-3621-0033 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Redemption Inc. d/b/a Island Air Service Supporting & Related Material   2009-08-10T00:00:00Z 2009 8     2024-11-12T04:38:42Z   0 1 0900006480a0344c
DOT-OST-1998-3621-0030 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 Memorandum (Granting Extension) Other Memo, Action Memo or Letter 2009-07-30T04:00:00Z 2009 7 2009-07-30T04:00:00Z   2024-11-26T21:21:57Z   1 0 09000064809fdcec
DOT-OST-1998-3621-0029 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 State of Alaska Department of Transportation and Public Facilities Other Correspondence 2009-07-09T04:00:00Z 2009 7 2009-07-09T04:00:00Z   2013-07-27T22:48:52Z   0 0 09000064809ecf66
DOT-OST-1998-3621-0028 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 State of Alaska Department of Transportation and Public Facilities Supporting & Related Material   2009-06-29T00:00:00Z 2009 6     2024-11-12T04:45:24Z   0 1 09000064809e5318
DOT-OST-1998-3621-0027 DOT Essential Air Service at Central and Circle, Alaska DOT-OST-1998-3621 2009-6-24 Order Requesting Proposals Other Order 2009-06-26T04:00:00Z 2009 6 2009-06-26T04:00:00Z   2024-11-12T04:40:22Z   1 0 09000064809e139e

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