itunes-search-api - iTunes Search API - 正确的结果语言

标签 itunes-search-api

我在使用 iTunes API 时遇到了问题。我正在 den German store 中搜索(参数 country=de),但结果集中的描述是英文。有人知道获得德语描述的解决方法吗?它可用,iTunes 商店直接显示德语描述。它试图使用“lang”参数,但它被定义为只有“en_us”和“ja_jp”是可能的值。我依赖 official documentation of apple .

这是 API 调用:http://itunes.apple.com/search?term=angry+birds&country=de&entity=software

对于第一个结果,这是 iTunes 网站中的详细信息页面:http://itunes.apple.com/de/app/angry-birds/id343200656?mt=8&uo=4


不好意思,我自己弄的...

你必须使用

http://itunes.apple.com/de/search?term=angry+birds&country=de&entity=software

最佳答案

在 URL 路径前添加 /de,如下所示:

http://itunes.apple.com/de/search?term=angry+birds&country=de&entity=software

关于itunes-search-api - iTunes Search API - 正确的结果语言,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11799566/

相关文章:

objective-c - Obj-C,在 iTunes 搜索查询字符串中编码简体中文?

itunes-search-api - 过滤 iTunes 搜索 API 结果

mac-app-store - 按类别或价格搜索 iTunes/Appstore

ios - 使用 RESTKit 映射 iTunes 搜索 API 结果

itunes-store - iTunes Search API速率限制

mysql - Apple Search API 以什么字符集返回 JSON?

ios - iTunes 搜索 API 所需的最低 iOS 版本