Here is a working & simple solution on php 7. Up to date 2025
$appId = 6739026200 $json = file_get_contents('https://itunes.apple.com/lookup?id='.$appId); $data = json_decode($json,true); echo $data['results'][0]["artworkUrl100"];