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

6 rows where docket_id = "DOT-OST-1996-1629" and posted_year = 1995 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)

document_type 2

  • Other 4
  • Notice 2

posted_year 1

  • 1995 · 6 ✖

agency_id 1

  • DOT 6
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-1996-1629-0205 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 95-12-41 Order to Show Cause and Establishing Temporary Service Mail Rates Other Show Cause Order 1995-12-22T05:00:00Z 1995 12 1995-12-22T05:00:00Z 1995-12-23T04:59:59Z 2024-11-07T01:47:08Z   1 0 09000064802a282a
DOT-OST-1996-1629-0220 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 95-10-23 Order to Show Cause and Establishing Temporary Service Mail Rates Other Show Cause Order 1995-10-16T04:00:00Z 1995 10 1995-10-16T04:00:00Z 1995-10-17T03:59:59Z 2024-11-07T01:47:38Z   1 0 09000064802a283b
DOT-OST-1996-1629-0219 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 95-8-31 Order Establishing Final Service Mail Rates Other Order 1995-08-21T04:00:00Z 1995 8 1995-08-21T04:00:00Z 1995-08-22T03:59:59Z 2024-11-07T01:47:38Z   1 0 09000064802a2839
DOT-OST-1996-1629-0218 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 Delta Air Lines, Inc. - Notice of Objection Notice Notice 1995-07-17T04:00:00Z 1995 7 1995-07-17T04:00:00Z 1995-07-18T03:59:59Z 2024-11-07T01:47:37Z   1 0 09000064802a2838
DOT-OST-1996-1629-0217 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 Northwest Airlines, Inc. - Notice of Objection Notice Notice 1995-07-14T04:00:00Z 1995 7 1995-07-14T04:00:00Z 1995-07-15T03:59:59Z 2024-11-07T01:47:37Z   1 0 09000064802a2837
DOT-OST-1996-1629-0216 DOT 80-1-26 Order to Show Cause - Transatlantic, Transpacific and Latin American Service Mail Rates Investigation DOT-OST-1996-1629 95-6-32 Order to Show Cause and Establishing Temporary Service Mail Rates Other Show Cause Order 1995-06-28T04:00:00Z 1995 6 1995-06-28T04:00:00Z 1995-06-29T03:59:59Z 2024-11-07T01:47:37Z   1 0 09000064802a2836

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