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-0079" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

posted_year 3

  • 2018 7
  • 2019 4
  • 2017 1

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-0079-0012 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Order of Chief Administrative Law Judge Approving Settlement and Dismissing Proceeding Other Order 2019-02-19T05:00:00Z 2019 2 2019-02-19T05:00:00Z   2024-11-12T22:54:58Z   1 0 0900006483a899ba
FMCSA-2017-0079-0011 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Motion to Dismiss Other Motion 2019-01-15T05:00:00Z 2019 1 2019-01-15T05:00:00Z   2024-11-12T22:52:33Z   1 0 09000064839f2385
FMCSA-2017-0079-0010 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Regional Field Administrator's Response to Pre-Hearing Order Other Response(s) 2019-01-04T05:00:00Z 2019 1 2019-01-04T05:00:00Z   2024-11-12T22:52:43Z   1 0 09000064839dad25
FMCSA-2017-0079-0009 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Notice of Contest and Request for Formal Hearing and Reply to Notice of Contest to Amend Notice of Claim and Request for Formal Hearing Other Adjudication Notice 2019-01-03T05:00:00Z 2019 1 2019-01-03T05:00:00Z   2024-11-12T22:53:20Z   1 0 09000064839d5fd8
FMCSA-2017-0079-0008 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Order of Chief Administrative Law Judge Other Order 2018-12-27T05:00:00Z 2018 12 2018-12-27T05:00:00Z   2024-11-12T22:52:14Z   1 0 09000064839c7051
FMCSA-2017-0079-0007 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Notice of Assignment of Proceeding Other Adjudication Notice 2018-12-20T05:00:00Z 2018 12 2018-12-20T05:00:00Z   2024-11-12T22:52:18Z   1 0 09000064839b99c2
FMCSA-2017-0079-0006 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Order of Chief Administrative Law Judge Establishing Procedures Other Order 2018-12-20T05:00:00Z 2018 12 2018-12-20T05:00:00Z   2024-11-12T22:52:19Z   1 0 09000064839b99be
FMCSA-2017-0079-0005 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Order Appointing Administrative Law Judge Other Order 2018-12-11T05:00:00Z 2018 12 2018-12-11T05:00:00Z   2024-11-12T22:50:10Z   1 0 090000648395d694
FMCSA-2017-0079-0004 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Respondent's Response in Opposition to Claimant's Motion for Final Agency Order and Cross-Motion for Final Order Other Response(s) 2018-09-25T04:00:00Z 2018 9 2018-09-25T04:00:00Z   2024-11-12T06:18:27Z   1 0 0900006483770b99
FMCSA-2017-0079-0003 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc - Order Other Order 2018-05-03T04:00:00Z 2018 5 2018-05-03T04:00:00Z   2024-11-07T01:29:12Z   1 0 09000064832282b7
FMCSA-2017-0079-0002 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Address Change Other Amendment 2018-01-09T05:00:00Z 2018 1 2018-01-09T05:00:00Z   2024-11-07T01:16:29Z   1 0 0900006482dc8865
FMCSA-2017-0079-0001 FMCSA None FMCSA-2017-0079 In the Matter of Tramline, Inc. - Objection to Respondent's Request for Hearing and Motion for Final Agency Order Other Objection(s) 2017-02-21T05:00:00Z 2017 2 2017-02-21T05:00:00Z   2024-11-11T21:34:59Z   1 0 09000064824cb5de

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