0

我以前使用过知识图谱 API,效果很好。我今天尝试访问它,但它根本没有给我任何结果。这是我的示例请求和响应。

获取请求:

https://kgsearch.googleapis.com/v1/entities:search?query=taylor+swift&key=MY_API_KEY&limit=1&indent=True

回复:

{
"@context": {
"@vocab": "http://schema.org/",
"goog": "http://schema.googleapis.com/",
"EntitySearchResult": "goog:EntitySearchResult",
"detailedDescription": "goog:detailedDescription",
"kg": "http://g.co/kg"
},
"@type": "ItemList",
"itemListElement": []
}
4

1 回答 1

1

它现在正在工作:http: //knowledge-graph.fr/ 我确认 API 存在问题。

您也可以在 Google Developer Console 中尝试:https ://developers.google.com/apis-explorer/?hl=fr#p/kgsearch/v1/kgsearch.entities.search?query=taylor+swift&_h=1&

于 2017-01-17T16:39:24.750 回答