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 docket_id = "FMCSA-2024-0198" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2025 5
  • 2024 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-2024-0198-0007 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Regional Field Administrator's Motion for Final order and Memorandum of Law in Support Other Motion 2025-10-08T04:00:00Z 2025 10 2025-10-08T04:00:00Z   2025-10-08T23:35:19Z   0 0 09000064b8ffdd4f
FMCSA-2024-0198-0006 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Order Denying Informal Hearing Request - Revised Certificate of Service Other Order 2025-09-11T04:00:00Z 2025 9 2025-09-11T04:00:00Z   2025-09-11T18:58:51Z   0 0 09000064b8f6dac0
FMCSA-2024-0198-0005 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Regional Field Administrator's Motion for Final Order and Memorandum of Law in Support Other Motion 2025-08-22T04:00:00Z 2025 8 2025-08-22T04:00:00Z   2025-08-26T21:58:16Z   0 0 09000064b8f10f18
FMCSA-2024-0198-0004 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Regional Field Administrator's Motion for Extension of Time Other Motion 2025-08-08T04:00:00Z 2025 8 2025-08-08T04:00:00Z   2025-08-09T00:12:38Z   0 0 09000064b8ef3bb9
FMCSA-2024-0198-0003 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Order Denying Informal Hearing Request Other Order 2025-06-12T04:00:00Z 2025 6 2025-06-12T04:00:00Z   2025-06-12T17:00:57Z   0 0 09000064b8dfd09f
FMCSA-2024-0198-0002 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Field Administrator's Objection with Basis to Respondent's Request for Informal Hearing Other Objection(s) 2024-08-29T04:00:00Z 2024 8 2024-08-29T04:00:00Z   2024-11-12T22:41:37Z   1 0 09000064866b3e91
FMCSA-2024-0198-0001 FMCSA None FMCSA-2024-0198 In the Matter of Caster Logistics, LLC - Field Administrator's Motion for Extension of Time Other Motion 2024-08-22T04:00:00Z 2024 8 2024-08-22T04:00:00Z   2024-11-12T22:40:18Z   1 0 090000648665e30c

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