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

document_type 2

  • Other 11
  • Notice 1

posted_year 1

  • 1995 · 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-1995-232-0014 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Request for Extension of Discussion Authority with Antitrust Immunity, Modification of Conditions and Shortened Answer Period Other Request 1995-12-22T05:00:00Z 1995 12 1995-12-22T05:00:00Z 1995-12-23T04:59:59Z 2024-11-08T05:40:02Z   1 0 09000064803097dd
DOT-OST-1995-232-0013 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 95-12-14 Order Granting Continued Discussion Authority Other Order 1995-12-11T05:00:00Z 1995 12 1995-12-11T05:00:00Z 1995-12-12T04:59:59Z 2024-11-08T05:40:01Z   1 0 09000064803097dc
DOT-OST-1995-232-0010 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Additional Information Other Correspondence 1995-12-06T05:00:00Z 1995 12 1995-12-06T05:00:00Z 1995-12-07T04:59:59Z 2024-11-08T05:47:28Z   1 0 09000064803097c2
DOT-OST-1995-232-0011 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Additional Information Other Correspondence 1995-12-06T05:00:00Z 1995 12 1995-12-06T05:00:00Z 1995-12-07T04:59:59Z 2024-11-08T05:40:02Z   1 0 09000064803097d8
DOT-OST-1995-232-0008 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Final Report of the Conference Session w/Annexes Other Report 1995-08-28T04:00:00Z 1995 8 1995-08-28T04:00:00Z 1995-08-29T03:59:59Z 2024-11-08T05:40:59Z   1 0 0900006480309888
DOT-OST-1995-232-0007 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Report of the Airline Liability Conference w/Annexes Other Report 1995-08-17T04:00:00Z 1995 8 1995-08-17T04:00:00Z 1995-08-18T03:59:59Z 2024-11-08T05:40:04Z   1 0 090000648030987d
DOT-OST-1995-232-0006 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Report on Airline Liability Other Report 1995-08-09T04:00:00Z 1995 8 1995-08-09T04:00:00Z 1995-08-10T03:59:59Z 2024-11-08T05:47:29Z   1 0 0900006480309868
DOT-OST-1995-232-0005 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 95-7-15 Order Extending Discussion Authority Other Order 1995-07-19T04:00:00Z 1995 7 1995-07-19T04:00:00Z 1995-07-20T03:59:59Z 2024-11-08T05:46:59Z   1 0 0900006480309848
DOT-OST-1995-232-0004 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 Notice of Time for Filing Answers Notice Notice 1995-06-28T04:00:00Z 1995 6 1995-06-28T04:00:00Z 1995-06-29T03:59:59Z 2024-11-08T05:46:26Z   1 0 0900006480309825
DOT-OST-1995-232-0002 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 IATA - Request For Extension of Discussion Authority Other Request 1995-06-26T04:00:00Z 1995 6 1995-06-26T04:00:00Z 1995-06-27T03:59:59Z 2024-11-08T05:40:30Z   1 0 09000064803097e9
DOT-OST-1995-232-0009 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 Letter to Ronald Harris re International Air Transport Association Other Correspondence 1995-05-25T04:00:00Z 1995 5 1995-05-25T04:00:00Z 1995-05-26T03:59:59Z 2024-11-08T05:42:02Z   1 0 0900006480309893
DOT-OST-1995-232-0023 DOT IATA - Approval of Agreements - Liability Limitations of the Warsaw Convention DOT-OST-1995-232 95-2-44 Order Other Order 1995-02-28T05:00:00Z 1995 2 1995-02-28T05:00:00Z 1995-03-01T04:59:59Z 2024-11-08T05:40:58Z   1 0 09000064803097f6

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