shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near <<EOF { "collection" : "products", "latitude" : 0, "longitude" : 0, "skip" : 1, "limit" : 3, "distance" : "distance" } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_id" : "products/13745", "_key" : "13745", "_rev" : "_XGh_GLS--_", "loc" : [ -0.002, 0 ], "name" : "Name/-0.002/", "distance" : 222.3898532891175 }, { "_id" : "products/13751", "_key" : "13751", "_rev" : "_XGh_GLa--_", "loc" : [ 0.002, 0 ], "name" : "Name/0.002/", "distance" : 222.3898532891175 }, { "_id" : "products/13754", "_key" : "13754", "_rev" : "_XGh_GLa--B", "loc" : [ 0.004, 0 ], "name" : "Name/0.004/", "distance" : 444.779706578235 } ], "hasMore" : false, "count" : 3, "error" : false, "code" : 201 }