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" : 2, "radius" : 500 } EOF HTTP/1.1 Created content-type: application/json; charset=utf-8 x-content-type-options: nosniff { "result" : [ { "_key" : "71003", "_id" : "products/71003", "_rev" : "_ZXF6aBS--A", "name" : "Name/-0.002/", "loc" : [ -0.002, 0 ] }, { "_key" : "71007", "_id" : "products/71007", "_rev" : "_ZXF6aBS--E", "name" : "Name/0.002/", "loc" : [ 0.002, 0 ] } ], "hasMore" : false, "count" : 2, "error" : false, "code" : 201 }