いくつかの結果を返した api.freebase.com を使用した古い mqlread クエリの例を次に示します。
https://api.freebase.com/api/service/mqlread?queries={"q0":{"query":{"/common/topic/article":[{"id":null}],"name":"Ethanol","type":"/medicine/drug"}}}
ただし、新しい Google API (www.googleapis.com) を使用すると、このクエリは空の結果オブジェクトを返します。
https://www.googleapis.com/freebase/v1/mqlread?query=[{"/common/topic/article":[{"id":null}],"name":"Ethanol 1","type":"/medicine/drug"}]
アプリを新しい API に移行する方法についてのドキュメントはありません。ここで明らかな何かが欠けていますか?