Google 知识图谱 API 发生了什么?

What's going on with the Google Knowledge Graph API?

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

GET 请求:

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": []
}

它正在运行:http://knowledge-graph.fr/ 我确认 API.

存在问题

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