Указанные ресурсы и записи можно найти в объекте includes
в ответе API.
Ответ должен выглядеть примерно так:
{
"sys": {
"type": "Array"
},
"total": 9,
"skip": 0,
"limit": 100,
"items": [ // Your items here ],
"includes": {
"Asset": [ // Your included assets here, this is where you find the url to the image ]
"Entry": [ // Any referenced entries not included in the items array above ]
}
Таким образом, чтобы найти фактическоеАктив, который включает все ваши данные (включая URL), вы должны найти правильный ресурс, используя идентификатор ссылки (222xxm9aaAu4GiAc2ESw0Q), в объекте includes.Asset
.