When I go to Freebase.com and search for bush
(for example), I get suggestions like George Bush, Kate Bush, George H.W. Bush
etc.
How can I get that list as IDs from the query api?
I am trying to get the a list, like this, of ids for a particular name:
[{
"id": null,
"name": "bush",
}]