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

10 rows where docket_id = "DOT-OST-1997-2842" and posted_year = 2022 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, posted_date (date), comment_start_date (date), last_modified (date)

posted_year 1

  • 2022 · 10 ✖

document_type 1

  • Other 10

agency_id 1

  • DOT 10
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-1997-2842-0451 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 2022-5-4 Order Setting Annual Service Levels and Total Costs Under the Alternate Essential Air Service Program Other Order 2022-05-09T04:00:00Z 2022 5 2022-05-09T04:00:00Z   2024-11-07T00:39:01Z   1 0 09000064850649de
DOT-OST-1997-2842-0450 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Ex Parte Correspondence to Honorable Charles Schumer Other Correspondence 2022-05-03T04:00:00Z 2022 5 2022-05-03T04:00:00Z   2024-11-07T00:38:52Z   1 0 0900006485040039
DOT-OST-1997-2842-0449 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Ogdensburg International Airport - Request for Temporary Relief of U.S.C. 41732(b)(1)(A) Other Request 2022-04-18T04:00:00Z 2022 4 2022-04-18T04:00:00Z   2024-11-07T00:37:28Z   1 0 0900006485020cf0
DOT-OST-1997-2842-0448 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Ogdensurg Bridge & Port Authority (Community Comments) Other Correspondence 2022-03-02T05:00:00Z 2022 3 2022-03-02T05:00:00Z   2024-11-12T23:38:29Z   1 0 0900006484fb6cd7
DOT-OST-1997-2842-0447 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Agency Response to SkyWest Airlines, Inc. Intent to Reduce Frequency of Air Service in EAS Markets Other Agency Response 2022-02-23T05:00:00Z 2022 2 2022-02-23T05:00:00Z   2024-11-12T23:37:39Z   1 0 0900006484f9e047
DOT-OST-1997-2842-0445 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Air Charter Express (Proposal) Other Proposal(s) 2022-02-11T05:00:00Z 2022 2 2022-02-11T05:00:00Z   2024-11-12T23:37:33Z   1 0 0900006484f6b305
DOT-OST-1997-2842-0446 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Boutique Air Inc. (Proposal) Other Proposal(s) 2022-02-11T05:00:00Z 2022 2 2022-02-11T05:00:00Z   2024-11-12T23:37:33Z   1 0 0900006484f6b307
DOT-OST-1997-2842-0444 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 Notice of SkyWest Airlines, Inc.'s Intent to Reduce Frequency of Air Service in EAS Markets Other Correspondence 2022-02-03T05:00:00Z 2022 2 2022-02-03T05:00:00Z   2024-11-12T23:35:00Z   1 0 0900006484f51123
DOT-OST-1997-2842-0443 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 2022-1-18 Order Prohibiting Termination of Service and Requesting Proposals Other Order 2022-01-21T05:00:00Z 2022 1 2022-01-21T05:00:00Z   2024-11-07T00:34:47Z   1 0 0900006484f2e0a0
DOT-OST-1997-2842-0442 DOT 97-8-14 Order Authorizing Subsidy for Increased Program-Wide - re: EAS at Massena, New York DOT-OST-1997-2842 90-Day Notice of SkyWest Airlines, Inc.'s Intent to Terminate Essential Air Service at Ogdensburg, New York Other Correspondence 2022-01-12T05:00:00Z 2022 1 2022-01-12T05:00:00Z   2024-11-12T23:35:46Z   1 0 0900006484f1d145

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