2

I would like to have a list of Countries and their corresponding Codes used in iTunes, so that I can query them in iTunes API.

Thanks

Ganesh Nayak
  • 802
  • 11
  • 38
  • Check this - http://stackoverflow.com/questions/10105638/how-can-query-all-itunes-store-fronts-of-all-countries, you have to query them one by one. – rishi Nov 08 '12 at 06:49
  • I like to display a list of iTunes Stores countries and then the user can select their country and then search for keywords. – Ganesh Nayak Nov 08 '12 at 06:52
  • for complete list available you can check this - http://www.apple.com/choose-your-country/, but using API i won't think its possible. – rishi Nov 08 '12 at 06:54

1 Answers1

2

Looks like they actually have these country codes listed in their documentation at https://www.apple.com/itunes/affiliates/resources/documentation/linking-to-the-itunes-music-store.html#CountryCodes

juhariis
  • 568
  • 8
  • 15