shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/simple/near { "collection": "products", "latitude" : 0, "longitude" : 0, "skip" : 1, "limit" : 2, "radius" : 500 } HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "result" : [ { "_id" : "products/1259300290", "_key" : "1259300290", "_rev" : "1259300290", "name" : "Name/0.002/", "loc" : [ 0.002, 0 ] }, { "_id" : "products/1258907074", "_key" : "1258907074", "_rev" : "1258907074", "name" : "Name/-0.002/", "loc" : [ -0.002, 0 ] } ], "hasMore" : false, "count" : 2, "error" : false, "code" : 201 }