这是我的疑问:
[{
"type": "/tv/tv_series_episode",
"series": "The Simpsons",
"guest_stars": [{
"actor": {
"/common/topic/article": [{
"id": null,
"optional": true,
"limit": 3
}],
"name": null
}
}]
}]
Freebase正在返回文章的ID,例如:id:“/ m / 0sw7x”,我将如何打印此ID。我已经读过你必须使用“反式”服务,但我不确定如何做到这一点......
答案 0 :(得分:1)
trans service实际上非常简单易用。您只需将该ID附加到GET请求的末尾,它就会发回文章内容,如下所示:
http://api.freebase.com/api/trans/raw/m/0sw7x
我对类似问题here进行了更详细的解释。
答案 1 :(得分:1)
或者您可以直接使用MQL获取文章,详见我对问题字谜指出的答案中的详细说明。