Does anybody know why is this query not working? It was yesterday:
[{ "mid": "/m/02_286", "key": {
"namespace": "/wikipedia/en_id", "value": null }}]
I get this response
{ "result": []}
I want to obtain the ID 38252 so I can obtain a wikipedia link like this:
http://en.wikipedia.org/wiki/index.html?curid=38252
You can see further details here: https://developers.google.com/freebase/v1/mql-cookbook
You can take a look to the query here
EDIT :
I noticed that with Paris there is an "en_id" key https://www.freebase.com/m/02_286?keys= but with New York city there is no "en_id" key https://www.freebase.com/m/02_286?keys=. Its weird because there was an id a couple of days ago...
Thanks!