79132228

Date: 2024-10-28 06:16:41
Score: 1.5
Natty:
Report link

Apple has changed their API, and removed the language code from the URL, so you should only the bundleId for the app you are looking for. For example:

http://itunes.apple.com/lookup?bundleId=com.yelp.yelpiphone

In addition, you can add the country parameter to the query, to get results for a specific country App Store.

For example:

http://itunes.apple.com/lookup?bundleId=com.yelp.yelpiphone&country=de

The description, user rating and other fields might change between different App Store countries.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mayank Rana