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