You need to manually find/replace on the URL string.
Or construct a URL using the image_id instead
Such as what the breakdown says:
https://images.igdb.com/igdb/image/upload/t_{size}/{hash}.jpg
The hash here is the image_id in the API resonse.
You need to manually find/replace on the URL string.
Or construct a URL using the image_id instead
Such as what the breakdown says:
https://images.igdb.com/igdb/image/upload/t_{size}/{hash}.jpg
The hash here is the image_id in the API resonse.