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

12 rows where docket_id = "FMCSA-2017-0119" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 2

  • 2017 10
  • 2025 2

document_type 1

  • Other 12

agency_id 1

  • FMCSA 12
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-2017-0119-0012 FMCSA None FMCSA-2017-0119 In the Matter of Tri State Collision LLC - Order Dismissing Proceedings and Closing Docket Other Order 2025-11-04T05:00:00Z 2025 11 2025-11-04T05:00:00Z   2025-11-05T00:29:26Z   0 0 09000064b906a276
FMCSA-2017-0119-0011 FMCSA None FMCSA-2017-0119 In the Matter of Tristate Collision, LLC - Motion to Terminate Proceedings and Close Docket Other Motion 2025-07-23T04:00:00Z 2025 7 2025-07-23T04:00:00Z   2025-07-23T23:11:09Z   0 0 09000064b8e9a5b4
FMCSA-2017-0119-0010 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Respondent's Answer in Opposition to Regional Field Administrator's Untimely Motion for Summary Judgment Other Answer 2017-10-16T04:00:00Z 2017 10 2017-10-16T04:00:00Z   2025-07-23T23:10:35Z   0 0 0900006482bc8b33
FMCSA-2017-0119-0009 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Respondent TriState's Answer In Opposition to RFA's Motion for Summary Judgment Other Answer 2017-10-10T04:00:00Z 2017 10 2017-10-10T04:00:00Z   2025-07-23T23:10:31Z   0 0 0900006482ba92a6
FMCSA-2017-0119-0008 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Notice Of Intent Other Order 2017-09-12T04:00:00Z 2017 9 2017-09-12T04:00:00Z   2025-07-23T23:10:24Z   0 0 0900006482b2af09
FMCSA-2017-0119-0007 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Letter Other Letter(s) 2017-08-24T04:00:00Z 2017 8 2017-08-24T04:00:00Z   2025-07-23T23:10:20Z   0 0 0900006482ab7c6e
FMCSA-2017-0119-0006 FMCSA None FMCSA-2017-0119 In the Matter of Tristate Collision, LLC - Regional Field Administrator's Response to Respondent's Motions and Motion for Summary Judgment Other Response(s) 2017-08-22T04:00:00Z 2017 8 2017-08-22T04:00:00Z   2025-07-23T23:10:16Z   0 0 0900006482a96ba8
FMCSA-2017-0119-0005 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Regional Field Administrator's Second Motion for Extension of Time to File Response to Petitioner's Motion Other Motion 2017-08-16T04:00:00Z 2017 8 2017-08-16T04:00:00Z   2025-07-23T23:10:12Z   0 0 0900006482a3b1eb
FMCSA-2017-0119-0004 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Regional Field Administrator's Unopposed Motion for Extension of Time Other Motion 2017-08-08T04:00:00Z 2017 8 2017-08-08T04:00:00Z   2025-07-23T23:10:07Z   0 0 09000064829ccd3e
FMCSA-2017-0119-0003 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Motions Other Motion 2017-07-17T04:00:00Z 2017 7 2017-07-17T04:00:00Z   2025-07-23T23:10:03Z   0 0 090000648291cb63
FMCSA-2017-0119-0002 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Regional Field Administrator's Notice of Objection to Respondent's Request for Formal Hearing Other Objection(s) 2017-04-24T04:00:00Z 2017 4 2017-04-24T04:00:00Z   2025-07-23T23:09:59Z   0 0 090000648256f061
FMCSA-2017-0119-0001 FMCSA None FMCSA-2017-0119 In the Matter of TriState Collision, LLC - Regional Field Administrator's Unopposed Motion for Extension of Time to File Pleading Other Motion 2017-04-03T04:00:00Z 2017 4 2017-04-03T04:00:00Z   2025-07-23T23:09:54Z   0 0 0900006482535e50

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