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

8 rows where docket_id = "DOT-OST-2012-0058" and posted_year = 2023 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2023 · 8 ✖

document_type 1

  • Other 8

agency_id 1

  • DOT 8
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-2012-0058-0125 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-11-21T05:00:00Z 2023 11 2023-11-21T05:00:00Z   2024-11-12T06:22:57Z   1 0 090000648629a000
DOT-OST-2012-0058-0124 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-08-21T04:00:00Z 2023 8 2023-08-21T04:00:00Z   2024-11-07T00:50:33Z   1 0 0900006485ea2505
DOT-OST-2012-0058-0123 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-07-18T04:00:00Z 2023 7 2023-07-18T04:00:00Z   2024-11-06T23:45:39Z   1 0 0900006485cc6bc2
DOT-OST-2012-0058-0122 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-07-18T04:00:00Z 2023 7 2023-07-18T04:00:00Z   2024-11-06T23:45:37Z   1 0 0900006485cc62b0
DOT-OST-2012-0058-0120 DOT None DOT-OST-2012-0058 International Air Transport Association - Finally Adopted Resolutions Expedited Filing - Cargo Services Conference Other Correspondence 2023-07-13T04:00:00Z 2023 7 2023-07-13T04:00:00Z   2024-11-12T23:50:23Z   1 0 09000064855689c0
DOT-OST-2012-0058-0121 DOT None DOT-OST-2012-0058 International Air Transport Association - Finally Adopted Resolutions Expedited Filing - 44th Cargo Services Conference (CSS/44) - 23rd April 2023 in Istanbul, Turkiye Other Correspondence 2023-07-05T04:00:00Z 2023 7 2023-07-13T04:00:00Z   2024-11-07T01:04:40Z   1 0 0900006485c9f748
DOT-OST-2012-0058-0119 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-04-05T04:00:00Z 2023 4 2023-04-05T04:00:00Z   2024-11-12T23:53:18Z   1 0 09000064858e0e42
DOT-OST-2012-0058-0118 DOT None DOT-OST-2012-0058 Notice of Tier 1 Agreements Filing by the International Air Transport Association Other Correspondence 2023-02-03T05:00:00Z 2023 2 2023-02-03T05:00:00Z   2025-03-01T23:24:45Z   1 0 090000648563102a

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