Http response

HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 355

{
  "status" : {
    "code" : 200,
    "text" : "OK"
  },
  "statistics" : {
    "OperationTime" : 13
  },
  "answer_records" : [ {
    "_id" : "1",
    "_url" : "http://my-website.com/1.png"
  }, {
    "_id" : "2",
    "_url" : "http://my-website.com/2.png"
  }, {
    "_id" : "3",
    "_url" : "http://my-website.com/3.png"
  } ],
  "answer_count" : 3
}