79453362

Date: 2025-02-20 04:57:31
Score: 0.5
Natty:
Report link

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"];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ernis A.