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

9 rows where docket_id = "DOT-OST-2017-0045" and posted_year = 2020 sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2020 · 9 ✖

document_type 1

  • Other 9

agency_id 1

  • DOT 9
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-2017-0045-0232 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for Week Ending September 18, 2020 Other Report 2020-09-18T04:00:00Z 2020 9 2020-09-18T04:00:00Z   2020-09-18T19:30:50Z   0 0 0900006484865b88
DOT-OST-2017-0045-0231 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for Week Ending August 21, 2020 Other Report 2020-08-21T04:00:00Z 2020 8 2020-08-21T04:00:00Z   2020-08-21T19:37:12Z   0 0 0900006484817df5
DOT-OST-2017-0045-0230 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for Week Ending July 24, 2020 Other Report 2020-07-24T04:00:00Z 2020 7 2020-07-24T04:00:00Z   2020-07-24T19:22:55Z   0 0 09000064847a4022
DOT-OST-2017-0045-0229 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for Week Ending July 17, 2020 Other Report 2020-07-17T04:00:00Z 2020 7 2020-07-17T04:00:00Z   2020-07-17T19:03:02Z   0 0 0900006484780910
DOT-OST-2017-0045-0228 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for Week Ending June 19, 2020 Other Report 2020-06-19T04:00:00Z 2020 6 2020-06-19T04:00:00Z   2020-06-19T21:27:31Z   0 0 09000064846fb9de
DOT-OST-2017-0045-0227 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending May 1, 2020 Other Report 2020-05-01T04:00:00Z 2020 5 2020-05-01T04:00:00Z   2020-05-01T17:15:04Z   0 0 090000648452d63d
DOT-OST-2017-0045-0226 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending February 14, 2020 Other Report 2020-02-14T05:00:00Z 2020 2 2020-02-14T05:00:00Z   2020-05-01T17:13:43Z   0 0 090000648436c805
DOT-OST-2017-0045-0225 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending January 17, 2020 Other Report 2020-01-17T05:00:00Z 2020 1 2020-01-17T05:00:00Z   2020-01-17T17:58:20Z   0 0 09000064842ba57d
DOT-OST-2017-0045-0224 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending January 10, 2020 Other Report 2020-01-10T05:00:00Z 2020 1 2020-01-10T05:00:00Z   2020-01-10T21:27:18Z   0 0 0900006484289de0

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