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-1999-6258" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 1999 4
  • 2000 4

document_type 2

  • Other 5
  • Notice 3

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-1999-6258-0008 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 Notice of Action Taken re: Spanair, S.A Notice Notice 2000-11-24T05:00:00Z 2000 11 2000-11-24T05:00:00Z 2000-11-28T04:59:59Z 2024-11-12T03:29:30Z   1 0 0900006480331839
DOT-OST-1999-6258-0007 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 Spanair, S.A. - Exemption/Renewal - United States-Spain Other Application-Other 2000-11-01T05:00:00Z 2000 11 2000-11-01T05:00:00Z 2000-11-03T04:59:59Z 2024-11-12T03:29:30Z   1 0 0900006480331838
DOT-OST-1999-6258-0006 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 Notice of Action Taken re: Spanair, S.A. and United Air Lines, Inc. Notice Notice 2000-03-07T05:00:00Z 2000 3 2000-03-07T05:00:00Z 2000-03-09T04:59:59Z 2024-11-12T03:29:44Z   1 0 0900006480331837
DOT-OST-1999-6258-0005 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing Other Application-Other 2000-02-18T05:00:00Z 2000 2 2000-02-18T05:00:00Z 2000-03-16T04:59:59Z 2024-11-12T03:29:16Z   1 0 0900006480331836
DOT-OST-1999-6258-0004 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 Notice of Action Taken re: Spanair, S.A. and United Air Lines, Inc. Notice Notice 1999-11-02T05:00:00Z 1999 11 1999-11-02T05:00:00Z 1999-11-04T04:59:59Z 2024-11-12T03:29:16Z   1 0 0900006480331835
DOT-OST-1999-6258-0003 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 Metropolitan Washington Airports Authority - Answer Other Answer 1999-10-04T04:00:00Z 1999 10 1999-10-04T04:00:00Z 1999-10-27T03:59:59Z 2024-11-12T03:29:16Z   1 0 0900006480331834
DOT-OST-1999-6258-0002 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 United Air Lines, Inc. and Spanair, S.A. - Certificate of Service Other Certificate of Service 1999-09-30T04:00:00Z 1999 9 1999-09-30T04:00:00Z 1999-10-02T03:59:59Z 2024-11-12T03:29:16Z   1 0 0900006480331833
DOT-OST-1999-6258-0001 DOT United Air Lines, Inc. and Spanair, S.A. - Exemption/Statements of Authorization - United States-Spain Code Sharing DOT-OST-1999-6258 United Air Lines, Inc. and Spanair, S.A. - Exemption - Statement of Authorization - United States-Spain Code Sharing Other Joint Application 1999-09-23T04:00:00Z 1999 9 1999-09-23T04:00:00Z 1999-10-21T03:59:59Z 2024-11-12T03:29:16Z   1 0 0900006480331832

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