Google Knowledge Graph API怎么了?


只怕再见是故人
2025-03-16 12:16:27 (18天前)

我以前使用过知识图API,并且运行良好。我今天尝试访问它,但没有任何结果。这是我的示例请求和回复。

GET请求:

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

  1. {
  2. "@context": {
  3. "@vocab": "http://schema.org/",
  4. "goog": "http://schema.googleapis.com/",
  5. "EntitySearchResult": "goog:EntitySearchResult",
  6. "detailedDescription": "goog:detailedDescription",
  7. "kg": "http://g.co/kg"
  8. },
  9. "@type": "ItemList",
  10. "itemListElement": []
  11. }
2 条回复
  1. 1# 春风助手 | 2020-08-18 17-56

    现在可以使用: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&

登录 后才能参与评论