shell> curl --data-binary @- --dump - http://localhost:8529/_api/version?details=true HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "server" : "arango", "version" : "2.5.0-beta1", "details" : { "architecture" : "64bit", "build-date" : "2015-02-23 10:39:35", "configure" : "'./configure' '--enable-maintainer-mode' '--disable-mruby'", "icu-version" : "52.1", "libev-version" : "4.11", "maintainer-mode" : "true", "openssl-version" : "OpenSSL 0.9.8za 5 Jun 2014", "repository-version" : "heads/2.5-0-gf63b92e0d4d9a6ae59571c2f836324d2499f7e8e-dirty", "server-version" : "2.5.0-beta1", "sizeof int" : "4", "sizeof void*" : "8", "v8-version" : "3.31.74.1" } }