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

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

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 1

  • 2024 · 14 ✖

document_type 1

  • Other 14

agency_id 1

  • DOT 14
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-0300 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending November 29, 2024 Other Report 2024-11-29T05:00:00Z 2024 11 2024-11-29T05:00:00Z   2024-11-29T20:16:09Z   0 0 090000648684022d
DOT-OST-2017-0045-0299 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending November 15, 2024 Other Report 2024-11-15T05:00:00Z 2024 11 2024-11-15T05:00:00Z   2024-11-16T00:55:34Z   0 0 090000648681b2fd
DOT-OST-2017-0045-0298 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending October 18, 2024 Other Report 2024-10-18T04:00:00Z 2024 10 2024-10-18T04:00:00Z   2024-10-18T19:20:24Z   0 0 09000064867d825c
DOT-OST-2017-0045-0297 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending September 6, 2024 Other Report 2024-09-06T04:00:00Z 2024 9 2024-09-06T04:00:00Z   2024-09-06T19:04:56Z   0 0 09000064866cc2ad
DOT-OST-2017-0045-0296 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending August 30, 2024 Other Report 2024-08-30T04:00:00Z 2024 8 2024-08-30T04:00:00Z   2024-08-30T16:13:53Z   0 0 09000064866b5cfe
DOT-OST-2017-0045-0295 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending August 2, 2024 Other Report 2024-08-02T04:00:00Z 2024 8 2024-08-02T04:00:00Z   2024-08-02T17:04:18Z   0 0 09000064866158b5
DOT-OST-2017-0045-0294 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending June 14, 2024 Other Report 2024-06-14T04:00:00Z 2024 6 2024-06-14T04:00:00Z   2024-06-14T19:29:08Z   0 0 09000064865b722c
DOT-OST-2017-0045-0293 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending June 7, 2024 Other Report 2024-06-07T04:00:00Z 2024 6 2024-06-07T04:00:00Z   2024-06-07T20:44:37Z   0 0 090000648659f367
DOT-OST-2017-0045-0292 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending May 17, 2024 Other Report 2024-05-17T04:00:00Z 2024 5 2024-05-17T04:00:00Z   2024-05-17T19:26:45Z   0 0 090000648656d023
DOT-OST-2017-0045-0291 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending March 29, 2024 Other Report 2024-03-29T04:00:00Z 2024 3 2024-03-29T04:00:00Z   2024-11-12T22:25:38Z   1 0 09000064864a33d3
DOT-OST-2017-0045-0290 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending March 22, 2024 Other Report 2024-03-22T04:00:00Z 2024 3 2024-03-22T04:00:00Z   2024-03-22T19:06:32Z   0 0 090000648648febf
DOT-OST-2017-0045-0289 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending March 1, 2024 Other Report 2024-03-01T05:00:00Z 2024 3 2024-03-01T05:00:00Z   2024-03-01T20:18:00Z   0 0 090000648644c59c
DOT-OST-2017-0045-0288 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending February 2, 2024 Other Report 2024-02-02T05:00:00Z 2024 2 2024-02-02T05:00:00Z   2024-02-02T20:19:34Z   0 0 09000064863d9f0e
DOT-OST-2017-0045-0287 DOT None DOT-OST-2017-0045 Filed by the Department of Transportation for the Week Ending January 26, 2024 Other Report 2024-01-26T05:00:00Z 2024 1 2024-01-26T05:00:00Z   2024-01-26T20:40:10Z   0 0 09000064863c75f6

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