【问题标题】:iTunes Search API - correct language of resultsiTunes Search API - 正确的结果语言
【发布时间】:2012-08-01 17:29:54
【问题描述】:

我正在使用 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

【问题讨论】:

    标签: itunes-search-api


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2015-06-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多