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

11 rows where docket_id = "DOT-OST-2001-10685" and posted_year = 2010 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: title, subtype, posted_month, comment_start_date, last_modified, open_for_comment, withdrawn, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2010 · 11 ✖

document_type 1

  • Other 11

agency_id 1

  • DOT 11
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-2001-10685-0057 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 2010-5-16 Order Selecting Carrier and Establishing Subsidy Rates Other Order 2010-05-13T04:00:00Z 2010 5 2010-05-13T04:00:00Z   2024-11-07T22:18:36Z   1 0 0900006480aecd41
DOT-OST-2001-10685-0056 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 2010-5-16 Order Selecting Carrier and Establishing Subsidy Rates Other   2010-05-13T00:00:00Z 2010 5     2024-11-12T04:52:28Z   0 1 0900006480aec4c8
DOT-OST-2001-10685-0054 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Hattiesburg-Laurel Regional Airport Authority Other Correspondence 2010-04-30T04:00:00Z 2010 4 2010-04-30T04:00:00Z   2024-11-07T22:14:24Z   1 0 0900006480ae26fc
DOT-OST-2001-10685-0053 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 City of Hattiesburg Other Correspondence 2010-04-30T04:00:00Z 2010 4 2010-04-30T04:00:00Z   2024-11-07T22:14:23Z   1 0 0900006480ae26fb
DOT-OST-2001-10685-0055 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 City of Laurel Other Correspondence 2010-04-30T04:00:00Z 2010 4 2010-04-30T04:00:00Z   2024-11-07T22:14:24Z   1 0 0900006480ae26fe
DOT-OST-2001-10685-0050 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Thomas E. Heanue Other Request 2010-04-09T04:00:00Z 2010 4 2010-04-09T04:00:00Z   2013-08-11T04:39:02Z   0 0 0900006480ad3713
DOT-OST-2001-10685-0052 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Honorable Mayor Melvin Mack Other Request 2010-04-09T04:00:00Z 2010 4 2010-04-09T04:00:00Z   2013-07-27T23:15:13Z   0 0 0900006480ad3734
DOT-OST-2001-10685-0051 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Honorable Mayor Johnny Dupree Other Request 2010-04-09T04:00:00Z 2010 4 2010-04-09T04:00:00Z   2013-07-27T23:15:13Z   0 0 0900006480ad3732
DOT-OST-2001-10685-0048 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Sovereign Air, Inc. Other Proposal(s) 2010-04-05T04:00:00Z 2010 4 2010-04-05T04:00:00Z   2013-07-27T23:14:39Z   0 0 0900006480acf034
DOT-OST-2001-10685-0049 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 Mesaba Airlines dba Delta Connection Other Proposal(s) 2010-04-05T04:00:00Z 2010 4     2013-08-11T01:33:36Z   0 0 0900006480acf035
DOT-OST-2001-10685-0047 DOT Express Airlines I d/b/a Northwest Airlink - Notice of Intent to Terminate Service at Laurel/Hattiesburg, Mississippi DOT-OST-2001-10685 2010-2-29 Order Requesting Proposals Other Order 2010-03-01T05:00:00Z 2010 3 2010-03-01T05:00:00Z   2024-11-07T22:15:57Z   1 0 0900006480ab0d6b

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