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-2015-0124" and document_type = "Other" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

posted_year 2

  • 2016 11
  • 2015 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-2015-0124-0108 FMCSA None FMCSA-2015-0124 Occupational Health and Safety Management Systems Other Additional Information 2016-06-16T04:00:00Z 2016 6 2016-06-16T04:00:00Z   2016-06-16T20:44:25Z   0 0 09000064820486d0
FMCSA-2015-0124-0104 FMCSA None FMCSA-2015-0124 American National Standard - Safe Practices for Motor Vehicle Operations Other Additional Information 2016-06-15T04:00:00Z 2016 6 2016-06-15T04:00:00Z   2016-06-15T13:00:52Z   0 0 0900006482039f89
FMCSA-2015-0124-0107 FMCSA None FMCSA-2015-0124 American Society of Safety Engineers - Position Statement Other Statement of Position 2016-06-15T04:00:00Z 2016 6 2016-06-15T04:00:00Z   2024-11-07T23:44:02Z   1 0 090000648203a71f
FMCSA-2015-0124-0103 FMCSA None FMCSA-2015-0124 ASSE Tech Brief - Brief Other Brief 2016-06-15T04:00:00Z 2016 6 2016-06-15T04:00:00Z   2016-06-15T12:54:34Z   0 0 0900006482039f86
FMCSA-2015-0124-0105 FMCSA None FMCSA-2015-0124 ANSI/ASSE /Z10 Committee Other Additional Information 2016-06-15T04:00:00Z 2016 6 2016-06-15T04:00:00Z   2024-11-11T21:27:38Z   1 0 090000648203a0d3
FMCSA-2015-0124-0106 FMCSA None FMCSA-2015-0124 ASSE Tech Brief - Sept 2012 Other Brief 2016-06-15T04:00:00Z 2016 6 2016-06-15T04:00:00Z   2024-11-11T21:28:00Z   1 0 090000648203a71d
FMCSA-2015-0124-0097 FMCSA None FMCSA-2015-0124 Potential Benefits and Feasibility of Voluntary Compliance Listening Session Other Transcript(s) 2016-05-24T04:00:00Z 2016 5 2016-05-24T04:00:00Z   2024-11-11T21:25:44Z   1 0 0900006481fe797f
FMCSA-2015-0124-0096 FMCSA None FMCSA-2015-0124 Potential Benefits and Feasibility of Voluntary Compliance Listening Session Other Transcript(s) 2016-05-24T04:00:00Z 2016 5 2016-05-24T04:00:00Z   2024-11-12T06:09:27Z   1 0 0900006481fe772a
FMCSA-2015-0124-0098 FMCSA None FMCSA-2015-0124 Potential Benefits and Feasibility of Voluntary Compliance Listening Session Other Transcript(s) 2016-05-24T04:00:00Z 2016 5 2016-05-24T04:00:00Z   2024-11-11T21:28:39Z   1 0 0900006481feb6e0
FMCSA-2015-0124-0092 FMCSA None FMCSA-2015-0124 Potential Benefits and Feasibility of Voluntary Compliance Other Report 2016-04-26T04:00:00Z 2016 4 2016-04-26T04:00:00Z   2024-11-07T23:42:22Z   1 0 0900006481f8cd81
FMCSA-2015-0124-0080 FMCSA None FMCSA-2015-0124 Fatigue-Assessing Vulnerability Other Assessment Document or Analysis 2016-03-29T04:00:00Z 2016 3 2016-03-29T04:00:00Z   2024-11-12T05:58:07Z   1 0 0900006481ee5615
FMCSA-2015-0124-0001 FMCSA None FMCSA-2015-0124 Technical Brief: Commercial Motor Vehicle Tire Pressure Sensors, 2005, FMCSA Other Report 2015-04-22T04:00:00Z 2015 4 2015-04-22T04:00:00Z   2016-06-15T13:00:23Z   0 0 0900006481ab1313

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