Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Larger iTunes Search API Images

Tags:

image

itunes

api

The iTunes search API provides album images for each artist's albums. The image sizes provided by the API are fairly small (100x100 was the largest). Playing with the urls I was able to write a script to access larger images. The largest I have been able to find was 225x225. Does anyone know of a larger size available, preferably around 500x500 or larger?

Thanks.

PS: the urls for the images are in this format, and the numbers at the end represent the image size.

http://a4.mzstatic.com/us/r1000/038/Music/db/09/6a/mzi.fivmbmtu.225x225-75.jpg
like image 662
kz3 Avatar asked Jan 08 '12 21:01

kz3


People also ask

Is iTunes API free?

Price: The iTunes Search API is offered for free.

Is there an iTunes API?

The Search API allows you to place search fields in your website to search for content within the iTunes Store, App Store, iBooks Store and Mac App Store. You can search for a variety of content; including apps, iBooks, movies, podcasts, music, music videos, audiobooks, and TV shows.

How do I resize photos in Apple music?

Simply open up your album, then navigate to Image Size in the Image menu, or press ⌘ (or ctrl on Windows) + ⌥ + I. Then, you'll be met with this screen, which will allow you to change the size and the resolution of the image.


1 Answers

You should be able to get 600x600.

Check this out :

small : http://a4.mzstatic.com/us/r1000/038/Music/db/09/6a/mzi.fivmbmtu.225x225-75.jpg

large : http://a4.mzstatic.com/us/r1000/038/Music/db/09/6a/mzi.fivmbmtu.600x600-75.jpg

A simple string replace should do the trick.

Cheers,

like image 101
sachadso Avatar answered Nov 06 '22 21:11

sachadso