Xiaomi Mi Plants Monitor Flower

I have been trying to decipher the android app, but i haven’t found out how to make the query in English, and i don’t understand Chinese…

But this is what i have so far:
HTTP
Request:

POST /api/ HTTP/1.1
Host: api.huahuacaocao.net
Content-Type: application/json

{
  "service": "pkbes",
  "method": "GET",
  "path": "/v2/pkb/categoryspecies",
  "data": {
    "extra": {
      "version": "ASI_3014_3.0.0",
      "position": [0,0],
      "app_channel": "release",
      "country": "sweden",
      "lang": "en",
      "phone": "man_model_sdk_int"
    },
    "phyllotaxy": "",
    "shape": "",
    "apex": "",
    "margin": "",
    "category": "",
    "count": 2,
    "limit": 2,
    "model": ""
  }
}

Response:

{
  "status": 100,
  "data": {
    "url": "http://pkb.resource.huahuacaocao.net/",
    "species": [
      {
        "name": "阿月浑子",
        "count": 1,
        "display_name": "阿月浑子",
        "img_url": "http://pkbes.resource.huahuacaocao.net/6Zi/5pyI5rWR5a2QLmpwZw==?imageView2/1/w/%d/h/%d"
      },
      {
        "name": "矮丛小金雀",
        "count": 1,
        "display_name": "矮丛小金雀",
        "img_url": "http://pkbes.resource.huahuacaocao.net/55+u5Lib5bCP6YeR6ZuALmpwZw==?imageView2/1/w/%d/h/%d"
      }
    ],
    "sum": 2201
  }
}

You can use that query to search some how, i haven’t figured out yet what to put in the different fields.