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-2001-10351" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_month, last_modified, open_for_comment, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 3

  • Other 6
  • Notice 1
  • Supporting & Related Material 1

posted_year 1

  • 2001 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-2001-10351-0008 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Notice of Action Taken re: Vega Airlines Ltd. Notice Notice 2001-12-03T05:00:00Z 2001 12 2001-12-03T05:00:00Z 2001-12-04T04:59:59Z 2024-11-07T17:41:26Z   1 0 0900006480301b22
DOT-OST-2001-10351-0007 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Supplemental Response of United Air Lines, Inc. Supporting & Related Material Supplement 2001-11-21T05:00:00Z 2001 11     2024-11-07T17:41:26Z   0 0 0900006480301b21
DOT-OST-2001-10351-0006 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Reply of Vega Airlines Ltd. to Response of United Air Lines, Inc. and Motion for Leave to File Other Motion/Reply 2001-09-27T04:00:00Z 2001 9 2001-09-27T04:00:00Z 2001-09-29T03:59:59Z 2024-11-07T17:41:26Z   1 0 0900006480301b20
DOT-OST-2001-10351-0005 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Response of United Air Lines, Inc. and Motion for Leave to File Other Response(s) 2001-09-12T04:00:00Z 2001 9 2001-09-12T04:00:00Z 2001-09-14T03:59:59Z 2024-11-07T17:41:25Z   1 0 0900006480301b1f
DOT-OST-2001-10351-0004 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Consolidated Reply of Vega Airlines Ltd. to Answers of United Air Lines, Inc. and Lynden Air Cargo, LLC Other Consolidated Reply 2001-08-30T04:00:00Z 2001 8 2001-08-30T04:00:00Z 2001-09-01T03:59:59Z 2024-11-07T17:41:26Z   1 0 0900006480301b1e
DOT-OST-2001-10351-0003 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Answer of Lynden Air Cargo, LLC Other Answer 2001-08-21T04:00:00Z 2001 8 2001-08-21T04:00:00Z 2001-08-23T03:59:59Z 2024-11-07T17:41:25Z   1 0 0900006480301b1d
DOT-OST-2001-10351-0002 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Answer of United Air Lines, Inc. Other Answer 2001-08-20T04:00:00Z 2001 8 2001-08-20T04:00:00Z 2001-08-22T03:59:59Z 2024-11-07T17:41:25Z   1 0 0900006480301b1c
DOT-OST-2001-10351-0001 DOT Vega Airlines Ltd. - Exemption - Bulgaria-U.S. All-Cargo Charters DOT-OST-2001-10351 Application of Vega Airlines Ltd. for an Exemption Other Application-Other 2001-08-06T04:00:00Z 2001 8 2001-08-06T04:00:00Z 2001-08-08T03:59:59Z 2024-11-07T17:41:25Z   1 0 0900006480301b1b

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