0
私は以前に知識グラフAPIを使っていましたが、うまくいきました。私は今日それにアクセスしようとしましたが、結果は全く出ません。ここに私のサンプルリクエストとレスポンスがあります。Googleナレッジグラフ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": []
}