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-2005-20279" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 4

  • 2005 3
  • 2006 2
  • 2008 2
  • 2010 1

document_type 2

  • Other 6
  • Notice 2

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-2005-20279-0008 DOT None DOT-OST-2005-20279 Federal Express Corporation Other Correspondence 2010-08-25T04:00:00Z 2010 8 2010-08-25T04:00:00Z   2013-08-11T01:36:39Z   0 0 0900006480b3638a
DOT-OST-2005-20279-0007 DOT None DOT-OST-2005-20279 Notice of Action Taken re: Federal Express Corporation Other Notice 2008-10-23T04:00:00Z 2008 10 2008-10-23T04:00:00Z   2024-11-12T04:24:29Z   1 0 0900006480775881
DOT-OST-2005-20279-0006 DOT None DOT-OST-2005-20279 Federal Express Corporation Other Correspondence 2008-10-06T04:00:00Z 2008 10 2008-10-06T04:00:00Z   2013-07-28T01:56:28Z   0 0 0900006480739e9b
DOT-OST-2005-20279-0005 DOT None DOT-OST-2005-20279 Notice of Action Taken re: Federal Express Corporation Notice Notice 2006-12-11T05:00:00Z 2006 12 2006-12-11T05:00:00Z 2006-12-12T04:59:59Z 2024-11-07T16:55:59Z   1 0 09000064802bc264
DOT-OST-2005-20279-0004 DOT None DOT-OST-2005-20279 Application of Federal Express Corporation for Renewal of Exemption Other Application-Other 2006-11-14T05:00:00Z 2006 11 2006-11-14T05:00:00Z 2006-11-15T04:59:59Z 2024-11-07T16:55:59Z   1 0 09000064802bc263
DOT-OST-2005-20279-0003 DOT None DOT-OST-2005-20279 Notice of Action Taken re: Federal Express Corporation (Corrected Notice) Notice Notice 2005-02-23T05:00:00Z 2005 2 2005-02-23T05:00:00Z 2005-02-24T04:59:59Z 2024-11-07T16:55:59Z   1 0 09000064802bc262
DOT-OST-2005-20279-0002 DOT None DOT-OST-2005-20279 Federal Express Corporation Other Letter(s) 2005-02-11T05:00:00Z 2005 2 2005-02-11T05:00:00Z 2005-02-12T04:59:59Z 2024-11-07T16:55:36Z   1 0 09000064802bc261
DOT-OST-2005-20279-0001 DOT None DOT-OST-2005-20279 Application of Federal Express Corporation for an Exemption Other Application-Other 2005-01-31T05:00:00Z 2005 1 2005-01-31T05:00:00Z 2005-02-01T04:59:59Z 2024-11-07T16:55:36Z   1 0 09000064802bc260

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