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-1901" and posted_year = 2001 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, last_modified, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

posted_year 1

  • 2001 · 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-1901-0013 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 Otero County Economic Development Council, Inc. Other Correspondence 2001-09-13T04:00:00Z 2001 9 2001-09-13T04:00:00Z 2001-09-14T03:59:59Z 2024-11-11T21:43:24Z   1 0 09000064802a2ca6
DOT-OST-1996-1901-0012 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 Mesa Air Group Other Objection(s) 2001-08-28T04:00:00Z 2001 8 2001-08-28T04:00:00Z 2001-08-29T03:59:59Z 2024-11-11T21:43:24Z   1 0 09000064802a2ca5
DOT-OST-1996-1901-0011 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 Objections of the Regional Aviation Partners Other Objection(s) 2001-08-27T04:00:00Z 2001 8 2001-08-27T04:00:00Z 2001-08-28T03:59:59Z 2024-11-11T21:43:24Z   1 0 09000064802a2ca4
DOT-OST-1996-1901-0010 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 Response to Order 2001-8-9 Other Response(s) 2001-08-20T04:00:00Z 2001 8 2001-08-20T04:00:00Z 2001-08-21T03:59:59Z 2024-11-11T21:43:24Z   1 0 09000064802a2ca3
DOT-OST-1996-1901-0009 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 2001-8-9 Statement of Proposed Policy Regarding Program Reductions Other Order 2001-08-07T04:00:00Z 2001 8 2001-08-07T04:00:00Z 2001-08-08T03:59:59Z 2024-11-11T21:45:46Z   1 0 09000064802a2cf1
DOT-OST-1996-1901-0008 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 Proposal of Rio Grande Air to Provide Essential Air Service at Alamogordo/Holloman Air Force Base, New Mexico Other Proposal(s) 2001-07-02T04:00:00Z 2001 7 2001-07-02T04:00:00Z 2001-07-03T03:59:59Z 2024-11-11T21:45:45Z   1 0 09000064802a2cef
DOT-OST-1996-1901-0007 DOT 96-10-39 Order to Show Cause - Essential Air Service - Alamogordo/Holloman Air Force Base, New Mexico DOT-OST-1996-1901 2001-5-18 Order To Show Cause Other Show Cause Order 2001-05-15T04:00:00Z 2001 5 2001-05-15T04:00:00Z 2001-05-16T03:59:59Z 2024-11-11T21:45:23Z   1 0 09000064802a2ce5

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