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

7 rows where agency_id = "FMCSA" and docket_id = "FMCSA-2018-0357" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2019 5
  • 2018 2

document_type 1

  • Other 7

agency_id 1

  • FMCSA · 7 ✖
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
FMCSA-2018-0357-0007 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Order Approving Settlement Other Order 2019-10-04T04:00:00Z 2019 10 2018-11-15T05:00:00Z   2024-11-12T23:09:29Z   1 0 090000648401f7a6
FMCSA-2018-0357-0006 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Notice of Settlement and Motion to Terminate Proceedings and Close Docket Other Notification of Settlement 2019-09-12T04:00:00Z 2019 9 2019-09-12T04:00:00Z   2024-11-12T23:08:22Z   1 0 0900006483f3dc1a
FMCSA-2018-0357-0005 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Order Referring Matter to Binding Arbitration Other Order 2019-03-04T05:00:00Z 2019 3 2019-03-04T05:00:00Z   2024-11-12T22:55:32Z   1 0 0900006483ab5cdd
FMCSA-2018-0357-0004 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Respondent's Consent to Binding Arbitration Other Consent 2019-02-13T05:00:00Z 2019 2 2019-02-13T05:00:00Z   2024-11-12T22:55:13Z   1 0 0900006483a6e985
FMCSA-2018-0357-0003 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Interim Order Other Order 2019-01-29T05:00:00Z 2019 1 2019-01-29T05:00:00Z   2024-11-12T22:55:04Z   1 0 0900006483a2007d
FMCSA-2018-0357-0002 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Notice of Receipt of Respondent's Correspondence Other Acknowledgement Letter/Receipt 2018-12-20T05:00:00Z 2018 12 2018-12-20T05:00:00Z   2024-11-12T22:52:22Z   1 0 09000064839ba40a
FMCSA-2018-0357-0001 FMCSA None FMCSA-2018-0357 In the Matter of Clabe Logistics, LLC - Field Administrator's Consent to Binding Arbitration or Motion for Default Other Consent 2018-11-15T05:00:00Z 2018 11 2018-11-15T05:00:00Z   2024-11-12T22:50:23Z   1 0 09000064838db55d

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