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-1996-1899" and posted_year = 2023 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)

posted_year 1

  • 2023 · 12 ✖

document_type 1

  • Other 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-1996-1899-0290 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 2023-11-9 Order Extending Current Contract Other Order 2023-11-16T05:00:00Z 2023 11 2023-11-17T05:00:00Z   2024-11-12T06:22:25Z   1 0 0900006486289673
DOT-OST-1996-1899-0289 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 City of Prescott, Arizona (Correspondence) Other Correspondence 2023-10-11T04:00:00Z 2023 10 2023-10-11T04:00:00Z   2024-11-07T00:54:27Z   1 0 09000064860ae021
DOT-OST-1996-1899-0288 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 2023-7-15 Order Extending Current Contract Other Order 2023-07-28T04:00:00Z 2023 7 2023-07-28T04:00:00Z   2024-11-07T01:37:26Z   1 0 0900006485d6ea95
DOT-OST-1996-1899-0286 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 SkyWest Charter, LLC (Proposal) Other Proposal(s) 2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2024-11-12T05:50:38Z   1 0 0900006485c235dd
DOT-OST-1996-1899-0284 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 Request for Community Comments Other Request 2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2024-11-12T05:50:37Z   1 0 0900006485c235d9
DOT-OST-1996-1899-0285 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 Contour (Proposal) Other Proposal(s) 2023-06-30T04:00:00Z 2023 6 2023-06-30T04:00:00Z   2024-11-12T05:50:38Z   1 0 0900006485c235db
DOT-OST-1996-1899-0282 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 SkyWest Airlines (Hold-In Rates) Other Correspondence 2023-06-21T04:00:00Z 2023 6 2023-06-21T04:00:00Z   2024-11-07T01:04:41Z   1 0 0900006485b98281
DOT-OST-1996-1899-0283 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 Extension of Time for Request for Proposals Other Extension of Time 2023-06-21T04:00:00Z 2023 6 2023-06-21T04:00:00Z   2024-11-07T01:14:27Z   1 0 0900006485b971d2
DOT-OST-1996-1899-0280 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 Contour Airlines (Proposal) Other   2023-06-14T00:00:00Z 2023 6     2024-11-11T21:23:19Z   0 1 0900006485b1b983
DOT-OST-1996-1899-0281 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 SkyWest Charter, LLC (Proposal) Other   2023-06-14T00:00:00Z 2023 6     2024-11-11T21:23:19Z   0 1 0900006485b1b9b4
DOT-OST-1996-1899-0279 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 Extension of Time for Request for Proposals Other Extension of Time 2023-05-30T04:00:00Z 2023 5 2023-05-30T04:00:00Z   2024-11-06T23:36:35Z   1 0 0900006485a8955e
DOT-OST-1996-1899-0278 DOT 96-10-39 Order to Show Cause - Essential Air Service - Kingman and Prescott, Arizona DOT-OST-1996-1899 2023-4-15 Order Requesting Proposals Other Order 2023-04-28T04:00:00Z 2023 4 2023-04-28T04:00:00Z   2024-11-12T22:51:23Z   1 0 090000648599d38a

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