|
FreebaseAPISearch
Please see: http://www.freebase.com/view/freebase/metaweb_api_service for an up-to-date documentation of all Freebase API services
Example result for /api/service/search?query=Casino&limit=1 { "code": "/api/status/ok",
"result": [
{
"guid": "#9202a8c04000641f80000000009c1234",
"id" : "\/wikipedia\/en_id\/3191060",
"alias" : [],
"name": "Casino Royale",
"article": { "id": "#9202a8c04000641f80000000009cddab" },
"image": { "id": "#9202a8c04000641f80000000011939bd" },
"type" : [
{
"id": "/common/topic",
"name" : "Topic"
},
{
"id": "/film/film",
"name" : "Film"
}, ...
]
}, ...
]
}
|
Sign in to add a comment
Hi I am Sreedhar Ambati. I want to use Freebase for one of my search engine application. From the autosuggested contents I selected one of the content and I want to capture that fully suggested text beside the image. Using " fb-select " I am getting the id and name. But not the text of the content.
Please help me in this. This is my id: ambatisreedhar@gmail.com
Thanks Sreedhar Ambati