Response body

{
  "status" : {
    "code" : 200,
    "text" : "OK"
  },
  "statistics" : {
    "OperationTime" : 6
  },
  "answer_records" : [ {
    "_id" : "1"
  }, {
    "_id" : "2"
  } ],
  "answer_distances" : [ 10.0, 20.0 ],
  "query_records" : [ {
    "_url" : "http://mydomain.com/my-image.png"
  } ],
  "answer_count" : 2
}