shell> curl -X PUT --header 'accept: application/json' --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 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_id" : "products/70798", "_key" : "70798", "_rev" : "_ZXF6Z82--C", "loc" : [ -0.002, 0 ], "name" : "Name/-0.002/", "distance" : 222.3898532891175 }, { "_id" : "products/70802", "_key" : "70802", "_rev" : "_ZXF6Z86---", "loc" : [ 0.002, 0 ], "name" : "Name/0.002/", "distance" : 222.3898532891175 }, { "_id" : "products/70804", "_key" : "70804", "_rev" : "_ZXF6Z86--A", "loc" : [ 0.004, 0 ], "name" : "Name/0.004/", "distance" : 444.779706578235 } ], "hasMore" : false, "count" : 3, "error" : false, "code" : 201 }