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",
"arm" : "false",
"asan" : "false",
"asm-crc32" : "true",
"assertions" : "false",
"boost-version" : "1.62.0",
"build-date" : "2017-01-10 14:01:00",
"build-repository" : "heads/devel-0-g8c56bf0dde-dirty",
"compiler" : "gcc [4.9.3]",
"cplusplus" : "201103",
"debug" : "false",
"endianness" : "little",
"failure-tests" : "false",
"fd-client-event-handler" : "poll",
"fd-setsize" : "1024",
"full-version-string" : "ArangoDB 3.1.devel [linux] 64bit, using VPack 0.1.30, ICU 54.1, V8 1.62.0, OpenSSL 1.0.2j 26 Sep 2016",
"icu-version" : "54.1",
"jemalloc" : "true",
"maintainer-mode" : "false",
"openssl-version" : "OpenSSL 1.0.2j 26 Sep 2016",
"platform" : "linux",
"rocksdb-version" : "4.8.0",
"server-version" : "3.1.devel",
"sizeof int" : "4",
"sizeof void*" : "8",
"sse42" : "false",
"tcmalloc" : "false",
"unaligned-access" : "true",
"v8-version" : "1.62.0",
"vpack-version" : "0.1.30",
"zlib-version" : "1.2.8",
"mode" : "server"
}
}