Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate iTunes App icon URL by app id

I know I can search for iTunes App Store information using http://itunes.apple.com/lookup?id=509943167.

But, is it possible to generate link to iTunes App Icon using only app id?

For ex: just like facebook graph api do for fanpage avatar: https://graph.facebook.com/eminem/picture?type=normal

like image 276
Almas Adilbek Avatar asked Jul 13 '12 04:07

Almas Adilbek


People also ask

How do I get an app URL from the Apple App Store?

Find app link via App Store on iOS devicesStep 1: Go to the Apple App Store on your iOS device. Step 2: Search for your app and go to the app page. Step 3: Tap the Share Sheet button on the top right of the screen, then choose Copy Link.

How do I find my iTunes app ID?

You can find this in the app's Play Store URL after 'id'. For example, in https://play.google.com/store/apps/details?id=com.company.appname the identifier would be com. company. appname .


1 Answers

If you look at the URL you provided, it returns a JSON blob where one of the properties is artworkUrl512. In this case, the corresponding value is

http://a1.mzstatic.com/us/r1000/063/Purple/v4/1a/99/31/1a9931f2-0070-68c8-a870-80c04a62b7bd/MaDEtHfroqMKzpU0q0VUCg-temp-upload.vikzbwtt.png

enter image description here

like image 81
Sophie Alpert Avatar answered Oct 19 '22 23:10

Sophie Alpert