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

14 rows where docket_id = "DOT-OST-2003-14695" and posted_year = 2007 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, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2007 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • DOT 14
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-2003-14695-0263 DOT None DOT-OST-2003-14695 2007-12-8 Mainline Quarterly Fuel Cost Adjustments Other Order 2007-12-13T05:00:00Z 2007 12 2007-12-13T05:00:00Z   2024-11-12T04:02:01Z   1 0 0900006480379a4c
DOT-OST-2003-14695-0262 DOT None DOT-OST-2003-14695 Motion of Northern Air Cargo Other Motion 2007-11-27T05:00:00Z 2007 11 2007-11-27T05:00:00Z   2013-07-27T20:27:07Z   0 0 090000648036877e
DOT-OST-2003-14695-0260 DOT None DOT-OST-2003-14695 United States Postal Service Ex Parte Communication Other Correspondence 2007-11-19T05:00:00Z 2007 11 2007-11-19T05:00:00Z   2024-11-12T02:17:45Z   1 0 090000648036557b
DOT-OST-2003-14695-0261 DOT None DOT-OST-2003-14695 Response of Northern Air Cargo Other Response(s) 2007-11-19T05:00:00Z 2007 11 2007-11-19T05:00:00Z   2013-07-27T20:26:52Z   0 0 090000648036604e
DOT-OST-2003-14695-0259 DOT None DOT-OST-2003-14695 Notice re: Intra-Alaska Mainline Service Mail Rates Other Adjudication Notice 2007-11-15T05:00:00Z 2007 11 2007-11-15T05:00:00Z   2013-08-11T04:00:59Z   0 0 0900006480364d7d
DOT-OST-2003-14695-0258 DOT None DOT-OST-2003-14695 Comments of Alaska Airlines, Inc. Other Other 2007-10-15T04:00:00Z 2007 10 2007-10-15T04:00:00Z   2024-11-12T02:15:04Z   1 0 0900006480300603
DOT-OST-2003-14695-0257 DOT None DOT-OST-2003-14695 Response Other Response(s) 2007-10-15T04:00:00Z 2007 10 2007-10-15T04:00:00Z   2024-11-08T05:31:55Z   1 0 09000064802f870e
DOT-OST-2003-14695-0256 DOT None DOT-OST-2003-14695 United States Postal Service Other Response(s) 2007-10-05T04:00:00Z 2007 10 2007-10-05T04:00:00Z   2024-11-07T17:41:13Z   1 0 09000064802f9311
DOT-OST-2003-14695-0255 DOT None DOT-OST-2003-14695 2007-9-23 Order Setting Final Mainline Service Mail Rates and Requesting Comment Other Order 2007-09-21T04:00:00Z 2007 9 2007-09-21T04:00:00Z 2007-10-10T03:59:59Z 2024-11-12T02:13:04Z   1 0 09000064802ed1bc
DOT-OST-2003-14695-0254 DOT None DOT-OST-2003-14695 Northern Air Cargo Other Response(s) 2007-09-18T04:00:00Z 2007 9 2007-09-18T04:00:00Z 2007-09-19T03:59:59Z 2024-11-07T21:43:49Z   1 0 0900006480383ec1
DOT-OST-2003-14695-0253 DOT None DOT-OST-2003-14695 United States Postal Service Response to Order 2007-8-26 Other Correspondence 2007-09-12T04:00:00Z 2007 9 2007-09-12T04:00:00Z 2007-09-13T03:59:59Z 2024-11-08T04:47:34Z   1 0 09000064802c12dc
DOT-OST-2003-14695-0252 DOT None DOT-OST-2003-14695 2007-8-26 Order to Show Cause Establishing Mainline Service Mail Rates Other Order 2007-08-27T04:00:00Z 2007 8 2007-08-27T04:00:00Z 2007-08-28T03:59:59Z 2024-11-08T04:47:33Z   1 0 09000064802c12db
DOT-OST-2003-14695-0251 DOT None DOT-OST-2003-14695 2007-5-17 Mainline Quarterly Fuel Cost Adjustments Other Order 2007-05-31T04:00:00Z 2007 5 2007-05-31T04:00:00Z 2007-06-01T03:59:59Z 2024-11-08T04:47:33Z   1 0 09000064802c12da
DOT-OST-2003-14695-0250 DOT None DOT-OST-2003-14695 2007-3-20 Mainline Quarterly Fuel Cost Adjustments Other Order 2007-03-22T04:00:00Z 2007 3 2007-03-22T04:00:00Z 2007-03-23T03:59:59Z 2024-11-08T04:47:33Z   1 0 09000064802c12d9

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