shell> curl --dump - http://localhost:8529/_api/version?details=true HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "server" : "arango", "version" : "3.1.devel", "license" : "community", "details" : { "architecture" : "64bit", "asan" : "false", "asm-crc32" : "true", "assertions" : "true", "build-date" : "2016-10-26 08:29:45", "build-repository" : "heads/devel-0-g27618a4", "compiler" : "gcc [5.4.0 20160609]", "cplusplus" : "201103", "endianness" : "little", "fd-client-event-handler" : "poll", "fd-setsize" : "1024", "icu-version" : "54.1", "jemalloc" : "false", "maintainer-mode" : "true", "openssl-version" : "OpenSSL 1.0.2g 1 Mar 2016", "rocksdb-version" : "4.8.0", "server-version" : "3.1.devel", "sizeof int" : "4", "sizeof void*" : "8", "sse42" : "true", "tcmalloc" : "false", "v8-version" : "5.0.71.39", "vpack-version" : "0.1.30", "zlib-version" : "1.2.8", "mode" : "server" } }