2017-01-17 32 views
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": [] 
} 

回答