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-1995-529" and posted_year = 1994 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 1994 · 10 ✖

document_type 1

  • Other 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-1995-529-0009 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 The Dade County Aviation Department, Representing Miami International Airport - Motion for leave to file/Answer in support of Application Other Motion/Answer 1994-08-03T04:00:00Z 1994 8 1994-08-03T04:00:00Z 1994-08-04T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc24
DOT-OST-1995-529-0008 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 South African Airways - Motion for leave to file/Reply to Consolidated Response of United Air Lines Other Motion/Reply 1994-07-28T04:00:00Z 1994 7 1994-07-28T04:00:00Z 1994-07-29T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc23
DOT-OST-1995-529-0007 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 United Air Lines, Inc. - Consolidated Response/Motion for leave to file Other Motion/Reply 1994-07-19T04:00:00Z 1994 7 1994-07-19T04:00:00Z 1994-07-20T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc22
DOT-OST-1995-529-0006 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 South African Airways - Consolidated Reply/Motion for leave to file Other Motion/Reply 1994-07-12T04:00:00Z 1994 7 1994-07-12T04:00:00Z 1994-07-13T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc21
DOT-OST-1995-529-0005 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 American Airlines, Inc. - Motion for leave to file/Consolidated Reply Other Motion/Reply 1994-07-08T04:00:00Z 1994 7 1994-07-08T04:00:00Z 1994-07-09T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc20
DOT-OST-1995-529-0004 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 United Air Lines, Inc. - Consolidated Answer Other Answer 1994-07-06T04:00:00Z 1994 7 1994-07-06T04:00:00Z 1994-07-07T03:59:59Z 2024-11-12T02:30:32Z   1 0 090000648030bc1f
DOT-OST-1995-529-0003 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 USAfrica Airways, Inc. - Consolidated Answer Other Answer 1994-06-30T04:00:00Z 1994 6 1994-06-30T04:00:00Z 1994-07-01T03:59:59Z 2024-11-12T02:30:31Z   1 0 090000648030bc1e
DOT-OST-1995-529-0002 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 Northwest Airlines, Inc. - Answer in Opposition to Application Other Answer 1994-06-29T04:00:00Z 1994 6 1994-06-29T04:00:00Z 1994-06-30T03:59:59Z 2024-11-12T02:30:16Z   1 0 090000648030bc15
DOT-OST-1995-529-0001 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles - Miami - Johannesburg, South Africa Other Application-Other 1994-06-21T04:00:00Z 1994 6 1994-06-21T04:00:00Z 1994-06-22T03:59:59Z 2024-11-12T02:30:16Z   1 0 090000648030bc13
DOT-OST-1995-529-0022 DOT Transnet Limited d/b/a South African Airways - Exemption - New York-Los Angeles-Miami-Johannesburg, South Africa DOT-OST-1995-529 The Port Authority of NY & NJ - Letter in Support Other Correspondence 1994-02-23T05:00:00Z 1994 2 1994-02-23T05:00:00Z 1994-02-24T04:59:59Z 2024-11-12T02:30:16Z   1 0 090000648030bc16

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