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-2022-0089" and posted_year = 2022 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, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 2

  • Other 8
  • Proposed Rule 2

posted_year 1

  • 2022 · 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-2022-0089-5098 DOT None DOT-OST-2022-0089 Airline Ticket Refunds and Consumer Protections Proposed Rule Extension of Comment Period 2022-11-17T05:00:00Z 2022 11 2022-11-17T05:00:00Z   2022-11-17T13:06:25Z 2022-24615 0 0 09000064854bdfa1
DOT-OST-2022-0089-5032 DOT None DOT-OST-2022-0089 U.S. Department of Transportation Response to Questions from Airlines for America and the International Air Transport Association Regarding the Notice of Proposed Rulemaking Other Agency Response 2022-11-14T05:00:00Z 2022 11 2022-11-14T05:00:00Z   2022-11-14T23:10:33Z   0 0 09000064854ad086
DOT-OST-2022-0089-5033 DOT None DOT-OST-2022-0089 Airline Ticket Refunds and Consumer Protection - Extension of Comment Period on Proposed Rule Other Supplement (SUP) 2022-11-14T05:00:00Z 2022 11 2022-11-14T05:00:00Z   2022-11-14T23:10:39Z   0 0 09000064854ad589
DOT-OST-2022-0089-0546 DOT None DOT-OST-2022-0089 DOT Presentation to ACPAC meeting Aug. 22, 2022 Other Presentation 2022-08-23T04:00:00Z 2022 8 2022-08-23T04:00:00Z   2022-08-23T13:04:13Z   0 0 09000064852668c2
DOT-OST-2022-0089-0524 DOT None DOT-OST-2022-0089 Airline Ticket Refunds and Consumer Protections Proposed Rule Notice of Proposed Rulemaking (NPRM) 2022-08-22T04:00:00Z 2022 8 2022-08-22T04:00:00Z 2022-12-17T04:59:59Z 2024-12-23T16:37:23Z 2022-16853 0 0 09000064852610d2
DOT-OST-2022-0089-0197 DOT None DOT-OST-2022-0089 ACPAC Presentation December 2, 2021 - COVID-19 & Refunds Global Perspectives (Doug Lavin) Other Supplement (SUP) 2022-08-05T04:00:00Z 2022 8 2022-08-05T04:00:00Z   2022-08-05T13:52:19Z   0 0 0900006485217b50
DOT-OST-2022-0089-0003 DOT None DOT-OST-2022-0089 Airline Ticket Refunds and Consumer Protections - Regulatory Impact Analysis Other Regulatory Analysis 2022-08-03T04:00:00Z 2022 8 2022-08-03T04:00:00Z   2022-08-06T21:44:40Z   0 0 090000648520a613
DOT-OST-2022-0089-0002 DOT None DOT-OST-2022-0089 Airline Ticket Refunds and Consumer Protections - Initial Regulatory Flexibility Analysis Other Regulatory Analysis 2022-08-03T04:00:00Z 2022 8 2022-08-03T04:00:00Z   2022-08-05T13:47:23Z   0 0 090000648520a09b
DOT-OST-2022-0089-0004 DOT None DOT-OST-2022-0089 Notice of Proposed Rulemaking: Airline Ticket Refunds and Consumer Protections Other Supplement (SUP) 2022-08-03T04:00:00Z 2022 8 2022-08-03T04:00:00Z   2022-08-22T12:13:12Z   0 0 090000648520a615
DOT-OST-2022-0089-0001 DOT None DOT-OST-2022-0089 Airline Pricing Primer -- July 27 2022 Other Report 2022-08-01T04:00:00Z 2022 8 2022-08-01T04:00:00Z   2022-08-01T14:14:14Z   0 0 09000064852004a6

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